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 ...
I'm not able to connect the NUCLEO-STM32WL55JC1 board (Updated FW today to V3.J7) to the STM32CubeMonitor V.1.1.0 Fun facts: Blink connection test works and the firmware is reported correctly in the connection config box.Error message reads: "not c...
I would like to be able to set the time from the LoRa network. So when I receive the time I make a HAL_RTC_SetTime with the information collected, but then my program freezes. Do I have to stop the Lora layer, timers beforehand?Thank you in advance f...
HiI`m having some issues with programming p-nucleo usb dongle board with USB DFu mode.The way I understand is ,there is an internal system bootloader inside STM32WB which supports USB Firmware DownloadIf I can jump to bootloader from my application ...
All Examples for the STM32WB have the following code in their app_ble.c:const uint8_t* BleGetBdAddress( void ) { ... udn = LL_FLASH_GetUDN(); if(udn != 0xFFFFFFFF) { company_id = LL_FLASH_GetSTCompanyID(); device_id = LL_F...
Dear Members. I'm a beginner and trying to learn and understand how to work with stm32l0 and SH1276. The first task which i set to myself is to reach the absolut minimum power consumption. Watched some tutorials and tried to reach minimum which i me...
Helloi made a customised board using the STM32L476RETx mcu with a lora module : DORJI DRF1262TI opened the project from i-cube-lrwan expansion package with the name SX1262dvk1das USING THE SX1262 AT 868MHz.i updated the PINOUT of my MCU and exclude a...
We have tried usingNVIC_SystemReset();but it seems it only resets the M4 core and not the M0+ responsible for Bluetooth communication. It would be really appreciable if someone could guide us towards identifying the cause behind this behavior, and ho...
It appears that v1.10 of the Thread FTD binary does not work properly. When a command is sent (line 4 below), the code stalls in an infinite loop, waiting for an ACK from the M0 processor.static void APP_THREAD_DeviceConfig(void) { otError error; ...
The printed message is:▒▒RT ▒▒▒n▒▒ E▒amp▒▒ ▒▒▒a▒g▒▒ ▒h▒ C ▒▒b▒a▒y p▒▒n▒▒ ▒un▒▒▒▒n ▒▒ ▒h▒ ▒▒RT▒Insteadprintf("UART Printf Example: retarget the C library printf function to the UART\n\r");