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 using a NUCLEO-WB55RG board and if I create a new project in STM32CubeIDE 1.12.0 and enable the STM32_WPAN and HeartRate example it doesn't work because the different buffers that need to be in SRAM2 is not placed there.The app_entry.c defines th...
Hi All,I have implemented EEPROM Emul Middleware in STM32WL project (https://www.st.com/resource/en/application_note/an4894-eeprom-emulation-techniques-and-software-for-stm32-microcontrollers-stmicroelectronics.pdf) in lieu of writing directly in FLA...
I am following this video link showing step by step to create OTA app.https://www.youtube.com/watch?v=mRzZOa3jmuM.I am successfully to create the custom application, download the OTA loader app at 0x08000000, and the custom's app at 0x08007000. The ...
Hello Geeks...Hope all are doing wellRecently, I'm working on STM32WB FUOTAI know the FUOTA terminology of the STM32WB through the application document AN5247Moreover, I have gone through the YouTube Tutorial series of the FUOTA for WB seriesI'm tryi...
Edit: It's always embarrassing when you ask a question and immediately afterwards you find what you where looking for...Please ignore this question.---Original question: I'm starting to work with the STM32WB5MM-DK, but I can't find the schematics. Ar...
Hi all !Does anyone know if it's possible to port SPI Emulator to the STM32WB5MMG family ? (or have an example of a possible implementation from scratch ?)I would like to implement a simple slow half-duplex master SPI protocol using custom ports.Did ...
I have a question about STM32WB55RGV6. I will list my current progress below.- First of all, I will be using the NUCLEO-WB55RG board to use the IEEE 802.15.4 MAC Stack. - I want to communicate with the Xbee S2C (XB24CZ7WIT-004) from Digi to send and...
I am getting the following errors when debuging the project from the package. I have the standard package downloaded directly from the official website, I've also done a full chip erease and after this, load the firmware again, and the error persists...
Hey everyone, I am trying to send out two different characteristic notifications, one after the other and I am getting error 0x93 (BLE_STATUS_BUSY) in return for the second characteristic update, It then takes at least 100mS (often a lot more than th...
I want to use MAC 802_15_4 with other peripherals like SPI2, I2C1 and USB as a CDC device but there is no option in cubemx to generate code for MAC 802_15_4 and i didn't find any application notes to write program for MAC 802_15_4 only i found 2 samp...