
Demo: FreeRTOS on STM32F4 Discovery - STMicroelectronics
Posted on January 08, 2012 at 22:58 For all interested, I developed a free demo download. The demo is a simple project which can be dropped into TrueSTUDIO. Within a few minutes you …
How to Configure Micro Controller as USB Host and ...
Nov 22, 2024 · To handle both USB host and device on different ports in a single workspace, you can configure the STM32F4 USB stack to support both modes. Use conditional initialization to …
Understanding STM32F4 FSMC - STMicroelectronics Community
Posted on July 30, 2013 at 10:15 Hello, I am new to STM32F4 and I have been digging into documentation for the lasts two weeks. My application uses a 320x240 LCD display and is …
How to setup DMA to GPIO transfer using HAL in the CubeIDE?
Apr 5, 2020 · My goal is to transfer the contents of an integer array (8 bits per value) to 8 GPIO pins. Using the CubeMX perspective in the CubeIDE (latest version) I configured the DMA2 to …
how to use flash memory "the bare metal way".
Nov 17, 2024 · Over the past few months, I've been learning to properly set up STM32F4 series MCUs, specifically the F401RET6U (Nucleo board) and the F411CEU6 (Black Pill board), …
Query: STM32F4 programming with USB - community.st.com
Jan 31, 2025 · I can program my bespoke board using a repurposed USB port. It would normally be used by a mouse. I was under the impression that if I powered up the board with BOOT0 …
VCAP in hardware design - STMicroelectronics Community
Sep 29, 2022 · I have got a custom PCB using STM32F4. I don't have any capacitor connected to the VCAP Pin and I wonder if this is necessary or not. Which is the use of VCAP and do I need …
HAL API documentation and examples - STMicroelectronics
Jul 24, 2024 · Hi, where do I find the full HAL API documentation? Is there a wiki? And also is there a way to pull it up in CubeIDE (I'm not referring to the autocomplete)? Also is there a …
How to jump to system bootloader from application ...
May 22, 2023 · Introduction There are many possible ways to access the System Bootloader in STM32 devices and, in this tutorial, we will cover how to easily perform this jump directly from …
Using Timers to Trigger ADC conversions periodical ...
Oct 6, 2021 · Some applications require periodic sampling of analog signals using an ADC (Analog to Digital Converter) for digital signal processing. The objective of this article is to …