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 was looking for protocol documentation for provided firmware for these devices,the thing is, i cant set up the gateway properly to connect to the Chirpstask server.there is some ACK requested by the server and not provided by these devices, but ...
Hi I'm mattehw.When I Tested advertise setting using P-Nucleo-WB55 board, error occurred about advertise max length.so I have question about STM32WB55 BLE advertise setting.I want to use Local Name(10bytes) + 128bit UUID(18bytes) in advertising data(...
I have a custom board running the BLE (full) stack. The application code is written using the Zephyr RTOS. The power source is a CR2032 coin cell battery. After operating for a while (the actual times vary), some units (not all as far as I know) get ...
I started my project from scratch in CubeIde. So just select stm32wl55ccu6, choose all necessary peripherals and lorawan. Unfortunately, from scratch, this MCU can't choose only one core option(M4). To be able to use the Lorawan option, I need to IPC...
My company is working on a product based on the STM32WB55, using the full BLE stack, currently v1.11.0. The error described below was also occurring on v1.10.1 previously.As far as the host application on CPU1 knows, the device is advertising success...
Hello,We are trying to write(erase) the flash during BLE connection.If we follow the STM32Cube_FW_WB_V1.4.0/Projects/P-NUCLEO-WB55.Nucleo/Examples/FLASH/FLASH_EraseProgramExample the BLE connection terminates immediately (timeout error code).Apparent...
I am using hw_timerserver and sequencer for BLE. I added additional tasks to the sequencer for my application. It appeared that my tasks are running much too frequently, so I looked into the clock configuration of the RTC and found that WUCLK was d...
I really need to use the SRAM2A that can hold data while in standby mode.But I have a hard time finding how much of the SRAM2A that I can use without meddling with BLE ? I found (STM32WB software architecture AN5289) and the mention about SBRSA But n...
Hi everyoneI have ported p2pClient project to a custom board and kept it running for hew hours.I`m using the STM32Cube_FW_WB_V1.7.0 ilbraries and and imported system workbench project.Eveyrthing seems to be working but after 4 hours board was not res...
In the function Ble_Hci_Gap_Gatt_Init(), it stopped at hci_cmd_resp_wait(HCI_TL_DEFAULT_TIMEOUT);And does not advertising any signal.what the problem may be with my board.Thanks.