Other Parts Discussed in Thread: EK-TM4C123GXL, EK-TM4C1294XL
Hello!
I am using TM4c123 for my application and in that, I need to do firmware upgrade through USB and UART both. User should be able to use any of these interfaces to upgrade the device.
My plan is to copy the new firmware file from any of the interfaces to external flash and ask the bootloader to boot the application from the new firmware stored in the flash.
I will use TM4c123 as USB host and copy the firmware file from the device to flash. For serial also, I will use UART0 and copy the firmware file over serial to flash.
- Can I use same bootloader for both the interfaces as per my application?
- Do I need to change ROM bootloader or same can be used?
- Can you guide me with demo examples from SDK?
Thanks,
Naman