2019-11-01 10:17 PM
Hello everyone, I am debugging my stm32L073+sx1272 in the pingpong mode. I run the program in debug mode. I know that there is a while loop and the "state" variable should be the variable to implement different functions such as TX RX RX_TIMEOUT and so on. Though I read the manual, I don't know when and where the "state" variable is modified. It is modified in the IRQ Interrupt? Thanks.
2019-11-02 07:01 PM
Can anyone help me? I am really trapped into the code. Appreciated for your kind help.