Hi,
I am using nRF_SDK_15.0.0_a53641 and writing a program with keil.
I am receiving data from the sensor with TWI communication and writing it to the sensor by SPI communication.
So I use timer example to periodically write data.
However, as of now, the timer example program is not working well.
It is possible to write data from the sensor to SD without using timer.
Also, it is possible to check the operation with a simple program that periodically toggles the LED with only the timer example.
Does anyone know why SPI and TWI communication can not be done using timer example?
Thank you!