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,One of our product is equiped with an early stage STM32WB55 version called 'cut 2.0'.I would like to update the copro wirless binary version to either stm32wb5x_BLE_Stack_full_fw or stm32wb5x_BLE_Stack_light_fw recent version like v1.8.0.Do you...
Hi, Would anyone have advice or example of how to do Packet Filtering based on Preamble Start in the I Cube LRWan V1.3.1 package using the B-L072Z-LRWAN1 project. Thank YouRegards
HelloThis is my first time using the community. I don't understand how to use the communityLet me ask you a question.Currently, I am checking the reception of IEEE802.15.4 on the board of STM32WB55 Nucleo Pack using the sample Mac_802_15_4_FFD.Stm32w...
HelloWe are currently using sample Mac_802_15_4_FFD to verify IEEE 802.15.4 transmission on the STM32WB55 Nucleo Pack board. The protocol stack is stm32wb5x_Mac_802_15_4_fw.bin V1.90.I have sent data (MAC_MCPSDataReq) that requires ACK (ack_Tx = 0x01...
Hello!I have created a new project based on the ST example BLE_HeartRateFreeRTOS. I made the comparisons between both projects and added what was missing in my project. I think that I have copied everything that I should but the advertising doesn't s...
Hello,when generating the code by CubeIDE, the RTC cannot be used with LL drivers in user's application program. It must be used with HAL drivers, since the functions "HW_TS_Init" and others of file "hw_if.h" need "RTC_HandleTypeDef".These functions ...
I have set the TIM2 with the following code: __HAL_RCC_TIM2_CLK_ENABLE(); htim2.Instance = TIM2; htim2.Init.Prescaler = 0; htim2.Init.Period = 80; htim2.Init.RepetitionCounter = 0; htim2.Init.ClockDivision = TIM_CL...
For our senior design project, we're trying to pair our created phone app (android) with the STM32WB55. Unfortunately, the WB55 only bluetooth pairs with apps created by STMicroelectronics. How do we use our app to connect to the WB55 without having ...
msp.c has a callback definitionvoid HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { HW_GPIO_IrqHandler(GPIO_Pin); }it.c has the followingvoid EXTI4_15_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_4); HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_5); ...
Hi all,I need a dual bank firmware update to meet some requirements. I have a STM32WB55 with 1MB of flash which is seperated in 3 sections of 300kb (ble, appliciation and an update stack) + bootloader. I can do a firmware update and now im trying to ...