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,There's a degradation in flash erase during BLE connection use-case between release 1.11.1 and 1.12.0.On 1.12.0 flash erase operation will cause the BLE client to disconnect (timeout).Same user code just the different FW version - 1.11.1 works,...
On the site of Rising hf i found a solution: "STM32Nucleo_ATCmd_Bridge-v0.1.3-20170920.bin". This file is impossible to find online. I tryed a usb- serial comunication with the sensor shield, but i can only recive data and not sending them. The lora...
i am trying to implement I2C for the LPS33HW Sensor in the LoraWAN endnode application. I know that the STM32WL55JC in the IDLE Mode it is going into the STOP2 Mode. Therefore i defined the i2c3 because it can be woken up without a lose. The Clock fo...
Here is the function running in my STM32WB55CG:/** * this function can be nested */ void UTIL_SEQ_WaitEvt( UTIL_SEQ_bm_t evt_id_bm ) { UTIL_SEQ_bm_t event_waited_id_backup; UTIL_SEQ_bm_t current_task_id_bm; /** store in local the current_t...
Hi,I am looking for an STM based MCU/kit with high accuracy crystal oscillator with possible option to fine tune the frequency. I want to use it for some high accuracy time reference. Looking for suggestion please.- ijaz
Hi,I found a possible bug in the "stm32wbxx_hal_msp.c" file when using Cube in the STM32CubeIDE to enable the SAI peripheral.I did not test all the combinations, but have mine set up as follows:SAI A - Async SlaveSAI B - Sync Slave The bug is that th...
I am using BLE OTA bootloader found in CubeWb1.8.0 to upload a firmware to a custom STM32WB55CG device. I am using ST BLE sensor app to upload the firmware from an android phone to the custom device. I was able to successfully carry out FOTA and rest...
After flashing the firmware and connecting to the uart pins, I can get some lora settings when resetting the MCU but when i try to send at-commands i get no response. Any help appreciated
Hello,I wanted to know is there any product in the market where STM32 MCUs are used in Implantable Devices. Are there any Medical Norms for STM Controllers? Can we Use STM32WB as a Implantable with BLE?Thanks in Advance.
After downloading I-CUBE-LRWAN and running the B-L072Z-LRWAN1 example i get the that LmhpCompliance.h doesn't exist but looking into the files i do see that it does exist. Any help appreciated.