Hi Dialog,
I use DSPS for our application. I have already set "app_default_sleep_mode = ARCH_EXT_SLEEP_ON" and "#undef CFG_DEVELOPMENT_DEBUG",but DA14580 still can not enter extended sleep mode. Are there any update about this DSPS application? because I also saw many engineer ask this same question in Dialog forum.
Thanks,
HW: DA14580
DSPS version is 5.150.2
Device:
Hi RexDevelopment,
There are two options:
Ιf you are using sw flow control(CFG_UART_SW_FLOW_CTRL), the sleep does not work as your UART needs to use 16MHz XTAL clock as a source to communicate if you are using hw flow control( CFG_UART_HW_FLOW_CTRL) enabled then the device will go to sleep only if there is 0 byte of data in the data buffer even a single byte of data will keep the device awake. Therefore with hw flow control the device goes to sleep when there is 0 byte of data in the buffer and RTS will toggle when the device will wake up.There are only updates for DSPS mobile app in Android and IoS in Refence Designs tab in DSPS section.
Thank you,
STS_Dialog.