msp432 bsl debug 出现 low power mode 导致不能够进入断点,但是也没有找到设置电源模式的地方
CORTEX_M4_0: GEL Output: Memory Map Initialization Complete
CORTEX_M4_0: GEL Output: Halting Watchdog Timer
CORTEX_M4_0: WARNING : On MSP432P401R hitting a breakpoint cannot be detected by the debugger when the device is in low power mode.
gaoyang9992006:
程序使用了低功耗模式吧,低功耗模式一般没法进入断点的。
gaoyang9992006:
另外你要确认是否可以下载目标文件,如果可以拿就没问题。不是所有情况下都可以用debug的。
user5176656:
回复 gaoyang9992006:
因为使用串口与原有的bsl里面配置串口不一样 所以需要修改,同时需要添加自定义,不知道那位可以指点一下 怎么进入debug模式
Susan Yang:
The message that you received is not an error. It's just letting you know that if you go into a low power mode, the debugger cannot detect if you've hit a break point and asks you to hit pause if you are in an LPM mode to see if you've hit a breakpoint in debug mode.
user5176656:
回复 Susan Yang:
您好! 我这边目前是可以调试了,然后用默认EUSCI_A0_BASE 是可以可以升级了,但是我这边硬件是用EUSCI_A3_BASE,所以需要修改串口,然后我这边查看了源码,发现EUSCI_A0_BASE 是从rom里面读出来的,也没有发现可以修改这个值的地方,不知道怎么样去修改。
Susan Yang:
回复 user5176656:
请您看一下 e2echina.ti.com/…/451732 的回复