Part Number:MSP432P401R
Tool/software: TI-RTOS
I hope you can point me in the right direction or even better show me existing code.
I have implemented a file system on a SPI flash ( not SDflash) using SPIFFS.
I have also implemented a ftp server using my W5500 ethernet chip.
So I can now upload files to my remote MSP432 using ftp.
So the next logical step would be, to be able to upload a new software, using ftp, and then activate a bootloader.
As I understand the booloader example from TI doesn't support using extarnal flash.
I have studied the code for the CC2640 BIM that does exactly what I need but it feels like a huge undertaking to translate that code into MSP432.
I would assume that many folks would like to bootload from flash, so are there any code examples out there?
Best
/Dan