Texas-instruments TMS320C3x Manuel d'utilisateur Page 181

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 757
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 180
Aligning Buffers With the TMS320 Floating-Point DSP Assembly
6-28
6.9 Aligning Buffers With the TMS320 Floating-Point DSP Assembly
Language Tools
To align buffers to a K-bit boundary, you can use the .sect or .usect assembly
directives to define a section in conjunction with the align memory allocation
parameter of the sections directive of the linker command file. For the FIR filter
of Example 6–25 with a length of 32, the linker command file is:
MEMORY
{
RAM origin = 0h, length = 1000h
}
SECTIONS
{
.text: > RAM
Impulse_Resp ALIGN(64): > RAM
Input_Buf ALIGN(64): > RAM
}
Aligning Buffers With the TMS320 Floating-Point DSP Assembly Language Tools
Vue de la page 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 756 757

Commentaires sur ces manuels

Pas de commentaire