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.

MSPM33-SDK: Wrong offset inside FRI_FLASH_CTRL_REGS_Regs register

Part Number: MSPM33-SDK

Stucture FRI_FLASH_CTRL_REGS_Regs has wrong ofset.

__IO uint32_t ECC_ENABLE - register shall be offset with 0x1100,  but is shifted with 0x1104.

Quick fix:

__IO uint32_t Reserved_2[59];