Hi,
Is there any bootloader example for LPC54608?
I need to update the firmware through UART. In the past I used "reliable update" from mcu-boot (KBOOT) in Kinetis MCU. The fw application will receive the new firmware codes, store it in dedicated place, and when reboot the bootloader will get the new fw from that location and flash it into the main flash.
Anything similar in LPC54608?