Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
The program can run in ram mode normally,but when build in flash mode,the function Device_init() will make the program abort.
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.
Tool/software: Code Composer Studio
The program can run in ram mode normally,but when build in flash mode,the function Device_init() will make the program abort.
hi ,
Are you trying to run an example of the C2000ware ?
user4737828 said:build in flash mode,
Are you using the example *_FLASH configuration ? or you have taken the RAM config and made updates to get it to load to flash ?
Are there any updates done to the example?
Regards.
hi,
It was my fault,I have taken RAM config and made updates to get it to load to flash,Thanks a lot.