按教程”DA14531 Sleep mode tutorial “做,却无法查看睡眠电流

2 posts / 0 new
Last post
紫炎灬裂天
Offline
Last seen:1 month 1 week ago
加入:2019-12-14 15:59
按教程”DA14531 Sleep mode tutorial “做,却无法查看睡眠电流

教程内容如下所示,按步骤做完,在Power Profiler上看到的是空白。为了解发生了什么,我重新连接硬件,首先打开Power Profiler,能看到电流波动,再打开keil5.12的调试功能,并再次点击,停止调试的同时会让DA14531运行,但检测到的电流却降为0,我已截图上传到附件。

4. Extended Sleep configuration

配置DA14531device to extended sleep mode without OTP copy, follow the steps mentioned below.

  1. Open the proximity reporter project from:…projects/target_apps/ble_examples/prox_reporter/Keil_5
  2. Open the fileuser_config.hwhich is under the user_config folder.
  3. Set theapp_default_sleep_modevariable to ARCH_EXT_SLEEP_ON as shown below.
const static sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;
  1. Save and compile (f7) the project
  2. Build the project by pressing the BUILD button or browse through Project -> Build Target
  3. Connect a PRO DK 376-18-B motherboard to the PC. Make sure the daughter board of DA14531 is connected to the motherboard.
  4. Press the Start DEBUG session button and press again on the same button. This it will stop the debug session and make the DA14531 running.
  5. Open our SmartSnippets toolbox and click on Power Profiler (available from our web siteDialog Semiconductor Web Site.) to observe the BLE events and extended sleep.

Device:
CYibin
Offline
Last seen:15 hours 26 min ago
Staff
加入:2017-12-14 02:48
你好,

你好,

请将你操作的每一步截图上传。以便我们帮你定位问题。

由你当前提供的信息判断,你的程序还没有跑起来,这可能和你的跳帽配置(特别是供电相关的跳帽)有关系