hello,
We are implementing the function of sending/receiving via TWI after wake-up by GPIOTE.
The problem is after wake-up by GPIOTE....
The first TWI transmission/reception does not work. (No specific error is returned... only the waveform cannot be observed from the actual port.)
And in the operating state, TWI transmission/reception works normally from the second GPIOTE signal.
SW configuration is
wake-up by GPIOE -> void bsp_event_handler(bsp_event_t event) -> app_timer_start(m_eventTWI_timer_id, EVENT_TWI_MEAS_INTERVAL, NULL);
After wake-up, there was no effect even if the Timer delay was greatly increased to 500ms or more.
Please check if the first TWI does not run after wake-up.
-----------------------------------------------------------------------------------------------------------------------------------------------------
Additionally, what was discovered during the experiment was
The role of the PCB that currently runs TWI is peripheral, but the above phenomenon is reproduced when it is not connected to central.
However, when connected to central... the problem of not being able to run TWI the first time above disappears.
It operates normally from the first TWI.