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 tried opening and debugging the STM32WB BLE-P2P example in my workspace but i dont get it to work. I tried a dozen ways to open and debug and even like in this video https://www.youtube.com/watch?v=WgsXMVZfoO8&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E...
Hi. I bought the ble_p2pServer example code on an stm32 wb55rg board and am trying to get ble communication. The example code was imported via stm32 cubemx. The current problem is that I am getting a HardFault error in the SendCmd function in the hci...
Hello, sorry to waste your time, but I don't understand. I use a NUCLEO-WL55JC1, after some test with the example in the WL_Package, and some errors to adaptate the example code. I have undertaken to start from zero. I use the example code in the Mon...
Hello everyone, I have problem with my pcb design with STM32WB55. I'm sending .hex program to the processor via STM32 programmer. I want to start "make alive" all peripherapls. I started simple with LEDs (see code). And the LEDs doesn't turn on. ...
Hello ST Community,I recently encountered an issue that I have not come across before and am hoping someone can offer some insights.I have a custom board based on the STM32WB microcontroller, where I am trying to connect an I2C device. The board is a...
Hi,I have downloaded the example BLE_ApplicationInstallManager application for STM32WB7.As suggested in the readme-BLE_ApplicationInstallManager.bin was loaded at 0x10040000.My BleApplication.bin (embedding OTA service) was loaded at 0x10041000.Notic...
Hello all, I have a very strange issue with QSPI peripheral. I am using it to store logs in external memory. The flash that is used is MT25QL256ABA with a custom STM32WB55 board. I have connected PModSF3 using jumper wires that are at least 15cm long...
Hello community,My problem generally consists of connecting and reading a BLE device into a BLE mesh network.The BLE device is a B-WB1M-WPAN1, from which I want to receive temperature data. I have written my own service and characteristisk for the te...
Hey guys, I have NUCLEO-WL55JC2 board, and I am following a tutorial to learn baremetal embedded programming. The first task is a "hello world" app for UART. So, I just read the doc, and I understood that I need to use LPUART1 which is the default fo...
We are developing a Bluetooth application using the STM32WB55RG. According to the documentation, I found that using the Router and service approach can achieve a one-to-many connection. I want to know if, once a peripheral establishes a connection wi...