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,
If I am using __attribute__((ramfunc)) in new compiler then, do I need to use memcpy calling in main function? Is this attribute automatically append memcpy routines inside startup code?
In older compiler we used to do #pragma CODE_SECTION(".TI.ramfunc"), this require a memcpy to copy data from flash to ram.
Please give your comments.
Regards,
Shubham