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 ...
Hello...I am using a Nucleo WB55 board. I can run the FLASH_EraseProgram that comes with the WB55 example code successfully. I have pre-existing code and am trying to pull this into my code. I have checked the PWR and the Flash SFR in the debugger...
I'm new to working with STM32, and I'm having issues getting some kind of output to the console (have been using both Tera Term & the built-in console in STM32CubeIDE) when working with the Steval-Proteus1 board. I tried following two seperate guides...
Hello everyone, I am trying to make a project with pingpong application. I am trying to add some sensors and fft algorithm in ping pong example. In normally I can use my FFT algorithm with ADC-DMA in while loop(). HAL_ADC_Start_DMA(&hadc, (uint32_t*...
Hello,I am trying to implement the update procedure for the wireless stack in our custom firmware.The development is currently performed with the NUCLEO-WB55RG development board to avoid having to worry about the special features of our custom hardwa...
Hi,I do not have much SW experience, so I am struggling a bit to wrap my head around some things...I'm trying to set up a project in CubeMX for a STM32WB5x Thread application.In the STM32_WPAN mode configuration, there are 2 UART parameters in the Co...
On HyperTerminal, I just see :[M4 APPLICATION] ConcurrentMode = 0[M4 APPLICATION] ==> Start_BLEOn debugging, the software infinity loops on BLE stack starting up on CPU2 in :-> APP_BLE_Init-> SHCI_C2_BLE_Init-> shci_send-> shci_cmd_resp_wait-> UTIL_S...
According to the Datasheet, MCO on the dual core WB chips is available as an "SYS_AF" and an "RF" alternate function. Does this has an impact if I want to use them from the main core?
As far as I can see, if an OTAA join request does not succeed on first attempt, it will not be retried until an interrupt/event starts another SendTxData callback, which calls LmHandler's LmHandlerIsBusy, which will retry to join, but will return tru...
I want to use USB as CDC device for virtual com port along with MAC 802.15.4 FFD example code i did following steps but computer didn't detect USB device.1) I added all the files from USB_Device folder to MAC 802.15.4 FFD code.2) In middlewares adde...