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.

TMS320F280025C: C2000

Part Number: TMS320F280025C

From flash api sample code for controller , I see that flash api cannot be called from same bank.

//

// Flash API functions should not be executed from the same bank on which

// erase/program operations are in progress.

// Also, note that there should not be any access to the Flash bank on

// which erase/program operations are in progress. Hence below function

// is mapped to RAM for execution.

But our controller has only one bank. then how can we call these apis for bootloader? 

it will be difficult to map them to RAM as , when we flash application , we have both bootloader + application in the memory. will it cause any issue