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 40 STM32CubeWL issues
Sort by recently updated
recently updated
newest added

We have a custom PCB with the stm32wl55 MCU, and for the most part, the reference design was followed. However the LSE crystal was not added. I have updated the...

According to STM32CubeMX release notes this package had V1.2.0 release on 04-February-2022 Could you also update this repository?

**Set-up** LSM100A based Evaluation Kit (STM32WL55JC) STM32CubeIDE Version: 1.10.1 https://github.com/SeongJiIoT/LSM100A_SDK **Description** Quite often the [RadioRandom()](https://github.com/STMicroelectronics/STM32CubeWL/blob/59c5722deaf51724cff8446413a7a76792d8bb81/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio.c#L773) function returns 0 which leads e.g. to a devnonce = 0 and breaking a JOIN...

mw
internal bug tracker
subghz

Hi, **As per LoRa Spec:** When an end-device attempts the transmission of a "confirmed" frame toward the network it expects to receive an acknowledgement in one of the subsequent reception...

internal bug tracker
lorawan

**Set-up** LSM100A based Evaluation Kit (STM32WL55JC) STM32CubeIDE Version: 1.10.1 https://github.com/SeongJiIoT/LSM100A_SDK **Description** After piggy-pack a link check request [RxParams.LinkCheck](https://github.com/STMicroelectronics/STM32CubeWL/blob/59c5722deaf51724cff8446413a7a76792d8bb81/Middlewares/Third_Party/LoRaWAN/LmHandler/LmHandler.c#L1022) is set during rx processing. But this flag is never cleared afterwards....

internal bug tracker
lorawan

**Set-up** LSM100A based Evaluation Kit (STM32WL55JC) STM32CubeIDE Version: 1.10.1 https://github.com/SeongJiIoT/LSM100A_SDK **Description** Function RegionCommonUpdateBandTimeOff ([RegionCommon.c](https://github.com/STMicroelectronics/STM32CubeWL/blob/59c5722deaf51724cff8446413a7a76792d8bb81/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCommon.c#L350)) can lead to a Dead Lock (at least during retransmissions), if bands[i].TimeCredits == creditCosts because the...

mw
internal bug tracker
lorawan

**Describe the set-up** * Custom board populated with the STM32WLE5. * Keil MDK-ARM V5.36.0.0. * 8 devices running in LoRaWAN class C. **Describe the bug (skip if none)** If a...

mw
internal bug tracker
subghz

This PR makes the SUBGHZSPI HAL more consistent with the SPI HAL by providing a HAL_SUBGHZSPI_TransmitReceive() function. This change has the added benefit of simplifying the existing HAL_SUBGHZSPI_Transmit() and HAL_SUBGHZSPI_Receive()...

hal
internal bug tracker

I don't know if Linux is officially supported but I got it to work. Only problem was with some lower/upper-case file names. I had to edit these lines to use...

bug
projects
internal bug tracker
lorawan

I have been trying to work with the sequencer (tasks and events) for a few days already, but I can not understand, in totality, the way it works. Is there...