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 working on STM32WB55cg project. the current fus version is v1.2.0.0. For this version of fus I have to update ble stack full version with starting address 0x080C7000 which is the 199 th sector of flash. I have done this. I tried to upload...
I'm sampling 8-bit audio at 8 kHZ, with a mic output biased at around 1.6 volts. The issue is that we need to end up with a signed 8-bit representation of the signal (in the range of -127 to 128), but the raw data in the ADC's data register will be r...
The reason I'm looking for it is because I was able to run SubGHz_Phy successfully but I'm unable to enable the I2C or GPIOs at all. The board I'm using: Murata Type 1SJBest Regards.Milan
Hello everyone. I want to make a lorawan application with nucleo-wl55jc1 and connect it to server TTN via gateway. I have problem when i try to run the application with stm32wl. Can somebody help me do it? I can download and debug cortex m4 but i c...
Hi.Using STM32Cubeprogrammer API v.2.7.0 with STM32WB55 and USB interface, I find an error when to call initOptionBytesInterface()....peripheral_C* options_bytes;options_bytes = initOptionBytesInterface();...As we know, "peripheral_C" structure have ...
I'm working with the STM32wb55ceu MCU which states that it has 512K of flash memory starting from address 0x08000000.However, I realized that if I compile and run the follow program, it will hard fault when attempting to read the value from flash (li...
Trying to port code written for WB55 or WB50 onto a WB15. Obviously there's less memory available, but apparently zero documentation on what this means in the Real World. I've managed to squeeze a version of my basic application into the WB15 by maki...
Good Day, I got myself a pair of LoRa-E5 mini which has STM32WLE5JC single-core. I would like to program them in a way in which they would communicate by using a channel and address id to each other. kindly give me a refernce to how to program them i...