Hello,
I've observed to Big problem is sx126x driver.
First of all it doesn't call SX126xIoInit inside SX126xInit in sx126x.c file which causes io not to be initialized and based on abstraction this should be first thing to be called.
Secondsin radio.c file it doesn't call RadioIrqProcess inside RadioOnDioIrq. So whenever interrupt of dio1 is triggered it'll never be processed by the stack! which leads to a tx timeout all time.
Can you please check and let me know when to fix?
Hello,
I've observed to Big problem is sx126x driver.
First of all it doesn't call SX126xIoInit inside SX126xInit in sx126x.c file which causes io not to be initialized and based on abstraction this should be first thing to be called.
Secondsin radio.c file it doesn't call RadioIrqProcess inside RadioOnDioIrq. So whenever interrupt of dio1 is triggered it'll never be processed by the stack! which leads to a tx timeout all time.
Can you please check and let me know when to fix?