Part Number: TMS320F28377S
Hi, I'm working on to make bootloader, application
I configurated the bootloader address to 0x80000 ~ 0x83FFF and application address is 0x90000~0xAFFFF
But I want that even if application is booted , entry point is bootloader address. (I want to see entering bootloader first in Application.)
I also checked bootmode setup "boot to flash" (GPIO 72, GPIO 84 is High)
How to enter bootloader even if Application area?