Learn MoreFAQsTutorials

3 posts / 0 new
Last post
mindatelematics
Offline
Last seen:10月3周前
加入:2019-07-29 07:56
Watchdog

Hello,

I am having a custom board with DA14586. I am using the DSPS device code for developing my firmware. I have defined watchdog(in da1458x_config_basic.h) but then device doesnt go to sleep. The sleep mode I have used is ARCH_EXT_SLEEP_OTP_COPY_ON. How can I fix this issue?

Device:
PW_Dialog
Offline
Last seen:4 days 12 hours ago
工作人员
加入:2019-04-03 02:54
Hi Siva,

Hi Siva,

Can you publish the code you modified based which version of DSPS code?

Br,

PW_Dialog

PM_Dialog
Offline
Last seen:1 week 4 days ago
工作人员
加入:2018-02-08 11:03
Hi PW_Dialog, Many thanks for

Hi PW_Dialog, Many thanks for your support and sorry for jumping it.

Hi Siva, The DSPS project uses extended sleep mode by default, so you should have Hardware Flow Control (RTS/CTS). Otherwise, the system will be unable to wake up. Keep in mind the the chip goes onto sleep mode between advertising or connection intervals. So, you need the Hardware Flow Control. Please check the user_periph_setup.h in order to find in which GPIOs the RTS/CTS are exposed.

Thanks, PM_Dialog