Hi,
I want to create new project for TMS320f28377d for flash(CPU1) using v10.Please let me know the reference document for the same. Also let me know example of same.
Regards,
Sagar
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.
Hi,
I want to create new project for TMS320f28377d for flash(CPU1) using v10.Please let me know the reference document for the same. Also let me know example of same.
Regards,
Sagar
Sagar,
All the C2000Ware example projects are provided with both RAM and Flash build configurations. To change the build configuration from RAM to Flash, you can import the project in to CCS and right click on the project and select 'Build Configurations' -> 'Set Active' -> 'Flash'.
Please check this FAQ: 
Thanks and regards,
Vamsi
Hi vamsi,
Thank you for reply..
I have done the same for blinky project .while RUN its halted with following error
Break at address "0x3fe493" with no debug information available, or outside of program code.
Regards,
Sagar
Sagar,
It is ITRAP ISR address in BROM (see Table 4-13. Wait Point Addresses for CPU1 in TRM).
That tells me that the memcpy() is not called to copy the .TI.ramfunc section from flash to RAM before calling any functions in this section.
Or it might be that some initialized sections are mapped to RAM in your linker cmd. Please check.
Did you make any changes to the blinky example?
Thanks and regards,
Vamsi
Sagar,
Are you able to clear the ITRAP issue? Can I consider this as closed?
Thanks and regards,
Vamsi