Hi,
I using the nrf52840 EVB(pca10056), there's no nrf21540 connect, but in our design we will using the nrf52840 + nrf21540.
And I build the radio test example with pca10112(nrf52840 + nrf21540).
Then I send the start_tx_modulated_carrier command to test Tx.
After send "start_tx_modulated_carrier 100" to nrf52840, there's no response after finish tx as below:
usb_cli:~$ start_tx_modulated_carrier 100
Start the modulated TX carrier.
And nrf52840 will halt on after that.
I using the "#define NRF21540_USE_GPIO_MANAGEMENT 1"
Is that related to I didn't connect nrf21540?