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.
Team,
My customer is asking what differences to check for in their hardware vs. their own board, because they are able to program our launchpad, but are experiencing issues with their board:
I tried to program my code into flash drive using CCS software. I did load the code into flash drive by using the Run->Load the out file. It runs as I expected. But when I recycled the power of the board. It didn't run the code, seems the code not loaded in the flash. So is there something special setting for loading the code to flash?
The project is configured correctly to load/run from flash.
We would appreciate your inputs.
Thanks
Viktorija
Dear Viktorija,
There are several things that you can check to debug this issue:
- When you load code into the target, can you see the code in the expected flash memory region via Memory/Disassembly window in CCS?
- Is the linker command file set up correctly for the executable to load into flash?
- For standalone operation (independent of debugger), please check the boot mode configuration pins and ensure the target is configured to boot from FLASH.
Please let us know if checking the above yields a resolution to the issue.
If not, please take a look at the training material available here: http://processors.wiki.ti.com/index.php/C2000_Multi-Day_Workshop
Let us know if you have any additional questions.
Thanks,
Krishna