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

Sanity check in `OnRxData` function uses the wrong logic operator, should be `&&` + `AppData` has a `Buffer`, pointer member in the struct which can be NULL, and it is...

projects
internal bug tracker
lorawan

## IMPORTANT INFORMATION Fixed spelling error in function brief ### Contributor License Agreement (CLA) * The Pull Request feature will be considered by STMicroelectronics after the signature of a **Contributor...

documentation
hal
internal bug tracker
subghz

Hello, I would like to report a bug using STM32CubeWL code for LoRaWAN end node dual core application. I'm using a NUCLEO-WL55JC1 with cube IDE. I was trying to receive...

internal bug tracker
lorawan

In utilities_def.h it is possible to add additional task priority numbers and task numbers: ``` /** * This is the list of priority required by the application * Each Id...

bug
projects
internal bug tracker
lorawan

I’ve run into a possible issue with the LmHandler library. STM32Cube_FW_WL_V1.0.0\Middlewares\Third_Party\LoRaWAN\LmHandler In particular the LmHandlerSend function. As I follow the code I see that before sending a frame a function...

question
internal bug tracker
lorawan

**Setup** * STM32WL55JC1 embedded on a custom PCB with other peripherals * STM32CubeIDE * Lora gateway - Multitech MTCDT3AC model with a built-in network server, join server, packet forwarder and...

bug
projects
internal bug tracker
lorawan

Hi there! I'm referring to stm32wlxx_hal_subghz.c SUBGHZ_CheckDeviceReady(): https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_subghz.c#L1743-L1766 The SUBGHZ_NSS_LOOP_TIME constant is defined here: https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_subghz.c#L156-L159 If the SX126x is put to sleep with SUBGRF_SetSleep() then a hard coded delay loop...

hal
subghz

Hi guys, We already have LoRaWAN_SBSFU_1_Slot_DualCore example, could you add LoRaWAN_SBSFU_1_Slot_DualCore what support FreeRTOS or add a manual to support FreeRTOS Lorawan App with SBSFU?

question
projects
lorawan
rtos

Hello guys, During flash update operation, i sometimes got hard fault. Here is some information : Board : Custom board with STM32WLE5JCIX based LoRa-E5 (not module). IDE : STM32CubeIDE I...

Hi there! I have measured the SPI comms using a logic analyzer: ![SUBGHZ_SPI_timing](https://user-images.githubusercontent.com/36699294/228153310-683d7e37-611e-4875-b894-157b224467a2.png) As you can see there is plenty room for improvement using DMA instead of polling. I'm referring...

enhancement
hal
subghz