Hi
Now i am using msp432 to realise code refresh self. I have some question as follows:
1:whether or not the whole xxx.bin can be refreshed by the way of boot override of flash mailbox ? such as interrupt vector table, .text, .const, .cinit and so on.
2:i received whole xxx.bin file to ram by uart of GPRS,then write the whole xxx.bin file to bank1 of flash(0x00200000),then set up the structure of mailbox,then initiate a REBOOT using the SYS_RESET_REQ,but it does not work, i did not find something more about this way to refresh,is somthing i make wrong or it does not support this way?
i confused this long time , please give me some advice or demo code if you konw ,thank you!