Cannot enter sleep mode, maybe computer related issues

3 posts / 0 new
Last post
sentimental
Offline
Last seen:2年12个月前
加入:2016-11-28 15:55
Cannot enter sleep mode, maybe computer related issues

Hello all,
I use DA14580 Basic platform, SDK5.0.4, and my laptop is Win10, DELL. When I try ble_app_sleepmode or prox_reporter, the board cannot enter sleep mode and the power consumption is still high. I already checked related posts in the forum, like setting the default sleep mode to extended sleep, but it still doesn't work. However, the sample code works well on my colleague's laptop. I tried to download the source code from the official website again, or directly copy projects from my colleague's computer, neither works. This is so weird that I'd to know are there any settings of IDE or computer related to this? Thanks.

Keywords:
Device:
MT_dialog
Offline
Last seen:3 months 3 days ago
工作人员
加入:2015-06-08 11:34
Hi sentimental,

Hi sentimental,

I dont think that what you are experiencing has something to do with your PC, try to download code into the 580 using the UART (via the Smart Snippets tool) instead of the JTAG (i assume that you are using JTAG). Check if the 580 goes into sleep mode (also be aware that in case that you are downloading via JTAG and you are in debug mode the power consumption of the 580 will still be high). This might be related with the version of the Jlink that you are using.

Thanks MT_dialog

sentimental
Offline
Last seen:2年12个月前
加入:2016-11-28 15:55
Hello MT_dialog,

Hello MT_dialog,
Thanks very much. I tried to use SmartSnippets instead of Keil, and it works.