Texas-instruments TMS320C3x Bedienungsanleitung Seite 181

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 757
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 756 757

Kommentare zu diesen Handbüchern

Keine Kommentare