User`s guide
Target Settings
DSP56800E-Specific Target Settings Panels
59Targeting MC56F83xx/DSP5685x Controllers
2. Counted loops in C, provided that the loop counter value is less than 65536, and
that there are no jumps to subroutines inside the loop.
If you enable separate character data sections, the compiler puts character data (and
structures containing character data) into these sections:
• .data.char — initialized static or global character data objects
• .bss.char — uninitialized static or global character data objects
• .const.data.char — const qualified character objects and static string data
You can locate these data sections in the lower half of the memory map, making sure
that the data can be addressed.
ELF Disassembler
Use the ELF Disassembler panel (Figure 4.9) to specify the content and display format
for disassembled object files. Table 4.10
explains the elements of this panel. (To view
a disassembled module, select Project>Disassemble from the main-window menu
bar.)
Figure 4.9 ELF Disassembler Panel