STM32CubeWL
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)
[LoRaMac]Optimize code reading and execution conditions and Add functions for use by the outer layer
### LoRaMacGetMaxPayloadLength - This function is provided for external use to obtain the maximum payload and can be used by the program to determine the number of bytes to send...
## IMPORTANT INFORMATION
**Additional context** - I don't understand what `adrBlockFound` does here, because every time it comes in it's a `false` assignment; A value of `true` below does nothing. - I think...
I'm working on STM32CubeWL 1.3.0. I've seen that SUBGRF_SetTxParams function seems to set Pa config and power setting in according to Table 27. "PA optimal setting and operating mode of...
Describe the set-up The board is NUCLEO-WL55JC1 STM32 CubeIDE v1.15.1 STM32 CubeMx v6.10 **Describe the bug (skip if none)** Device is not sending the acknowledgement of the confirmed downlink, when...
**Describe the set-up** * The board is NUCLEO-WL55JC1 * STM32 CubeIDE v1.15.1 * STM32 CubeMx v6.10 **Describe the bug (skip if none)** I am running the Lorawan AT Slave example(although...
I would like to use my ST32 to send data from one location to another. For this purpose, it should sleep in Stop Mode 2 for a fixed period, then...
Describe the set-up The board is NUCLEO-WL55JC1 STM32 CubeIDE v1.15.1 STM32 CubeMx v6.10 Describe the bug (skip if none) I setted the default data rate (say DR4)and Tx power using...