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