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 have multiple questions:1. Is there a limit on the firmware size in STM32WB series? If yes, what is the limit?2. Is there a limit on the firmware size of the OTA application in STM32WB series? If yes, what is the limit?3. I want to perform OTA at a...
Hi,I'm using STM32WL5 SoC in my lora project.I started from this example: "LoRaWAN_End_Node_DualCoreFreeRTOS".In my board, I have a problem at startup, CPU2 doesn't start after a simple pin reset (NRST).The only way is to switch power supply off, wai...
Hello all, In my project I'm using STM32WB5MMG MCU for BLE Server and Client.BLE Connection between p2p Server and p2p Client is working well but I want connect Custom Templete Server with p2p Client.In this case Server and Client are not con...
Hi,Bought online ASTRA1B previously used, for school project,I do not have experience with ST Boards.Need Help with following:where to find stock firmware (default factory firmware) ?Do I need STLINK-V3MINIE for flashing firmware ?How to factory...
hi, Im using my own costum board with a STM32WBA52CG on it. When I'm nog using the RF my code is working perfectly. When I activate the RF in the STM32CubeIDE, my code is stuck in PeriphCommonClock_Config();More specifically in the following code: I...
BLE peripherals are implemented using NUCLEOWB55RG.I would like to check if Advertsing is working properly by receiving the completion of the asynchronous aci_gap_set_discoverable execution with HCI_COMMAND_COMPLETE_EVT_CODE, HCI_COMMAND_COMPLETE_EVT...
The STM32WB5 has 1M of flash memory. The default linker script shares this 50:50 between main and second core (LENGTH = 512K), meaning flash ends at 0x0808 0000 (page 128) for the main core.But the wireless binaries don't necessarily start right at t...
Please advise on Application Notes, Training, examples on Evaluation board, etc. on designing lowest power system using STM32WLE5JC. Cell life for weeks or months. I intend to use STOP2 with RTC and normal-run modes.I found App Note 5568 and 4879.M...
I want to generate a constant, steady voltage as COMP INPM in STOP1 with the DAC (using HAL libs at the moment).Unfortunately I cannot get a steady signal. The voltage drifts around some seconds, stabilises and starts from the beginning (oddly seems ...
Using this API returns 0x3157 error code after running SIGFOX_API_close successfully (return code is 0), anyone tried that? What are we missing here?BTW - Same behavior observed when using ST provided Sigfox_AT_Slave_DualCore example out of the box w...