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?