I'm running Contiki on a custom 5x5mm board and everything is working with the exception of turning the radio off. It looks like CMD_ABORT in rx_off (ieee-mode.c) is causing it to crash, which is odd because rf_core_send_cmd returns RF_CORE_CMD_OK when it's called, but if I run rx_off with CMD_ABORT commented out it doesn't crash. I've tested the radio in SmartRF studio as well as Contiki with 100% duty cycle and I'm able to send/receive with no issues.
I'm running Contiki on a custom 5x5mm board and everything is working with the exception of turning the radio off. It looks like CMD_ABORT in rx_off (ieee-mode.c) is causing it to crash, which is odd because rf_core_send_cmd returns RF_CORE_CMD_OK when it's called, but if I run rx_off with CMD_ABORT commented out it doesn't crash. I've tested the radio in SmartRF studio as well as Contiki with 100% duty cycle and I'm able to send/receive with no issues.