Part Number: MSPM0G3518-Q1
Other Parts Discussed in Thread: MSPM0G3519
Hello TI support team,
I am currently implementing the Secure Debug feature on the MSPM0G3519 series, utilizing the provided SDK examples and the dl_flashctl driver for NONMAIN area access.
I am encountering a critical issue where the Factory Region (Information Area) becomes inaccessible during runtime. Upon initial flashing and prior to system initialization, the Factory Region memory (starting at 0x41C40000) contains the correct calibration and configuration data. However, immediately following the execution of the ( MCU_Init) routine, Factory Region memory returns all zeros in the debugger’s memory view.
Furthermore, any attempt by the software to access this region (e.g., via DL_FactoryRegion_getNumBanks()) results in the system entering the Default_Handler. This suggests a Bus Fault or a hardware-level security lockout triggered by the system configuration.
Could you please clarify the issue and propose a solution for it?
thanks and best regards,