STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

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
  • 1732 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
  • 723 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...