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];
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.
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];
Hello
which file is this in? I can check and try to fix it for a future revision of the SDK.
Sincerely,
Erik Vaughn
Hello Erik,
The structure "FRI_FLASH_CTRL_REGS_Regs" is inside the file hw_fri.h line 98.

Regards,
Kostadin
Hi Kostadin,
I just checked I do believe the ECC_Enable register should be 1100h

What's the specific issue you ran into that may have caused this?