Reconfigure dwt Tx/Rx channel as needed

Hello,

I’m trying to reconfigure IC’s channel parameters after some iterations, for instance I want DWM3000 to wait until I receive some frames then switch parameters (channel, preamble code, etc) so in the API Guide I found that before calling dwt_configure() I have to use dwt_forcetrxoff().

However when I try to use dwt_configure() again, I got an error. It seems to me that I’m missing something after shutting off the IC Rx/Tx but I haven’t found in the guide what else I should do. From DWM1000 examples I can see there was a function dwt_rxreset() but it doesn’t exist in the DWM3000 library.

Have anyone faced this issue before?

Thank in advance