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 ...
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...
I follow the same approach with the magic value 0x94448A29 and so on.Burning firmware + bootloader works ok, also I can jump to the bootloader using the SRAM1_BASE address to write the reset type.The problem is that sometimes I got errors writing to ...
I create a simple project with CUBE_MX in order to test DMA_PWM generation.I configure the TIM2 like this : The DMA is configured this way: in the main i fisrt enable the PWM channel(signal output is ok on scope) , then i try to start a DMA transfer...