This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 executing TWI function from app_timer handler

Hello,

When i execute a function that uses TWI from a timer handler the NRF gets stuck. I assumed that this issue occurs because of interrupt priority so i gave the TWI a higher priority then the priority of APP_TIMER, but it didn't help.

What can be the cause of this issue ?

  • The timer interrupt is not the issue because when my function in the timer handler is commented out it works as it should.

Thanks !!

Related