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.

CCS/TMS320C6748: Flash the application binary to NAND and boot from NAND

Part Number: TMS320C6748

Tool/software: Code Composer Studio

Hi,

I am using TI RTOS(SYS/BIOS) for developing the application for C6748 DSP. 
Development Kit: LCDK c6748
CCS version : v10.0.0

I am able to successfully run the application in the DSP using the XDS100v2 emulator. But as soon as I reset DSP the application won't exist again. I understand that the emulator is copying the application to the RAM. To resolve this, I tried using the NANDWriter DSP project to flash the AIS format of the application to the NAND. This was also done successfully. However, on resetting the DSP with NAND boot mode, the application is not working. Could you please help me in finding what I am missing?