#DA14583#Sleep Mode#BLE

DA14531 sleep mode exit

Mon, 2020-08-03 14:46--tsgowtham

Hi,

I'm trying to implement any sleep mode on the DA14531 which does not cause a system reset. Can you please provide which sleep modes cause a reset and if a specific sleep mode does not trigger a reset, where does the execution continue from and what will be the state of the BLE connection?

From looking at the proxr_reporter code,

Extended sleep - Continues execution on wakeup

Deep Sleep - Triggers a reset on wakeup

Hibernation - Continues execution on wakeup

LED does not stay on when DA14583 enters sleep mode

苏n, 2019-02-17 15:49--idarshan

I am using ble_all_in_one example and modifying it for one of my functionality. I am configuring an LED GPIO in set_pad_function() and trying to make that GPIO high in button_press_callback. So use case is that to turn on LED when the button is pressed. Now LED turns on but it goes of in fraction of second. I am not turning of the LED in code, but seems like DA14583 goes to sleep and due to that LED turns off. How to make LED stay on even when DA14583 goes to sleep? Following is my modfied code from ble_all_in_one example code:

rwble ASSERT_WARNING问题

Tue, 2018-11-20 05:05--Rajapurerohit

Hi DialogSupport,

I am working on project where i am working on I2C base touch sensor. I have designed the custom board using DA14583 MCU and IQS333 touch sensor MCU.

I have written the firmware and now i am working on sleep mode configuration. first i have followed is by defining/Enabling the ARCH_EXT_SLEEP_ON.
const static sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;

if i run the code, it immediately enters into attached sinppet and
hold into ASSERT_WARNING(0); line and not written any wake up API function yet.

苏bscribe to RSS - #DA14583#Sleep Mode#BLE