Other Parts Discussed in Thread: MSPM0G3507
Tool/software:
Hello. My name is Mori.
I am checking the writing of the internal Flash ROM, and a HardFault interrupt is occurring at "DL_FlashCTL_programMemoryFromRAM64WithECCGenerated".
However, if the storage destination for the write data of the third argument is set to a global variable,
a HardFault interrupt occurs, but if I set it to a local variable,
it does not occur and I am able to write the data.
Why does this happen?
I have attached the source code and the execution results.
Please check.