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 am looking for a suitable software package for the use of the SX1261MB2xAS shield with a NUCLEO platform.I already worked on a similar project some years ago and I am sure that I found and used an example for using this board in STM32CubeMX or STM3...
I was able to program two Nucleo-WBA52CG using STM32CubeIDE and the on board ST-Link. I programmed them with the BLE_HeartRateThreadX example application. When I power them I can see the BLE_HeartRateThreadX BLE traffic on my phone. However, I can no...
Here is what I try to do:Imported SubGHz_Phy_PingPong to my workspace.Double click on IOC to launch CubeMX and do simple HW change, in my case enabling EXTIO interruptsAfter code generation there are many compilation errorsCan be reproduced with othe...
Hello All...I have downloaded the X-Cube-EEPROM as I would like to create persistent variables. I have an existing project using Nucleo-WB55. Can someone help defining what files/folders to import from X-Cube-EEPROM into my project and what the file ...
I am using nucleo STM32WB55RG to build an BLE application. I am having a very weird issue.At first I create an BLE application using CubeMX.I used server profile with custom template enabled (You can refer to attached cubemx file .ioc)The application...
Where in the files or a function can I put a character to be read by Android(maybe humidity reading) when using BLE in STM32WB55. I can not find any help from your videos. Please if you reply send me the exact function and include character "thanks"...
Hello,I am developing my own project based on Lorawan_end_node project, i have some doubts regarding to memory addressing. In linker file:/* Memories definition */ MEMORY { RAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 32K NVM_RAM (rw) : ORIGI...
Before release of package v1.3.0 binary size were <90kb and .ld has 3 partition in memory as below,/* Memories definition */MEMORY{ ROM (rx) : ORIGIN = 0x08000000, LENGTH = 256K RAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 32K /* Non-backup SRAM1 ...
According to the user manual (st (dot) com/resource/en/user_manual/um2115-discovery-kit-for-lorawan-sigfox-and-lpwan-protocols-with-stm32l0-stmicroelectronics.pdf), you can optionally close SB13 to get a 32MHz clock signal to the MCU instead of attac...