DSPRelated.com
Forums

C5509 bootloader problem

Started by Unknown September 13, 2004
I have successfully downloaded some boottables (around 49KB) from USB. But
with some, there is a problem.
Firstly,
- I fill all the memory with 0.
- I download the boottable from USB. The program doesn't start as I see no
XF flag.
- I plug the emulator, open CCS, and watch the program memory. I see that
only one part of the boottable has been copied into memory.
Secontly,
- I remove a long "switch case" statement in my program. I remark that the
previously built .switch section is deleted in the .map file
- I restart all the sequence
- The program starts successfully.

Have you an idea ?