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.

TMS320F28388S: C2000 microcontrollers forum

Part Number: TMS320F28388S

I'm trying to implement a boot program using F28388S.
Since the internal flash memory is a single BANK, we plan to implement it by separating sectors in the internal flash memory.
(For example, FLASH0~FLASH3 is Boot Program, FLASH6~8 is Application Program)
The method I came up with is to download the Boot Program through the Emulator, save the Application Program received through SCI in the Boot Program to FLASH6~8, and upon completion, jump to the FLASH Sector where the Application Program is stored.
Is the method I thought possible? (Boot Mode in Flash Mode)

If you have any helpful examples or documents, please share them.
thank you.