This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0-SDK: Is ramfunc mandatory when MCU only have one flash bank?

Part Number: MSPM0-SDK
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?