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.

MSPM0G3107: Cannot read/write to certain areas on flash

Part Number: MSPM0G3107

Tool/software:

Hi

I'm trying to access certain areas on the flash like .intvec and the whole sector where intvec is located.
Doing a read of the intvec results in only reading 0xFF from every byte, yet I can read access the data with no issue through the debugger
The thing is that I need to read from that area and then invalidate it by erasing it, but I cannot seem to be able to do that

Is there something I've missed?