Other Parts Discussed in Thread: MSPM0L1105,
I'm developing under MSPM0L1105 which only have one flash bank.
The MSPM0-SDK provide two functions to access flash, one is normal and one is from ram.
I noticed that the function "DL_FlashCTL_executeCommandFromRAM" is in ram section.
For our usage, we have a ram self-test program, it will take us more effort if we need to put a function in ram section.
Can I just use the normal function but not form ram function?