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

Problem with USART baudarte on STM32l4R5ZIT

Dear all,I'am using a Nucleo-L4RZi with the STM32l4R5ZIT in combination with the software OPENSTM with STM32CubeMX plugin. Thy system clock is 120MHz, same thing for the USART clock.If I set a baudrate of 460800 on the LPUART1, all works correctly. I...

AVagh by Associate II
  • 347 Views
  • 1 replies
  • 1 kudos

Resolved! STM32CubeMX 5.0.1: LPUART1 missing NVIC menu

I migrate my CubeMx project that is based on stm32l072cbtx to version 5.0.1 but in connectivity menu, LPUART1 NVIC settings doesn't appear. So I can't enable LPUART1 interrupts with code generation. Is there any problem? or I've missed something

0690X000006DiEMQA0.jpg

Different application-speed after download

Hello,I'm using a STM32L433CCU3 in my Application with STM32CubeMX.I'm download my hex-files with the STM32CubeProgrammer in UART serial download mode.If I start my application directly after download with the "Run after programming"-function of the ...

CubeMX bugs: Peripheral Conflict Display

CubeMX detects some kind of conflict, and places a yellow warning triangle.Bug 1) Moving the cursor around the triangle sometimes flashes a description of the conflict. Mostly cursor twitches wildly and the conflict is not displayed. When it is displ...

STM32F2xx HAL USB HOST

Posted on August 14, 2016 at 02:53Hi Everyone,I'm trying to do a simple read or write into a usb pendrive (TOSHIBA 4Gb ) using a custom board with a STM32F207VGT6 mcu on it...I developed the firmware with STMCubeMX, by using USB_OTG_FS as HOST_ONLY,...