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 ...
As far as I understand, the OTA example provided (BLE_Ota) supports either flashing the user application directly or handing the processing over to CPU2 for decryption of the Wireless firmware (which comes as an encrypted and signed package).Is it po...
When will it be possible to start a project with components from the series STM32WLE?
I am using the following code: while(HAL_I2C_Master_Transmit(&hi2c1, DEVICE_ADDR, i2cbuffer, 1, 1000) != HAL_OK) { /* Error_Handler() function is called when Timeout error occurs. When Acknowledge failure occurs (Slave doesn't acknowledge its...
I am using the STM32WB in master mode, polling a single LSM303AGR accelerometer. Using the HAL transmit routine as follows:if(hi2c1.State == HAL_I2C_STATE_READY) { /* Now send the device address and register to be read with 1 sec delay max*/ while(...
I2C Error trappingI am using the STM32WB in master mode, polling a single LSM303AGR accelerometer. Using the HAL transmit routine as follows:if(hi2c1.State == HAL_I2C_STATE_READY) { /* Now send the device address and register to be read with 1 sec d...
Hi,I've got 2 I-Nucleo-LRWAN1 shields on 2 STM32 Nucleo64 F103-RB boards. I've uploaded PingPong example from : https://github.com/stm32duino/I-NUCLEO-LRWAN1 and it works but when I've tried to modify code and send longer message (for example "ABCDEF...
Hi greetings,I am using Murata module with STM32CubeExpansion_LRWAN_V1.3.1 STM32L073RZ-Nucleo code. with below details1. GATEWAY KERLINK2. CLASS C3. UPLINK and Downlink4. Loriot Network Servercommunication is going well. but after fix 24 hour I am n...
I have recently downloaded STM32CubeExpansion_LRWAN_V1.2.1.In the main.c of the End_Node example I commented all the sensor related variables etc. and just tried to send letter 'H' with AppData.Buff[i++] = 'H';The message gets though but it keeps cha...
I use custom application with FreeRTOS.When I embed a power save mechanism, the FW periodically have an unhandled hardfault when use "maybe" stop mode API.After more investigation like:pending ISR CFG_HW_ENTRY_STOP_MODE_SEMID and CFG_HW_RCC_SEMIDhard...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.