In ping-pong code of STM32L072 Discovery kit LoRa module, can we enable Radio Receive interrupt and use it instead of polling it using Radio.Rx in the main loop? At present the ping-pong code does polling in main while(1) loop, I want it to be interrupt b
Posted on March 22, 2018 at 11:09At present the Pin-pong code polls for the data received on Radio(RF), can we use Radio Receive interrupt in place of Radio.Rx() function?#radio-receive-interrupt