Part Number: MSPM0G3519
For the NVM module, if I first issue an erase command, then perform a write operation, followed by a read operation from flash, no error occurs and the code does not enter the default_handler() function.
However, if I first erase the target FLASH address using a debugger, then call the write function and read function in the code, the read operation fails and the system enters an exception interrupt.