Hi,
I was wondering if there was a way to invoke a reset after flashing an application onto the bootloader with LM Flash Programmer. Currently we are using a custom board and didn't design access to a reset pin and such.
It uses a working Arduino bridge between the LM Flash Programmer and TM4C chip i.e.
LM Flash Programmer -> UART -> Arduino -> UART->TM4C
The examples we have used are boot_serial/boot_demo1 examples, we have tried it on the XL booster board by itself and works, we just wanted to transition this onto our custom board.
I'm deducing from the assembly code that the bootloader looks for a reset ISR before it allows it to flash the obtained application, is there a way around this?
Kind regards,
Tyson