-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
By Default the RF-Switch CTL1 to CTL3 lines are NC and will cause a HardFault. On my (custom) board, I only utilize a single Pin for the RF switch.
There could be a little documentation on the 3 Pins (or do I miss it somewhere) and they should be optional.
See comment in void STM32WL_LoRaRadio::set_antenna_switch(RBI_Switch_TypeDef state)
:
// here we got to do ifdef for changing controls
// as some pins might be NC
void STM32WL_LoRaRadio::set_antenna_switch(RBI_Switch_TypeDef state) |