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, In the product specification STM32WLE5xx/STM32WLE4xx, december, 2022 DS13105 Rev 12, we can find on page 137 a recommended footprint in Figure 32 for the UFQFPN48 casing.But, we can also download the footprint of this casing in the CAD Ressour...
Hello, I can't get a current lower than 108µA in stop1 mode. It's expected 3µA in the datasheet.I set all pin in analog input mode, disable the debug in low power mode.I try with the NUCLEO Board as explain in the article number n°2190.I also removed...
Hello,I want to change the mode of iBeacon (M0+) to server or client through button switch while Cortex-M4 is runningHardware initialization or rtc initialization should not be performed when the corresponding function is operating.Thanks
HelloI request more antenna specification for STM32WB5MMG.As datasheet, already provided, there is an antenna radiation patterns and efficiency but no more information about peak gain etc.If there is an antenna performance report, that shuld be the b...
Hi!I need to have the ability to program an external SPI flash (W25Q32) via External Loader.I've implemented the loader as described here and it worked successfully for smaller binary file, yet I've got some issues uploading a bigger binary.Once I de...
I am using a SAI device on a SMT32WB55. Using it as a wavetable synth that produces a triangle wave. I am able to play my triangle wave for x amount of time with HAL_SAI_Transmit_DMA(&hsai_BlockA1, (uint8_t*)data, size);And later stop it with a timer...
I am using the STM32WB55CCU6 low energy Bluetooth microcontroller. As I am not using the USART interface and don't need to support a Real Time Calendar clock, I didn't attach an external low frequency crystal resonator. However, I am wondering whethe...
Hello,I want to know difference between SYSCLK and SystemCoreClok.When ı try to configure clock of different peripherals I saw terms SYSCLK and SystemCoreClock. I use MSI for SYSCLK which is configured to 32MHZ and for cpu1 ı divided sysclk by 4 and ...