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,is it right that STM32WB55CGU6TR is already pre-loaded with FUS v1.2.0.0?
Hi everybody, I have been looking for the charateristics (like ppm/temperature dependency) of the LSE crystal included in the STM32WBMMG, but I have not been able to find on its datasheet.Is there another document I am missing where the information a...
Hello everyone!I just started learning how to use the STM32WB-Chips on the Nucleo-WB55RG and followed this tutorial: https://www.youtube.com/watch?v=Zgw3wRpGSRQ&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=17After that I tried to make a function (fo...
How do I connect x-nucleo-lpm01a with STM32WB5MM-DK to test power?I am using the RF module from STM32WB5MM-DK and not the one from P-NUCLEO-WB55.I know that there is a video for P-NUCLEO-WB55. Is there a video/guide for STM32WB5MM-DK as well?
I am trying to generate PWM by using DMA with HAL library: uint16_t buffer[1] = {1500}; ... Status = HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_1, (uint32_t *)buffer, 1);however nothing happens. I am able to generate PWM without DMA: TIM2->CCR1 = 5...
Hello,Apparently COC channel can send no more than one packet (MPS) per connection interval.Trying to end more will result in BLE_STATUS_INSUFFICIENT_RESOURCESThis seems to be a bug since GATT (on same exact setup) can do at least 2, resulting in muc...
Hello,Curious regarding clock reconfiguration and MX_XXX_Init on wake up with STM32WB family.I see that in the example BLE_HeartRateRTOS the clock configuration on wake up is blank!Why is that? Doesn't in necessary to do the clock init again? this i...
What might be the pairing code for Bluetooth (V4.1 compliant) SPBTLE-RF module in STM32 BL475E.I tried both 0000 and 1234 but it didn't work.
Hi there,I am receiving a hardfault when erasing pages of flash, seemingly randomly. I can recreate the issue somewhat consistently if I rapidly erase flash pages. I have followed the example project from the STM32WB firmware package (erase flash exa...
Dear all!I'm working with a custom board. I would like to make a simple application (without Lora). Just sending packets that the device receives from Uart over the air to another device. 1st approch will be only in one direction to keep it simple.So...