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´m trying to port the example from above to my custom sensor board and use ZigBee2MQTT together with this board. You can find the code in the attachments.The board connects via ZigBee, but can not report the config[M4 APPLICATION] ZbStartup Callb...
I'm using a micro stm32wl55 (RAK3172). I try to shut it down using shutdown mode. By turning it off without ever using the PWR_SUBGHZSPICR command, the micro turns on and off regularly with the expected consumption. However, if I activate the PWR_SU...
Hi,i am working on stm32wb55 nucleo board.I want to read data form one location of internal flash e.g 0x08047000 and write into the other location e.g 0x08007000.i found there is HAL_FLASH_Program API available to write data into internal flash but i...
Hi, I'm currently developing for the STM32WB15CC. During code generation with CubxMX, Under the "BLE Applications and Services -> Server Mode", the option for "Custom Template" is missing when FreeRTOS(CMSIS_V2) is enabled. This option is present whe...
Whenever I plug my Nucleo WB55 into my PC via USB, a Drive opens with some basic info about the Board. While this may be helpful at the beginning I don't want that this opens up everytime I plug it in. Is there a way to disable this behaviour in the ...
Hello everyone. I started developing a zigbee zigbee application on a custom PCB, and since I don't need that much space I used the STM32WB55CC MCU. Everything went great until I had all components planted and wanted to update the zigbee stack when I...
I am currently encountering difficulties with my P-NUCLEO-LRWAN3 board. It is worth noting that the board used to work flawlessly; however, it has recently encountered connectivity problems. Despite meticulously following the recommended setup proced...
Hello,I hope this message finds you well. I am currently managing over eight Zigbee devices connected to one Coordinator in a star topology fashion (8 or more End devices to one Coordinator). However, the manual procedure for flashing new firmware i...
I found the DMA request mapping of the F4 series on ST's official website. With this form, I can configure DMA on zephyr. My problem is that I cannot find the DMA request mapping of STM32WBA52CG. Can you provide me with one? Thank you.The device tree...
ADS1219 Data SheetHello, I am attempting to communicate with TI's ADS1219 via I2C from a STM32WL55JCI, I know the I2C works becuase I can use the same line to write/read from a FRAM chip. Unfortunately, the ADS1219 communication always results in a H...