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.

Copy sections from FLASH to RAM using SYS/BIOS

I am new in suing SYS/BIOS for C2000 microcontroller. I have a question regarding how to copy sections from flash to the RAM. For example:

I have a Hwi called ssHwi and a task called ssTask. For some reason, I would like to run both of them from the RAM and not in from FLASH. Without SYS/BIOS I could copy the memory sections using MemCopy. I do not know how to do this using SYS/BIOS.

Regards