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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 308 Views
  • 0 replies
  • 1 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1338 Views
  • 5 replies
  • 7 kudos

Resolved! Why does CubeMX configure B1_Pin?

Beginner's question here. I have Nucleo-L476RG board and trying to learn more about the code CubeMX generates. To this end I started a new project and answered 'no' to setting up the peripherals, to make it as simple as possible.As part of MX_GPIO_In...

Dabbo by Associate III
  • 2402 Views
  • 3 replies
  • 2 kudos

Error in generated cyabs_freertos_helpers.c file

Hi,When I generate code with the STN32CubeIDE 1.14.0 and CubeMX 6.10.0 RC9 then it does now the __WEAK in the cyabs_freertos_helpers.c file. My workaround is at the moment to include directly in that file the "stm32u5xx_hal.h" then it works till the ...

nobody by Associate II
  • 939 Views
  • 2 replies
  • 0 kudos

Resolved! How to make SDIO & eMMC FatFs Work with STM32F4 ?

HelloI am using :STM32F413HDESCOVRYSTM32 CubeMX toolAtollic TrueStudio V9.3eMMC : Kingston EMMC04GI already created the files user_discio.c user_discio.h eMMC_Driver.ceMMC_Driver.hwhen i use f_mount i get FR_NO_FILESYSTEMthx

0690X0000089iuXQAQ.jpg
Mcherif by Associate II
  • 5016 Views
  • 8 replies
  • 0 kudos

Resolved! X-Cube-SMBUS not working

I'm trying to use X-CUBE-SMBUS extension with I2C3 on STM32L4VCT6But it's not letting me select Platform Settings 'Found Solutions:I'm getting the following message in my terminal. I'm not sure what this is about:```2023-12-01 16:15:17,676 [INFO] Thi...

ACipr1_1-1701466516304.png
ACipr.1 by Associate
  • 1525 Views
  • 2 replies
  • 0 kudos

Resolved! Pdm2pcm

Hi tech team,I am in search of pdm2pcm lib as per an5027.in cubemx it is grey_out. Unable to install.how to install ?

Is it possible to add custom USER CODE sections?

We are using the ST MCSDK, it is very helpful. In MCSDK/MCLib/Any/Src there is a function called STM_FaultProcessing. It is auto generated by Cube. We have one line we want to add to it that turns an LED on alerting the user to a problem. This wo...

0690X000006DfARQA0.png
MRyan.7 by Associate III
  • 7334 Views
  • 3 replies
  • 9 kudos

Resolved! STM32U5A5 : GPMDA Linked List, what is Datasize

pNodeConfig.SrcAddress = &(ADC1->DR); pNodeConfig.DstAddress = (uint32_t) adc_values_1; pNodeConfig.DataSize = 4*64;In reference to the above based on an excellent tutorial (STM32U5 Workshop) which I use for nucleo STM32U5A5 https://www.youtube...

Riscy by Senior
  • 1718 Views
  • 2 replies
  • 1 kudos