This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Flash the TMS320C6748 DSP Development Kit (LCDK) use the CCS method

Other Parts Discussed in Thread: OMAP-L138

Hello everyone! Recently I want to use the CCS5 method to flash my LCDK C6748 board,but that not still works. Now Let me show my steps, and I hope you can help me to find the problem.

1. I finished a simple program,just like I press the button, the LEDs bilnk, and the LED.out is generated. The program    goes well after I pressed the Debug button.The emulator is XDS100V2.

2.I used the AISgen_d800k008 to generate the LED.bin, as follow: I opened the AISgen_d800k008,and click "File" > Load Configuration. The Configuration is at C:\Texas Instruments\c6sdk_02_00_00_00\demos\flash\lcdk\LCDK_AISGen_Config.cfg. The window is as follow:

I clicked the Generate AIS, the LED.bin is generated.

3. I loaded the project NANDWriter_DSP. Changed the #define NANDWIDTH_8 to #define NANDWIDTH_16 in nandwriter.c and clicked the debug, then clicked the resume.

4.

[C674X_0] Starting OMAP-L138 NANDWriter.

Do you want to global erase NAND flash?y

Enter the binary AIS file name to flash (enter 'none' to skip) :

D:\LED.bin

Number of blocks needed for data: 0x1

Writing image data to block 0x1, page 0x0

Writing image data to block 0x1, page 0x1

Writing image data to block 0x1, page 0x2

NAND boot preparation was successful!

the boot mode is NAND, the switch is like this :1:off 2:on 3:on 4: on. But when I pressed the button, the LEDs had no reaction. Is the program witten into the nand successfully?

I really need your help! Thank you very much!