STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

stm32 use scanf with usart

Hello, There is an example to use printf with usart. However, I need to find a way to use scanf with usart. I am using STM32H7, STM32Cubemx, and Atollic Truestudio. Your help is much appreciated.

VYoun by Associate III
  • 6323 Views
  • 10 replies
  • 1 kudos

LL ADC3 init missing code for STM32L4A

Hello,CubeIDE is not generating the full code for ADC3, as it does for ADC1, more specifically it is missing the part that takes it out of deep power down and activates the voltage regulator.With the ioc in attach, you will see that for ADC1 it gener...

Marco.D by Associate II
  • 466 Views
  • 1 replies
  • 0 kudos

Resolved! D2 domain clocks are not ready

Hello,I've got a STM32H745BI on custom board and I cannot get it working. The program always jumps to the error handler at while((__HAL_RCC_GET_FLAG(RCC_FLAG_D2CKRDY) != RESET) && (timeout-- > 0)); if ( timeout < 0 ) { Error_Handler(); }I've ...

0693W000008zBggQAE.jpg 0693W000008zBglQAE.jpg
XXien.1 by Associate
  • 478 Views
  • 1 replies
  • 1 kudos

STM32H7 DFSDM+ADC - bugs in CubeMX/HAL/generated code?

Using the latest CubeMX 6.2.1 and STM32H7A3 I try to accomplish, one would think, a very simple task: filter data from ADCs using DFSDM.Objective: capture N samples (conversions) on demand (e.g. button press) from several ADC channels, smooth edges w...

TDJ by Lead
  • 1039 Views
  • 1 replies
  • 1 kudos

QSPI+Flash with DMA not working properly.

Hi, I am struggling to make QSPI+Ext Flash and DMA to work for several days, but having issues.I was using BSP library for both external SDRAM (with FMC) and Flash with QSPI.However, BSP library had DMA read/write for FMC SDRAM, but not for QSPI Flas...

KMaen by Associate III
  • 981 Views
  • 3 replies
  • 1 kudos