Part Number: MSPM0G3507
Hello.
I would like to know how to access Flash on MSPM0G series.
Firstly, I want to accomplish two things.
① Refer to the Flash addresses 0x00000000 to 0x0003FFFF in the CORRECTED area of the MAIN area and process the data.
②Refer to the address of the specified function mapped to the CORRECTED area of the MAIN area and execute the function.
Previously, I inquired about how to access Flash in a separate matter.
In that case, I solved it by adding the offset 0x00400000 to access the UNCORRECTED area of the MAIN area so that it would not become Default_handler.
However, when I used the relatively new SDK 1.10 instead of the SDK 1.00 I was using at the time, even if I referenced the CORRECTED address, it did not become Default_handler.
Can ① and ② be achieved without accessing the UNCORRECTED area? I would like you to tell me.