This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51 dongle + S310 System Off and WakeUp problem

Hello , I'm working since few days on nRF51 dongle with SofDevice S310 and most things seem to be ok. But when I follow the System OFF and wake-up sample supplyed on GitHub nothing works. I tryed with P0.18 exposed on nRF51 dongle :

nrf_gpio_cfg_sense_input(18, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);

NRF_GPIOTE->INTENSET = GPIOTE_INTENSET_PORT_Msk; NVIC_EnableIRQ(GPIOTE_IRQn);

sd_power_system_off() // NRF_POWER->SYSTEMOFF = 1; // Alternate method

This way the system seems to go OFF , but when I toggle input 18 , 1 to 0 or 0 to 1 no wake-up happens !

Is there any special way with nRF51 dongle or S310 to use ?

Regards

Parents Reply Children
No Data
Related