I am trying to understand how to implement Serialization mode on nrf52.
Rather than having an observer on the application chip, I want the application chip to get alerted of a BLE event via a GPIO interrupt. Keeping the serialization example code for the connectivity chip in mind (PCA10040 s132), which will be the best spot to set this interrupt (set a GPIO pin physically connected to the application chip) in the code?
Also, how to make sure that the incoming BLE events are not lost until the application chip calls the sd_ble_evt_get() function after receiving the interrupt.
Thank you