This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No TWI event in NRF52 SD132, SDK11 and FREERTOS

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!

  • Seems like there is some priority conflict somewhere.

    can you please create a support case and attach your project there. In the support case created tell that this case is for me and I will get assigned to it. After we find the answer, please care to update this thread with the solution.

Related