STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

stm32h7 i2s dma transfer issue

Hello STM32 Community! My I2S dma transfer worked perfectly on stm32f7x in the past, but due to time critical calculations i just started to continue the development on the advanced stm32h7 system. I use the same code, same initialization procedure a...

akosodry by Associate II
  • 4268 Views
  • 13 replies
  • 0 kudos

Resolved! stm32cubef3 v1.11 build error in IAR IDE

I compiled the stemwin example of stm32cubef3 v1.11.0 with IAR v9.10. If the optimizations of the c/c++ compiler is high (size), there is no problem, but if it is None or Low, the following error occurs. stm32f3xx_hal_rcc.c   Tool Internal Error:   I...

Iyoon.1 by Associate II
  • 1665 Views
  • 7 replies
  • 0 kudos

Resolved! Nx_Iperf example code fails to install

I use STM32MxCube to install example code. I selected STM32H7 to finde the Nx_Iperf example for the STM32H747I-DISCO board. When I select Start Project, the progress bar runs to completion then I get a message "FAILED TO INSTALL EXAMPLE: Nx_Iperf"....

EBerl.1 by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos

Is it possible to make friends HAL_TIM_PWM_Start_DMA (& htim1, TIM_CHANNEL_3, (uint32_t *) Buff, counter); with Repetition Counter.

I tried on STM32F103C8Tx. The timer simply swallows the "repetition counter" of the DMA values ​​on the next update.I was asked to make a simple example of playing a short wav file at a bit rate of 88 Kbps to attract the operator's attention.The abov...