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,I am using the STM32WB55CEU6 chip and while trying to check the functionality with the STM32CubeMonitor-RF I am getting the following error: "Device under test not responding COM port closed"Upgraded "stm32wb5x_BLE_Stack_full_extended_fw.bin" a...
However, when I ran the code on my custom board, I am not getting any data from the BLE. I am stuck at line hci_reset().I initialized the SPI and BLE but when I ran the debegger, I did not reach the line before hci_reset(); when I set the interrupt t...
I know that "CFG_TASK_SW1_BUTTON_PUSHED_ID" was set in the header file (/app_conf.h), but just set, no morein the Datasheet the button for Nucleo board SW1 connected to a PC4 pin, but in CubeMX for project "p2p_server" I didn't find any mentions abou...
I design a custom board including a stm32wb15ccu where I want to use the I2C bus. I have for SDA and SCL 10k pull up resistors. However when launching i2c the signal of SDA and SCL remain at 3.3V, no bus signal. Hence I could not communicate between ...
In the middle of function returns HAL_ERROR.stm32cubewl_v1-1-0 - the function works well.
I need detailed informations about registers and timers but i can't find the reference manual of the stm32wb5mm discovery board.
Hello, I'm practicing the "Point to Point Phy layer application lab" in the "MOOC STM32WL workshop" series.After downloading the material and opening the project with CubeIDE and building the project, everything is fine. however, when I try to add a ...
I have flash Matter code from [ stm32-hotspot/stm32wb-matter-device-over-thread ] into STM32WB55 board.I have Matter Hub Device with OTBR, Command Line Chip-Tool and Android Mobile Chip-Tool Application is ready and functioning with other Matter End ...
In my opinion there are two bugs HAL_RTC_SetTime(..) (p. 776) and HAL_RTC_GetTime(..) (p. 881)./* Check Binary mode ((32-bit free-running counter) */if (READ_BIT(RTC->ICSR, RTC_ICSR_BIN) != RTC_BINARY_ONLY)should be RTC_BINARY_ONLY instead of RTC_BIN...
Hi, I am very new to this topic and facing some problems with my P-NUCLEO-WB55 i couldn't solve by myself...After previously flashing it with a simple program i've powered the board over the Vin and GND with an external power supply (max. 7-12V). The...