Hi, Everyone
I have a question about TM4C129x ROM Boot Loader.
We can not jump ROM Boot loader.
Data sheet says
1. The BOOTCFG register is read. If the EN bit is clear, the ROM Boot Loader is executed.
2. In the ROM Boot Loader, the status of the specified GPIO pin is compared with the specified
polarity. If the status matches the specified polarity, the ROM is mapped to address 0x0000.0000
and execution continues out of the ROM Boot Loader.
and I tested like this.
BOOTCFG register is FFFFFFFE.
PH7 is High.
Do you know why We can not jump ROM Boot loader?
Best Regards
Hiroyasu