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: 工作在80Mhz下,单片机锁住不允许烧录

Part Number: MSPM0G3107
Other Parts Discussed in Thread: SYSCONFIG

MSPM0G3107芯片,采用默认配置,即32Mhz主频下,芯片能正常工作,测试代码比较简单(在主循环中,延迟100ms,对PA8引脚进行电平翻转);

通过sysconfig配置为80Mhz,就会出现偶发性的芯片锁住,然后导致烧录器无法烧录;

烧录器尝试过DAP和Jlink,都存在同样的问题

在配置为80Mhz的时候,会出现以下提示信息

For best practices when the CPUCLK is running at 32MHz and above, clear the flash status bit using DL_FlashCTL_executeClearStatus() before executing any flash operation. Otherwise there may be false positives.

相关配置截图:

因一些特殊的应用场景,需要主频工作在80Mhz,请问该如何解决,是否需要额外的配置或者特殊的烧录器