Hi there, I'm porting an app from NRF51 SD130 to NRF52 SD132, both with sdk11. I do the usual stuff, like changing includes, freertos ports libraries, etc, and everything was working... Until TWI.
I'm using twi no DMA to talk with a mpu, like these examples: github.com/.../nrf5-mpu-examples but adding freertos, and all was ok for the NRF51.
But in my new prject with the NRF52 the twi_event handle is never called.
- I haven't any twi errors.
- I tried with differents priorities.
- There are others task, and they run ok (with uart, spi, ble)
So, what i'm forgetting? Help me please!