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'm trying to interface with a sensor that requires a repeated start condition.Datasheet: https://www.mouser.com/datasheet/2/348/ROHM_S_A0005047448_1-2562246.pdfI have other sensors on my I2C bus that I can communicate with. I also get '1' on ...
I have a custom board running the i cube lrwan (class A). I m going to deploy it in the field, so I dont want any messages coming on the UART. Is there a way to disable it ?When I add too many print statements for debugging, the LoRa Initialisations ...
Greetings, i have been trying to set up a STM32WLE5CC MCU to wake up from STANDBY Mode after a period of time (30 seconds for the testing phase, 1 week in the final product) using HAL Library functions.Unfortunately i have not been able to accomplish...
SUBGHZ Radio Cfg_DioIrq() describes mapping the radio interrupts to separate IRQ lines but NVIC only has one Radio IRQ interrupt.Are the radio interrupts all just muxed into that one interrupt?Does the mapping need to be applied to all IRQ lines none...
Hey thereI'm working with stm32wb with custom board, I have two strange issues.I'm tying to probe GPIO_IOToggle example but the program only run when i charge the code or when I debugged it with STM32CUBEIDE, whne i press reset or activate the source...
Helloi made a custom board using MIDATRONICS module that integrate the STM32WLE5J8I and i don't find how to make a lorawan end node project !!! when i import the end node project from the nucleo-WL package, it doesn't work (don't make a join and don'...
Hello,I am using the STM32WB55 Nucleo board and have gone through a few of the example applications. I would now like to create my own BLE application similar to the heart rate monitor. I really am not sure how to start and was hoping for a decent ...
Hello,We are designing a PCB based on the NUCLEO-WL55JC boardWe are looking for the Altium project files.Someone can share a link?Thanks.BEEPH
Dear ST communityI've been trying to implement the BLE_RfWithFlash example from the STM32WBCube package into my BLE application.When trying to write/erase flash, the MCU disconnects the BLE client and triggers a hard fault. If I run the application i...