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 allMaybe you can help me understand something about the IPCC.From my understanding: In case CPU2(BlackBox) sends the CPU1 an command:CPU2(BLE) -----RX occupied ISR -----> CPU1(APP), look in Queue to get the user event.: CPU1(APP) --------TX free I...
Hi, I am doing a project based on beacon tracking. For that, I have to detect the beacon and find the RSSI of received beacon using STM32WB board. Is there any possibilities to find out the RSSI value? and how can approximate the distance between bot...
Hi, into the SMT32CubeIDE is it possible to migrate code from STM32F1xx to ST32WB families?I mean, using the same basic code of the F103 and adding the BLE of the WB family?Thanks for any replyMaurizioPS: in case, is there any migration app note?
Hi,Now using Zigbee on STM32WB, and try to send a command to multiple nodes on broadcast or group addressing.Is there any way to check whether packets are received via-router or directly? Thank you.
I have 3 Nucleo-WL55JC1 boards and tried to activate the bootloader as AN2606.As an AN2606, it should activate the bootloader if there is pattern 13. When I have set the BOOT1 and nSWBOOT0 to 1(Checked on STM32CubeProgrammer GUI), and connected BOOT...
Hello,I have a question concerning STM32WB55 MCU. We are using it, and use SWD as debug, without advanced debug features (traces).We are now facing complex bugs, and I would like to activate traces on that MCU for the M4 Core.We do not have TRACE pin...
Does anyone know if there is a table or some reference which shows how many bytes each binary will consume on the target STM32WB's Flash memory?
We have STM32WL working well on LoRa together with Teseo-liv3f Nucleo boards. We now need to have it to sleep for low power between tasks.Our software is based on the LoRaWAN_AT_Slave example. In there we can allow everything to go into sleep mode 2....
I have the STM32WL LoraWan_End_Node example working, but I don't understand the code with UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); Where can I change the payload to send an ADC value to TTN?