Other Parts Discussed in Thread: MSP430FR5949
Good day everyone!
I am facing a problem here which I am unsure on which keywords I need to search for.
Heres what I have:
MSP430FR5949 + wireless module + custom wireless protocol
Program size < 50% memory
CCS 6.0.1
What I want to do:
Final goal is a wireless firmware update.
Steps:
1) Generate a hex file, as small as possible but with everything I need
2) Transfer the file in small blocks to the MCU and store it in FRAM (including CRCs etc. to make sure everything is correct)
3) Set a Flag in FRAM that a new firmware is availible and reset the MCU
4) Let the MCU copy the new firmware into the correct memory areas
Point 2) and 3) are simple and almost done. My problems currently are Step 1) und and Step 4) How can I achieve this? What would I need to pay attention to? What are good keywords to goole for?
Heres my current memory map. Will I have to copy the whole RAM section as well?
Any help is appreciated.
Kind regards,
Tim