Skip to main content
RLind.3
Associate III
November 18, 2021
Solved

STM32WL SUBGHZ Radio IRQ Lines

  • November 18, 2021
  • 1 reply
  • 3305 views

Hi there,

I have a small question about the Radio IRQ lines on the STM32WL series. As far as I am aware, there are two MCU interrupts tied to the SUBGHZ radio: the RFBUSY interrupt (EXTI45) and the SUBGHZ_Radio_IRQ (EXTI44). However, when setting up the radio, there is the option to configure 3 separate IRQ lines. What is the purpose of this if there is only one interrupt available on the MCU side?

Thanks,

Rebecca

This topic has been closed for replies.
Best answer by JKo

The STM32WL is based on the Semtech SX126x which has 3 separate DIO lines available for IRQs. Only the first DIO line is connected in the STM32WL but the SPi command to the sub-GHz radio doesn't change.

1 reply

JKo
JKoBest answer
Associate III
February 18, 2022

The STM32WL is based on the Semtech SX126x which has 3 separate DIO lines available for IRQs. Only the first DIO line is connected in the STM32WL but the SPi command to the sub-GHz radio doesn't change.