Hi all,
I'm working on a dual core project (CM4 Master + CM0 Slave) with LPC54102 and MCUXpresso IDE.
The project works correctly and I able to debug or download the projects (Master and Slave) on the customer board by the NXP probe connected to the customer board.
Now I want to implement an on field upgrade procedure in order to upgrade the board, if necessary, when it will be installed.
The board is equipped with a SPI Flash device that I want to use to store the upgraded .bin files so, I want the LPC checks the SPI Flash at boot time and starts with the upgrade procedure if an upgrade file is found on the SPI Flash.
I think the way is to implement the IAP functions but I am a little bit confused. I have not understood how this functions works with a Dual core project.
Actually I have two files (Master.bin and Slave.bin), What is the way to flash both files to the LPC54102 using the IAP functions?
Can anyone point me to a guide?
Thanks a lot.