The LoRa Developer Forum is now in read-only mode and new content will not be added.
Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal Forum will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.

FORUM

TxDone problem

We send command using the LORA_send() function.

  • Upload successful. The command was recorded on the gateway.

However, there was no signaling by pin DIO0. So there was a subsequent TX timeout…

So we inserted a code for reading IRQ flags into the TX timeout procedure:
void SX1272OnTimeoutIrq( void* context ).

  • TXDONE flag was successfully read!

How is it possible that the flag is set, but not signaled by pin DIO0?

We use SX1272 and STM32L433VC. LRWAN_V1.3.1

Dear,

It seems that your are using an ST Cube library, if it is the case please report this issue to ST support.
If it is not the case, could you please give us more context ?

Thank you

Solved. This was a hardware issue - soldering error.

ok, thank you for the feedback