Other Parts Discussed in Thread: UNIFLASH
Does the IWR6843AOP bootloader has support for a software-update?
Two options comes to mind:
1. Using a flash - while the processor is running, get the new program and load it into a dedicated area in the flash. Signal the bootloader to swap and reset.
2. In real time - Load the software directly to the RAM in every boot.
This method usually require a well defined protocol (communication) that both the bootloader and the host know.
In both cases, bootloader support is required.
Thanks,
Nick