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.

TMS320F280039C: separate IVT table for Flash bootloader & Application code

Part Number: TMS320F280039C

Hi All,

I am developing custom flash bootloader (FBL) for TMS320F280039C controller.

i have separate workspace for Bootloader & Application.

Bootloader starting Address is the starting Address of flash 0x00080000(Flash bank 0 address).

FBL size = 48KB

Application start address is 0x00090000 (Bank 1 start address)

Application size = 64KB.

There is shared memory for FBL & Application code.

Queries are bellows:

1. How can i assign separate Interrupt vector table (IVT) address for FBL & Application code?

2. What should be IVT address location for both workspaces so FBL code will jump to application code properly?

3. Where i can config IVT address for both workspaces?