Hey All,
I am trying to configure the ROM Bootloader and I am pretty sure I am doing things correctly but I need to confirm. Right now I plan to program the BOOTCFG register such that when a certain GPIO is put at a certain level, the uC will enter the ROM bootloader and update the firmware via UART0.
Is setting up the ROM bootloader as simple as just having the appropriate bl_config.h configuration file present in the project folder? Or do I have to configure the UART peripheral in the uC and actually make a call to jump to the bootloader each time in the application (as per boot_demo1 and boot_demo2 examples from the most recent Tivaware release).
Cheers,
Bryan