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.
Device:
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
Hello MT_dialog,
Thanks very much. I tried to use SmartSnippets instead of Keil, and it works.