Cypress DCT-1D Guide de l'utilisateur Page 19

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 82
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 18
1.4. SOFTWARE
19
Listing 1.3: Link script for simpleprog (Listing 1.1)
MEMORY
{
vec tors : ORIGIN = 0 x00000000 , LENGTH = 0 x000020 00
sdram : ORIGIN = 0 x00002000 , LENGTH = 0 x03ff e000
}
SECTIONS
{
. vectors :
{
*(. vectors )
} > vectors
. text :
{
*(. text )
} > sdram
. rodata ALIGN (4) :
{
*(. rodata )
} > sdram
. rodata . str1 .1 ALIGN (4) :
{
*(. rodata . str1 .1)
} > sdram
. data ALIGN (4):
{
*(. data )
} > sdram
. bss ALIGN (4):
{
*(. bss )
} > sdram
}
1.4.3 The simulator or32-uclinux-sim
The simulator is started with the command
or32-uclinux-sim -f sim.cfg prog ,
where sim.cfg describes the hardware and prog is the program to run on the simu-
lated hardware. Some help is printed out by the command
or32-uclinux-sim -h .
Vue de la page 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 81 82

Commentaires sur ces manuels

Pas de commentaire