STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Communication between Cores with FreeRTOS on STM32H747i-Discovery, How can I adjust the example "FreeRTOS_AMP_Dual-RTOS", which is designed for the STM32H745-Dicovery board?

Hi there, I am experimenting with the H747i-DISCO board to get the communication between two cores up and running. The mentioned example (github) is written for a slightly different board, the STM32H745-Discovery, so it should be not too difficult to...

JSchn.4 by Associate III
  • 2312 Views
  • 22 replies
  • 0 kudos

Code generation and ETH descriptor count

Hi everyone,when using the CubeIDE 1.5.0 I encountered unexpected behaviour. I set up the Ethernet peripheral of the STM32H7 in a way that I have 14 Rx and 14 Tx ETH descriptors: However, after generation the code only specifies 4 descriptors each:At...

0693W00000ANNiMQAX.png 0693W00000ANNjyQAH.png 0693W00000ANNlpQAH.png
DWeb_2 by Associate III
  • 535 Views
  • 2 replies
  • 0 kudos

Resolved! STMCubeIDE problem with repository directory

Hi,With CubeMX I can adjust where the repositories are saved. This function is missing in CubeIDE and its also not using the same from CubeMX.Because the saved files are huge, then I get problem when I login/logout in the company. Because the files a...

Osto by Senior
  • 683 Views
  • 2 replies
  • 0 kudos

STM32L433 - LPUART1 wrong baudrate

Hello,I'm using STM32L433RCT-P nucleo board and I was testing some hardware. I noticed the baudrate error with LPUART1 is really high (135100 instead of 115200, 67570 instead of 57600).I have no problem using manual configuration instead of CubeMX, ...

MFran.4 by Senior
  • 309 Views
  • 1 replies
  • 0 kudos

STM32CubeMX won't finish generating code and is stuck.

Hi.I am working with a STM32F030x8 microcontroller.I am using KEIL uVision5 version 6.2.0 to test some C code on the microcontroller.From what I understand, I need to generate a startup file in order to build the code properly.Without it I get: ERROR...

0693W00000ANVEZQA5.png
PSchj.1 by Associate
  • 494 Views
  • 2 replies
  • 0 kudos

Resolved! Why is CubeMX trying to enable Overclocking in my project?

I created a new project for an STM32F407VE and when the code is generated CubeMX puts this in SystemClock_Config: /** Activate the Over-Drive mode */ if (HAL_PWREx_EnableOverDrive() != HAL_OK) {  Error_Handler(); }When you try to compile it, it gets ...

MStra.3 by Associate III
  • 509 Views
  • 2 replies
  • 0 kudos