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 tested BLE example with NUCLEO-WB55 board. It worked well.Now we are going to run the BLE example on the custom board.I made a board with STM32WB55CE MCU.Although the custom board application was uploaded as shown in the example NUCLEO-WB55, an err...
My configuration is shown below: gpioinitstruct.Pin = SD_CS_PIN; gpioinitstruct.Mode = GPIO_MODE_OUTPUT_PP; gpioinitstruct.Pull = GPIO_PULLUP; gpioinitstruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(SD_CS_GPIO_PORT, &gpioinitstruct);
Hello ST,Once the provisioning process over associate node will Save provisioning data in SubPage[%.8x]\r\n", PRVN_NVM_SUBPAGE_OFFSET(subPageIdx)); using AppliPrvnNvm_Process(); function. Is there any possibility we can we read this memory?I didn't ...
Hello ST,I am using BLE_MeshLightingProvisioner Project, PB 12 and PB 14 used for external interrupt purpose. Please find the following modification =============main.c================static void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct =...
The documentation for the IHM15A1 dual DC brushed motor driver board (p.2) says it is only compatible with the following Nucleo boards: NUCLEO-F401RE, NUCLEO-F334R8 or NUCLEO-F030R8. I have a Nucelo-WB55RG. Can I use the IHM15A1 with it? Does the d...
Hello,I'm currently working with a STM32WB55 and I am here because I would like to set up the advertising data with the following ad types :AD_TYPE_SHORTENED_LOCAL_NAMEAD_TYPE_128_BIT_SERV_UUID_CMPLT_LISTBut it seems that I have not enough space. Acc...