STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1229 Views
  • 0 replies
  • 2 kudos

Resolved! stm32 usb device dual

Hello. I'm using EVM board with STM32F407ZGT.I set up the USB as below to use it as a USB Device. (CDC)But only one COM port can be found in the device manager on the PC.I want to know if I can't set 2 usb device or if it's a problem with setting.Ple...

2024-05-29_134310.jpg 2024-05-29_134325.jpg 2024-05-29_134405.jpg 2024-05-29_135118.jpg
DJung.3 by Associate II
  • 2906 Views
  • 3 replies
  • 0 kudos

STM32H745 RMII and DP83822 Question

I use STM32H745 RMII and DP83822 To use CubeMx generate code for lwip, selected phy is LAN8742.Modify the code But can't make it work Any body has the experience or some advice ?Hope someone can help me.

WTieg.1 by Associate II
  • 7120 Views
  • 11 replies
  • 1 kudos

Resolved! documentation on STM32 PWM fast mode

Posted on February 08, 2017 at 12:00Hiin cubeMX for any TIM PWM IO I can enable / disable 'fast mode'.What is fast mode?In which pdf document  would I find the description of fast mode, and register address? I am trying to find my way in all the dif...

STM3CubeMX no download link

Hello,Today I have been trying to install STM3CubeMX as well as the STM3Cube IDE . But , no matter what I try, I never get a download link to proceed with the download after pressing the "download latest" button on the desired software. Nothing at al...

CubeMX and STM32H753I-EVAL2 issues

Having some issues with CubeMX not showing properly the DevKit hardware features. For example:The devkit has an ST-LINK V3 chip (per documentation and according to silk screen) yet CubeMX has the ST-LINK V2 setting available only, ST-LINK V3 is greye...

armDevCP by Associate II
  • 2122 Views
  • 4 replies
  • 0 kudos

How to recover from FR_DISK_ERR during f_write in STM32

Hi all, I am now using SYM32F103RE to read data from codec via I2S & write into SD card. I use the HAL library in STM32CubeMX w/ Chen's fatfs & I2S DMA. Unlucky, f_write will sometime return FR_DISK_ERR. According to fatfs, I can only f_close the fil...

SSin by Associate III
  • 3781 Views
  • 4 replies
  • 0 kudos

Feature request: create pair of .c and .h files

It is a very common practice the source files go in pairs: a .h file with the interface, and a .c file with the implementation.This is acknowledged in CubeMX - which has an option to do exactly that: But, with CubeIDE (in fact, Eclipse), it requires ...

AndrewNeil_0-1730989041590.png