DW1000-I-TR13 Interrupt Issues

We are seeing issues using the DW1000-I-TR13 for distancing measurements and hoped you could help. When the DW1000 is in responder mode using interrupts, interrupts are generated but the internal registers of the DW1000 read as if corrupted and even the IRQ flag is not set, which means we cannot run a responder in interrupt mode and have to poll it. This takes up over 50% of our CPU time which is not feasible in this application. This is not the case when in initiator mode as we can do without interrupts here. Is this an issue someone else has noticed or could it be to do with our setup?

1 Like

thumb up. the same problem.

I Ported DW1000 stm32f105xx firmware on STM32G070RBT6 but not able to get interrupt working DW1000. I mean “tx_conf_cb” , “rx_ok_cb”,“rx_to_cb”, and “rx_err_cb” not working.

After, Transmission done “tx_conf_cb” not called.

I am able to resolve my interrupt issue at initiator end but responder interruption still not works.