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 everyone,I'm trying to create a BLE project as virtualCOMPort to start and after saving the setup wizard, when it compiles I get an undefined reference to `MX_BlueNRG_MS_Init and MX_BlueNRG_MS_Process'.This functions are declared inside 'app_b...
Hello,Currently start working on MAC 802.15.4 application on STM32WB. Quick question - should I configure this stack through CubeMX, or should I copy it from CubeWB package manually and set the respective #define? Because, currently in STM32_WPAN sec...
Helloafter upgrading from v1.8.0 to v1.9.0 of the STM32WB firmware package, the code does not compile anymore:../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c:28:10: fatal error: tl_dbg_conf.h: No such file or directorySTM32Cub...
Hello! I have a project where I set up the BLE , then I decided to add FreeRTOS to this project. But the problem is that there is an error in the generated project that I cannot solve (It seems the error is from Cube).(...).axf: Error: L6200E: Symbol...
HelloI have to obtain radio wave certification for products using STM32WB50. Is it possible to output modulated and unmodulated waves with STM CubeMonRF?The protocol stack we are using is MAC_802_15_4_FFD.bin. I can't understand it even if I call it ...
Hi EveryoneWe have recently started working with the B-L0-72Z-LRWAN1 Kit , I programmed the AT slave software that was provided with the Kit. The problem faced by me are described below.I am not able to change/modify the APPEUI via the AT commands , ...
Hi,We've just updated our HAL from 1.6 to 1.10 and encountered some issues with our link to secured element.ATR is successfully received.After any transmit (we are using DMA), a call to a receive return BUSY.We get file STM32wbxx_hal_smartcard.c back...
Hi all,Currently I am trying to intergrate the flash_driver from ble_RfWithFlash to my project because I was bumping in some issues with maintaining a bluetooth connection when erasing flash.I was working with V1.3.0 so had to update the firmware sta...
Hi everyone!This is my first time with I2C on the STM32 platform so I may be missing something trivial.I'm using an STM32WB55RG and I'm trying to use an Adafruit IS31FL3731, which works with I2C.I ported the Arduino library (https://github.com/adafru...
Hello! I'm creating a basic UART project (using an STM32WB55 development board) to communicate with an external piece of hardware where I'm trying to send 9 bytes of data across and receive data back with an interrupt. It would appear I AM receivin...