Hi everybody,
I want to check running ability of my chip ( TMS320LF2406) . I want to try writing a blinkled example.
I had a example for 2407A, repaired main code and CMD file a little to conform 2406 memory map. I compiled ok, But I didn't download example code to chip ( although I completed the downloading 2407A out code to it )
Programmer warns follow :
>>>> Begin Clear Flash Operation
Clearing 4 sectors in progress...
..Clear operation - OK (4 seconds)
<<<< End Clear Flash Operation
>>>> Begin Erase Flash Operation
Erasing 4 sectors in progress...
Erase operation - OK (1 seconds)
<<<< End Erase Flash Operation
>>>> Begin Program Flash Operation
Program in progress...
Programming at 0x1000 ..ERROR: Cannot read user code from section 3
<<<< End Program Flash Operation
>>>> Begin Verify Flash Operation
Verify in progress...
ERROR: Cannot read user code from section 3
<<<< End Verify Flash Operation
What is the problem in my example code ?
Can you help me an blinkled example for 2406A ?