STM32CubeWL icon indicating copy to clipboard operation
STM32CubeWL copied to clipboard

STM32Cube MCU Full FW Package for the STM32WL series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on boards provided by ST (Nucleo boards)

Results 53 STM32CubeWL issues
Sort by recently updated
recently updated
newest added

**Describe the set-up** Board: MB1389D (Nucleo-WL55JC1) **Describe the bug** HAL_GetTick() and by extension TIMER_IF_GetTimerValue() run at exactly 1.024x speed (2.4% inaccurate) compared SysTimeGet() **How to reproduce the bug** 1. locate...

bug
mw
internal bug tracker
lorawan

Hello, I checked in the reference manual of the mcu and found that it doesn't support the Multihopping channel strategy. Am I mistaken? Thanks, Ayoub

question
subghz

Hi there! I have identified the issue in STM32CubeWL V1.3.0. See here: https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_subghz.c#L1000 When SUBGRF_SetTx() or SUBGRF_SetRx() is called, it blocks for a long time (~1.2 ms) until the BUSY...

enhancement
hal
subghz

**set-up** Linux Machine Simulator for Frag Decoder. (I have made to make testing faster) GCC **bug** We are encountering difficulties while utilizing the Frag Decoder module. Specifically, we are facing...

mw

### Setup: NucleoWL55JC The latest version of this project [8a8140f](https://github.com/STMicroelectronics/STM32CubeWL/commit/8a8140f342a3d0ac85e5a02f44db8782765a7bed) ### IDE: STM32CubeIDE 1.10.1 ### Bug & Question: Hi there, I want to create a LoRaWAN project based on STM32WL...

bug
projects
internal bug tracker
lorawan

Setup: - LoRa-E5-STM32WLE5JC - GNU Arm Embedded Toolchain 10.3-2021.10 Bug: Preprocessor error is not triggered if the `CFG_SEQ_Task_NBR` is > 32 although there is a code to protect it ```...

bug
mw
internal bug tracker
lorawan

Hi, Accroding to the documentation "RM0461 STM32WLEx advanced Arm®-based 32-bit MCUs with sub-GHz radio solution Rev 7" the command Clr_Error has only one byte argument. ![image](https://github.com/STMicroelectronics/STM32CubeWL/assets/814182/e4424b71-1182-4d07-b69f-cd8d476577b4) The function SUBGRF_ClearDeviceErrors specified...

bug
mw
internal bug tracker
subghz

While developing the [STM32LoRaWAN Arduino library](https://github.com/stm32duino/STM32LoRaWAN), which includes a part of the code from this repository, I made a couple of small changes to it, to fix warnings, documentation and...

bug
mw
internal bug tracker
lorawan

In OTAA mode, the join procedure may fail due to Retransmission Back-off (see https://lora-developers.semtech.com/documentation/tech-papers-and-guides/the-book/joining-and-rejoining). In this case, Application will never receive any OnJoinRequest callback an so may stall. This PR...

bug
mw
internal bug tracker
lorawan

The bug is in `Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.h`: `SUBGRF_SetRfTxPower` expects `Tx power level [0..15]`. It does checks on `power > 15` to select `RFO_HP` and then it calls `SUBGRF_SetTxParams` that expects `RF output...

bug
mw
internal bug tracker
subghz