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 ...
Hello everyone,I want to migrate my existing TCP-WLAN based MCU application which acts as a data server with a proprietary protocol. The application comes very close to standard Posix TCP handling. Each connection is handled by a separate thread that...
Hi,I am using the Nucleo WB55 board that has a STM32WB55RGV6 MCU to develop an application. I see instabilities in bluetooth by default when I am using the LSE clock as RfWkUpClock of the BLE that are leading to the BLE core crashing.Those instabilit...
Hello,in STM32CubeProg v2.11.0, in the Registers (BETA) tab, peripheral ADC, register SMPR1, the entry SMP0 is missing (it's the VREF INT channel).Best,Nicolas
I have nucleo-wl55jc board i want to transmit CW beacon.i am able to transmit continuous wave but not able to sleep the radio and continue next transmit.What would be the possible way to start and stop radio quickly?
Hi, I create my new project follow the SubGHz Phy Ping Pong example project.In the example project, the RTC configure in "Free running Binary mode". In my project, I configure the RTC in "Free running BCD calender mode" therefore no Radio Rx Timeout ...
Hi,I use STM32WLE5CBU6. I created SubGHz Phy project. Device entered stop 2 mode, exit stop 2 mode when the alarm B interrupt issue then the Radio.Rx(3000) is called to receive data.my RTC Alarm interrupt function below,void HAL_RTCEx_AlarmBEventCall...
Exist some internal way to do this ? Itry this , but clock config for CPU2 must be 32MHz ...
I have generated ble middleware using cubemx with application type set to the server profile. I'd like the device to be able to advertise and scan for non-connectable ad's. Hence in the ble_conf.h I have set BLE_CFG_PERIPHERAL as well as BLE_CFG_CEN...
Hi Sir,I'm developing project using STM32WB55 and start from STM32Cube_FW_WB_V1.14.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pServer.everything setup fine with LightBlue Android APP. When I trace and debug code, I cannot hit break if I ...
I've made sure "force rejoins at reboot" is not not ticked in the configuration file, and then I set the task "LoRaStoreContextEvent" in the beginning of the user code section like thisstatic void OnNvmDataChange(LmHandlerNvmContextStates_t state) {...