DSPS v_5.150.2 error message when debug in Keil. << No Cortex M SW Device Found >>

2 posts / 0 new
Last post
ngchinping
Offline
Last seen:4 years 7 months ago
加入:2015-07-13 02:32
DSPS v_5.150.2 error message when debug in Keil. << No Cortex M SW Device Found >>

嗨对话框支持团队,

We are trying to get the DSPS program to work. The version we are using is from DSPS v_5.150.2. Project compiles fine but when opening the debug window in Keil uVision, the error message "No Cortex M SW Device Found" was shown. We do not encounter such problem with other project files. When using DSPS v_3.150.2, no such error but unable to detect the device on the mobile app. Any advise is greatly appreciated. Prefer to work with V5.150.2 as that allows change of pins for the HW flow control.

MT_dialog
Offline
Last seen:2 weeks 2 days ago
Staff
加入:2015-06-08 11:34
Hi ngchinping,

Hi ngchinping,

I suppose that this message (No Cortex M SW Device Found) it pops out right after you press the "run" button in keil, thats because the fw is configured in sleep mode. Try to set the app_default_sleep_mode in ARCH_SLEEP_OFF, compile and run the fw from keil. To run the DSPS application in sleep mode you can either start and stop debugging from keil or download the application via smart snippets through the UART interface.

Thanks MT_dialog