About 214,000 results
Open links in new tab
  1. STM32G and STM32F differences? - STMicroelectronics Community

    Jun 8, 2020 · How do these series differ from each other? Especially "Cubewise"? Are there notable differencies in the Atollic/Cubeide user's point of view? Is this G4 basically F3 with F4 core?

  2. Guide to USB development resources on STM32

    May 15, 2025 · Introduction This article gives you the key information you need to dive into USB development on STM32. It mentions various resources, including training (MOOCs), articles, and …

  3. STM32F3, STM32G4: Similarities/Differences; portin ...

    Apr 15, 2020 · STM32F3, STM32G4: Similarities/Differences: Is there a table / summary / porting guide of the similarities/differences between these families? The

  4. Solved: What is the maximum frequency for the FDCAN module ...

    Jan 18, 2025 · Solved: Looking through the RM0440 and the datasheet on the STM32G4, I can't find information on the maximum recommended frequency for modul CANFD.

  5. How to program and debug the STM32 using the Ardui ...

    Apr 13, 2024 · Summary This article covers how to program and debug your STM32 device with the Arduino IDE. In this knowledge article, we explore the following main

  6. FLASH_WaitForLastOperation returns error in STM32G ...

    Jul 31, 2020 · I'm also getting HAL_ERROR returned from FLASH_WaitForLastOperation inside HAL_FLASH_Program function. There are no timers used in my project, and I've tested calling …

  7. Programming a Data in to Flash memory STM32G series

    Apr 11, 2023 · Hello @Karthik Kumar , So based on your code, you're trying to erase a page from flash memory and then write data to a specific address in the same page.. you are writing a double word, …

  8. How to use the ST Open Bootloader for STM32 Microcontrollers

    Jun 5, 2024 · Introduction ST Open Bootloader is example application code for STM32 microcontrollers providing In-Application programming (IAP) and is offered in the STM32Cube MCU Packages and …

  9. Solved: STM32G4 trigger DMA request from SPI to Memory wit ...

    Sep 30, 2024 · SPI won't clock if you read out its data register (using DMA or processor, it doesn't matter). You need to set up two DMAs: one, upon trigger from the timer, transfers a dummy value to …

  10. Solved: I want to use STM32G series for SDIO, so that I ca ...

    Sep 8, 2021 · I want to use STM32G series for SDIO, so that I can use eMMC card. we can not use other stm32 controller.