STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Embedding USB Debug Interface on a board

We are preparing the design for a board that will be sealed in a system, so connecting a standard USB debugger to the system isn't going to be feasible. We would ideally like to place a circuit on board similar to what the various evaluation boards u...

RDamo by Associate
  • 576 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 CubeMX sdmmc clock not running

Posted on July 11, 2018 at 22:34Trying to replicate the functionality of the project example for FatFs_uSD_DMA_RTOS on the STM32H743I_Eval board using CubeMX I have run into the next layer of problems, this one involves the SDMMC clock.  There is no...

0690X0000060M7zQAE.png 0690X0000060M89QAE.png

STM32H743 SDMMC1

Posted on May 16, 2018 at 20:13I try to use SDMMC1 on STM32H743I Nucleo: It works fine but just if I use PLL1: PeriphClkInitStruct.SdmmcClockSelection = RCC_SDMMCCLKSOURCE_PLL;If I try to use PLL2, the PLL2R clock output via: PeriphClkInitStruct.Sdm...

Linker Script for external SDRAM

Hello everyone. Can anynone please explain the steps to configure linker script to use external SDRAM? I'm using Atollic True Studio as IDE and STM32F746GDISCO as evaluation board.Thank you.

N ORhan by Associate III
  • 661 Views
  • 3 replies
  • 0 kudos

Cannot Enable More Than 1 Output on PLL2/3

Posted on April 24, 2018 at 16:33I am using the STM32H743xx Nucleo board with CubeMX V4.25.0 and CubeH7 V1.2.0.The HAL drivers have some issues with enabling the PLLs and individual PLL outputs (P, Q, R).1. HAL_RCC_OscConfig() always enables all PLL...

MDS by Associate III
  • 1705 Views
  • 7 replies
  • 1 kudos

STM32H7xx: PLL3 as clock for I2C kills USB

Posted on June 21, 2018 at 06:58Another issue found, potentially in HAL drivers (HAL_RCCEx_PeriphCLKConfig):I try to use PLL3R for I2C clock:PeriphClkInitStruct.I2c123ClockSelection = RCC_I2C123CLKSOURCE_PLL3;            //USB will FAIL!!!If I do th...