Disable RX to send a message

Hi,

I’m trying to use the DW1000 in a specific use case where I need to enable the RX and then send a message by enabling the TX without having received any message in some cases. I don’t want to set a RX timeout.

I’ve tried to clear the RXENAB bit and even to perform a RX reset, but so far no luck.
If I clear the RXENAB, the message is sent only once the DW1000 chip receive a message. If I perform a RX reset after clearing RXENAB, the message is remaining stuck even if another board send a message.

Is there a proper way to do this?

Thanks!

I’ve totally missed the TRXOFF bit which does exactly this.
Sorry for the useless question…