Jerome Coutant
1bf8667136
STM32WL: fix MBED_CONF_STM32WL_LORA_DRIVER_SLEEP_MODE option
2022-08-18 14:53:58 +02:00
Charles
42e11ac9bd
Allow to use LowPower fix as a parameter
...
Allow to use TCXO Control Voltage and LowPower fix as a parameter
leave current default value to avoid breaking changes
astyle fix
2022-08-16 13:45:45 +02:00
LukaB
d503495189
Fix STM32 radio driver when bandwith is 0
...
A bug was detected when the uint8_t SUBGRF_GetFskBandwidthRegValue( uint32_t bandwidth )
is called and the bandwith argument has a value of 0.
Comparing the code to the STMCubeWL 1.1 we can see that an if statement is missing to
address the condition where bandwith is equal to 0.
Added the if statement to the radio driver to account for this edge case.
2022-02-03 08:24:21 +13:00
Jerome Coutant
fb07b7ac4c
STM32WL : add LORA robustness
...
Improvment to support extensive tests
2021-12-06 17:48:35 +01:00
Jerome Coutant
f42b3e41bf
STM32WL LORA radio: add a critical section in IRQ process
2021-10-12 11:01:22 +02:00
Jerome Coutant
4b956bbf3d
STM32WL LORA driver: add debug print
2021-10-12 10:36:43 +02:00
Charles
6d0747727e
added optimal settings for RFO_HP only
...
fixed wrong help values name
added detailled comments
fix style-check
fix style-check
2021-08-25 10:23:06 +02:00
Charles
d13aaf408c
Allow LoRaWAN STM32WL driver debug led to be inverted ( #14910 )
2021-07-29 10:29:53 +01:00
jeromecoutant
777b2730bd
STM32WL LORA: HW specific out of STM32WL_LoRaRadio class
2021-06-03 13:19:32 +02:00
Ludovic Champsaur
83d18eb4c0
STM32WL LORA : STM32WL_LoRaRadio support
2021-02-09 11:56:30 +01:00