I have implemented a project that incorporates the 802.15.4 radio driver for use with a in-house developed router stack.
The implementation appears to work fine between multiple nRF52840DK boards,.
Our project requires using BLE and 802.15.4 at the same time. I have read and followed the documentation as outlined in the GitHub radio driver WIKI.
My problem is that if I start advertising on BLE, then the 802.15.4 stack does not transmit at all, although it does when I do not start advertising.
I am using the nrf_raal_softdevice for multiprotocol support. I assumed that the 802.15.4 stack would handle all the arbitration automatically. However I must be missing something.
Please can you assist by giving me some pointers as to what to check.
Thank you