NUCLEO-WBA25CE1 "Bootloader limitation"
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link MATTER - Matter software expansion for STM32Cube - STMicroelectronics It is a reference implementation for the demonstration of Matter on ST...
Please go and visit our wiki pages where you can find a lot of information on our wireless product families (WB, WBA, WL) and the supported protocols: BLE, Zigbee, Thread, Matter, Lora, ... To begin your technical journey, please start from this top ...
Hi,I am working with a STM32WB55 MCU connected using a STLINK probe (SWD).In the flashing flow, I use STM32_Programmer_CLI to erase the device, put it in FUS mode, update the FUS, update the BLE stack image, and then flash the app image.One thing I r...
Hi,I am evaluating 2 MCUs (STM32WL54CCU6 and STM32WLE5CBU6) for our new design. I would like to get the receiver sensitivity at the following condition: 2-(G)FSK, BER <1%, 200kbps, 50kHz FDA at 915 MHz, which datasheet don't have. When you have a cha...
HiWe develop a project on the STM32WB5MMG MCU. We have 2 issues:1. How can we get the actual MTU after the negotiation with the remote client (probably a smartphone) ? We want to support all kind of smartphones including those with small MTU. Do we h...
During testing to see what happens if power is interrupted during various parts of firmware update, I removed power from my test board while updating FUS. Now, when I connect via SWD using STM32CubeProgrammer, it shows the following: When I try to up...
I have a burst sampling MCU application that wakes up via interrupt, samples, and should now signal a backend through LoRaWANThe CubeMX skeleton spins up a whole system with sequencer, power mode management etc, which is - did I get this right? - bu...
I am confused because I thought I have read somewhere that on the STM32WL55JC, only the M0+ Core is connected to the RF part and therefore M4 core normally hosts app code, M0+ core the RF part.In the examples I have seen for the Nucleo WL55JC there a...
On a custom board, the RED_LED is connected to PA15, which is pulled-up by default (JTDI).The pin has been set to Push-Pull Output GPIO in CubeMX and is initialized to 0.The STM32WB55CGUx was experiencing random resets, until this particular IO was s...
Attached is the IOC setup for simple continuous PWM Mode from LPTIM1 from STM32BW55 (all Cube IDE/MX updated with the library, etc).. RB2 showing the waveform as per Peroid and Pulse width (from 64MHz clock input) but I get no interrupt (enabled by I...
HiI need to know that how can i create thousand amount of binary or hex file for different keys during mass production. I use custom firmaware, sdk v.1.0 for development and i wrote manually keys of each device.
Hi, I need some help trying to undestand this operation in Lorawan_end_node example projectnvm_size = ( ( sizeof( LoRaMacNvmData_t ) + 7 ) & ~0x07 ); in the code below:Maybe it is so simple, but i thought that it would be something like that nvm_siz...