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 want to test the power supply without Vsmps. So, I have to connect the VDD to the Vlxsmps, Vfbsmps in the Nucleo-68 board.Fortunately, the Nucleo-68 board already has a current path called SB31 but there is an extra description "FW configuration ne...
I found that the STM32WB55 microcontroller have SMPS but I cannot understand how much external component is required.Here is basic SMPS circut and could you tell me how much circuit is in the microcontrollers SMPS?
BQ_GE_GPIO_Port->MODER = GPIO_MODE_ANALOG;//setting to analog to save powerThis seems to not work at all. I have a physical pulldown on the pin but the pin stays HIGH. Why is that?i init the pin via this code here:__HAL_RCC_GPIOB_CLK_ENABLE(); GPIO...
I have some question on the power profiler for STM32WN on STM32Cube MX.I found that we can add BLE configuration on the left side of the tools, and it automatically calculate the average data of the BLE part.However the maximum advertisement interval...
// 25AA040A instructions const uint8_t EEPROM_READ = 0x03; // 03h Normal Read Data const uint8_t EEPROM_WRITE = 0x02; // 02h Page Program const uint8_t EEPROM_WRDI = 0x04; // 04h Write Disable const uint8_t EEPROM_WREN =...
Greetings,Recently I tried to implement a ZigBee custom cluster by taking inspiration from the custom long string cluster.Basically, the client is requesting data by using ZbZclClusterCommandReq and the server is answering thanks to the ZbZclClusterC...
Hi everyone,I have been stuck at a problem. I have been trying to configure HAL_Delay function to work in STM32 BLE_Server example in the STM32WB SDK. However, for some reason, the code gets stuck inside the HAL_Delay() Function. I have searched over...
Hi, newbie here, while browsing the Examples for the NUCLEO-WL55JC1, it came to my attention that some have a dualcore version. The SubGHz_Phy_PinPong for Example.Does one core get disableled in the non dualcore Version? And how can i change the sett...
Hi,My project is SubGHZ Phy Ping Pong. In AN5568 the Rx consumption varies from 4mA to 10mA. In my project, the Rx consumption current from 8mA to 9mA. I want to reduce the Rx consumption. My configure below,Please recommend me some solutions.Thanks.