Lora-net / SWL2001

LoRa Basics Modem LoRaWAN stack
BSD 3-Clause Clear License
87 stars 50 forks source link

TX_DONE issue using SX1262 NiceRF module and NUCLEO-L476RG EVK. #39

Open Sravantil opened 4 months ago

Sravantil commented 4 months ago

Hi,

Trying to transmit data using LoRaBasicsModem stack with STM32CubeIDE environment, SX1262 NiceRF module and NUCLEO-L476RG EVK. SPI communication is working in debug mode(between Lora Module and Controller). But RADIO_DIOX interrupt is not generated when TX is performed. Always receiving modem event as RESET nothing else is being received.

Is there anything that needs to be changed? please let us know.

Thank you

lbm-team commented 3 months ago

Hi,

Have you tried running the porting tool: https://github.com/Lora-net/SWL2001/blob/master/lbm_examples/main_examples/main_porting_tests.c

Best