STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

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

CubeMX update & where to set usb/cdc & set clocks?

Discovery with stm32F407VG t.​Hi, after update I cant find place ​where I can configure usb/device/cdc like "BAUDRATE, STOP BITS"​In old version this was under "configure" usb hf. Now I can only see 12Mhz full speed.​Other issue I have is minor, Cube...

oeliks by Senior
  • 352 Views
  • 1 replies
  • 1 kudos

STM32CubeMX v5.1.0 DOESN'T GENERATE SysTick_Handler!!!!!

Because SysTick_Handler is defined as weak, with a fallback to Default_Handler (which is a infinite while loop), this means the first time your program generates a SysTick event, your program crashes.Hopefully this post prevents others from wasting a...

TDK by Guru
  • 800 Views
  • 3 replies
  • 1 kudos

STM32CubeMX 5.0 under Linux

Hello,I installed new STM32CubeMX 5.0.0 on my computer under Ubuntu 18.04. After start, program doesn't response. When I run it via terminal, I have some warns and error. Below I attached logs from terminal. After the last line of this log, I don't h...

Little problem from STM32CubeMX to TrueStudio

Hello,I' using Windows 7/64, True Studio 9.2, STM32CubeMX 5.1 on a Nucleo-F401RE.After code generation (GENERATE CODE) , if I try to open the project from Cube, the system answers : " Please Install TrueStudio Toolchain to open the project". I solve...

FreeRTOS: no verride generated for systick

Hello, I am using CubeMX 4.26.1:The bug scenario is the following:Configure project for FreeRTOS usage,Configure SysTick as system clock,Everything works, as FreeRTOS in port.c uses the SYstick registers.Change the timer to other one than Systick in ...

Potential Bug in CubeMX DMA Configuration?

Hello:I was having a load of issues getting my receive DMA functioning. My device is an STM32L433CCU. I am also using ADC1 DMA, which was functioning good.To determine what might be going on, I started a fresh copy of Cube configurator, and started w...

nucleo-f429zi usb configuration

I am using nucleo-f429zi with stm32cubemx. I found the default system clock in stm32cubemx is 168MHz for nucleo-f429zi. when I add usb fs in my application, I can't change to system clock 180MHz because pll_q can't get 48MHz. anybody knows how to con...

STM32G071RB INIT bit in ICSR RTC reg

hello, after configuring the rtc in the cube the clock does not start. The initialization procedure calls the error handler. I checked that the RTC_EnterInitMode function is a problem. The INIT bit in the ICSR register is not set. Rule SET_BIT (hrtc-...

wuio by Associate II
  • 681 Views
  • 4 replies
  • 0 kudos