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

Fatal Error

In my project i usinf nrf52840 and nrf sdk Version is 16.0.0.

two UART port using in project using nrf_serial lib. 

on serial0 port i have connected GSM and on serial1 port i have connected one sensor.

on twi i have connected EEPROM.

i am using app_timer for timer interrupt to wake up from sleep.

now my application is take sensor data from serial1 and store some details in EEPROM and then send using GSM.

Once data is send i make device into sleep mode using idle_state_handle(); function. and Device will wake when app_timer interrupt will generate.

When i load a code into HW 1st time it's work correct but after sleep when its wake up it gives fatal error.

While device go into sleep it turn off GSM,EEPROM and uninit the serial0 and serial1.

and when device wake 1st its turn on GSM then EEPROM. and Then Init serial0.

So, please help me out to solve these issue.

Parents Reply Children
Related