Other Parts Discussed in Thread: MSP430F5659
Tool/software: Code Composer Studio
Hi,
I'm using msp430f5659 mcu.
And, 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.
But, when i read this wiki, it is possible to use SPI instead of I2C or UART.
I read msp430 can access bsl by ((void (*)())0x1000)() without reset.
Then, Where do i save binary code download by spi?
And, How to call binary code when calling ((void (*)())0x1000)()?
I don't know how to write binary code to main memory after called ((void (*)())0x1000)().
Thank you.
Regards
Youngjun.