DSPRelated.com
Forums

Debug problem for TMS320LF2407A in flash.

Started by massimilianosebastiani July 13, 2005
I have a problem while trying to debug in flash memory of
TMS320LF2407A and TMS320LF2402A.
Using either a code written by me or a code supplied by TI as an
example, when I load the .OUT file into flash memory (on my target or
on ezdsp2407) the following things happen:
1) During the programming, the message "Identifier not found:
main" is displaid several times
2) At the end of programming (no error messages on the output
window), CCS does not point to the main c code, executes the program
in the disassembler window and does not allow step-over or the use of
breakpoints in source code.

The tools used are:

CCS 2.21.00
ON-CHIP FLASH PROGRAMMER 1.5.0
SDFLASH 1.62.3
PROGRAM FLASH 1.1.0.1

Can you help me?