Ask questions, find answers, and share insights on STM32 products and their technical features.
I've programmed this board to print out some data via the onboard serial interface (using UART2). But all I get is garbage characters, and I can't figure out why. I checked the baud rate of both the Nucleo and the terminal, I've tried different termi...
As a newbie user, I tried to do basic code in STM32CubeIde which includes only potentiometer and leds. My goal is that when Potentiometre's value rise, different led will light. The code works but when I rise the potentiometre's value the leds don't ...
If you log in, you cannot download related software.
Is there support in the HAL for the power management function on SD cards as per section 5.8.1 of the SD card specification (Physical Layer Simplified Specification Version V9.00)? I am talking specifically about the Power Off Notification feature.My...
Is the MCU "not for new" designs?
The new STM32H5 series comes to complete the STM32 High Performance MCUs portfolio. The STM32H5 series is based on the 32-bit Arm® Cortex®-M33 core running as high as 250 MHz with up to 2 Mbytes of flash memory in dual-bank memory, up to 640 Kbytes o...
HiIs there any way to have the function "FLASH_Erase_Sector" operate with an interrupt during execution?Of course, the function must be executed only on the SRAM.Target is STM32F407.
I have some projects I am working on that I'm starting with Nucleo and VL53L5 satel.The board is too large, so I saw the Blackpill which has F411.Can anyone tell me please if the F411 will run the same code?
What are the main differences between using C and C++ for STM32 microcontroller programming? Which language is better suited for different use cases, and what are some factors to consider when choosing between the two for embedded system development?