Upon RESET the device - TMS320F28069M, I got the following message "No source available for 0x3ff75b".
I am using CCS6.
Let me know the solution to rectify the problem.
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.
Upon RESET the device - TMS320F28069M, I got the following message "No source available for 0x3ff75b".
I am using CCS6.
Let me know the solution to rectify the problem.
I don't know exactly what happened. Here is my guess. Your program branched into memory that is undefined or uninitialized and finally stopped. CCS attempts to display the code associated with that address. There is no code for that address, so it displays this message instead.
Thanks and regards,
-George
I have used C28xODW workshop material or wiki page to get started.
Any extra settings to be done in the software or hardware.