Part Number:msp430f5659
Tool/software: Code Composer Studio
Hi,
I'm using msp430f5659 mcu.
i want to update firmware by another mcu(nordic nRF52832).
msp430f5659 is connected by spi with nRF52832 in my schematic.
I planned over-the-air programming for msp430f5659 through nRF52832.
I know msp430f5xx series support UART, I2C and USB BSL.
I thought it is possible to convert spi(connected with msp430 and nRF52) to I2C or UART.
And download binary code from nRF52 by I2C or UART.
Or, Saving binary code(downloaded from nRF52 by spi) to msp430 external nand flash and load binary code when bsl excuted
Is it possible?
Thank you.
Regards
Youngjun.