Hi,
I would like to perform application software updates via the UART on the C6452, I already have the UART up and running (by using the DSP/BIOS UART driver). My C6452 is connected and configured to boot from external flash (0xA000000). As soon as the DSP boots up it should wait a few seconds for the new image data via the UART, if new image data arrives it should transfer it to flash as a fallback image. The bootloader should then copy the fallback image to the primary image and start executing from the primary image. If no new data image data arrives via the UART it should start executing the existing primary image in flash.
What are the steps I should follow? Can anyone pls. point me in the right direction?
Thank you.