About 599,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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), …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …