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 ...
Hi,currently I am working with the NUCLEO-WL55JC1, using the STM32Cube FW_WL V1.3.0 and the LoRaWAN_End_Node example as base.My target is to keep the LoRa stack working as it is on the example, but also to use the RTC to store the current date and ti...
Hello guys!I'm working with STM32WL series using the LoRa application, for that the RTC must be in binary mode.However, I need the calendar and timestamp for my project, which implies that I need to use BCD mode.I'm aware that the RTC3 has the mixed ...
I am facing an issue with BLE connection on the NUCLEO-WBA55CG board.Using the same .ioc file:When I generate the code for STM32CubeIDE, the project builds and runs fine, and I can connect to the device successfully using the ST BLE Toolbox app.But w...
Hi,I recently bought two NUCLEO-WL55JC1 boards and was testing the SubGHz_Phy_PingPong example to establish communication between them. Everything was working fine at first, but at some point (I’m not sure if I changed anything), one of the boards st...
Good day I am having many troubles with implementing FUOTA on my Dev kit. Firstly, I have downloaded the STM32Cube_FW_WL_V1.3.1 firmware. When i edit the script files to build using the latest cube ide (1.19.0) the build fails with many errors. I the...
Hi ST team, I am working on STM32WL55JC1. I am trying to enable the HSE external crystal oscillator, but it never starts.In firmware, I configure RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; and set HSEState = RCC_HSE_ON. After enabling...
I am using NUCLEO-WL55JC1 to use LoRa communication. And I add acceleration sensor of LSM6DSOX to this board and I want to get acceleration data while communicating LoRa. But I could not get correct acceleration value. And I could get correct accele...
Hello,I have custom hardware with a WB55 on it that I'm trying to use as a client, I've chosen the P2PClient profile for this board.I also have a Nucleo-WB55 board that is configured as my server, Server Profile with a Custom Template. The custom tem...
Hello,I'm trying to figure out why setting the MTU stops the ACI_ATT_READ_BY_GROUP_TYPE_RESP_VSEVT_CODE event from ever firing. This essentially breaks everything.case HCI_LE_CONNECTION_COMPLETE_SUBEVT_CODE: /* USER CODE BEGIN EVT_LE_CONN_COMPLETE ...
where do I get API documentation for firmware OTA of STM32WBA52CGUX ?