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 ...
I need receive data on UART and this uart should use an external clock (6.78MHz) and not system clock.It's should be possible todo it, but I can't find a solution, is there an example?I need set also a divisor on input clock for uart, is it possible?...
From the ST BLE Toolbox app, I see the OTA Reboot Characteristic on my connected BT device. I type in 01 and the following code is executed:void P2PS_STM_App_Notification(P2PS_STM_App_Notification_evt_t *pNotification){/* USER CODE BEGIN P2PS_STM_App...
Hello,I am looking to implement BLE MESH onto the WB10, however there are not any tutorials. I usually import the NUCLEO-WB15 onto the WB10 as they are similar bar a few config values but there aren't any WB15 MESH examples either, just the WB55. Ha...
Hi team, I have been asked to work on STM32WLE5JC development kit. So, I have purchased one kit online. Meanwhile, I would like to know which IDE (for coding) is best to work with the kit as well as the other necessary hardware and software tool chai...
Hello!I'm developing a project on chip STM32WB55. I have referenced the demo aboutBLE-HID of ST's "STM32Cube_FW_WB_V1.14.0" folder. Base on it, I configured my board become a hid keyboard Bluetooth LE. It worked well on laptop Windows and smartphone ...
HI,I'm currently struggling to add new characteristics and characteristic descriptors to my BLE profile. Unfortunately it seems that CubeMX does not support adding more than five characteristics and has no support for adding descriptors.This is the m...
I am notifying large data, so I send them in packages. How can I store the incoming (notified) data in the memory of the STM32WB board to process it?
Hi Team,We are using the Flash Operations as part of Data saving in specific page. As part of that we are erasing the page and writing the new data. As Part of the Flash Erase operation, we are Entering into HardFault_Handler() function through the F...
I'm using the STM32WB55, with STM32CubeWB V1.14.1 & `stm32wb5x_BLE_Stack_full_fw.bin` V1.14.1.Looking in `app_debug.c`, I can configure `aGpioConfigList[]` and `aRfConfigList[]`, which allows for CPU2 to toggle a GPIO pin based on various events.I ca...