STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 2450 Views
  • 3 replies
  • 4 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
  • 1071 Views
  • 2 replies
  • 1 kudos

[BUG] CubeMX switch off JTAG and SWD

Posted on October 29, 2017 at 01:12Hi all,I would like to report a bug of CubeMX.I did generated simple project for STM32F103VEx.  Project if fairly simple just uses USB in CDC mode.I did generate similar project for same processor but only SPI3 usi...

rafal23 by Associate II
  • 1645 Views
  • 7 replies
  • 0 kudos

Resolved! Detection of repository version in an existing project

Hello!I have created a project using cubemx a few years ago. i know which cubemx version i have used in this project but i cant seem to find out which cube repository version i have used.  What is the way to find it? can i find the repository version...

yuri CH by Senior
  • 786 Views
  • 5 replies
  • 0 kudos

Resolved! CubeMX version error

I'm using STM32CubeIDE 1.11 and I want to import an existing file:File --> Import --> Exsisting Projects into Workspace --> Select Root DirectoryI get the following error when I try to open the .ioc file:File --> Import --> Exsisting Projects into Wo...

luke514_0-1701338365709.png luke514_0-1701339352262.png
luke514 by Senior
  • 595 Views
  • 3 replies
  • 1 kudos

Resolved! STM32CudeMX base code generates a larger program file

Hi I made a program for STM32F103RG using STM32CubeMX and STM32CubeIDE a few years ago. The program is using the USB Device Mass storage software pack. I thought that I should update it with the latest version of it and made a new project since the o...