STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

STM32F429 Discovery CUBE IDE SWV printf not working

I'm using STM32F429 Discovery board and CUBE IDE. I have set the Serial Wire Debug, in debug configuration, I enabled SWV, set the core clock, enabled live expession. In main.c I wrote this part of the code int _write(int file, char *ptr, int len){  ...

Resolved! Error with auto generated drivers in CubeIDE

I am not sure this belongs here, it could just as well be in MCU, but i believe it could be a configuration problem, so i put it here.I am working on a project with Cube IDE. when I tried to compile for the first time, the build failed because of er...

Ubus99 by Associate III
  • 1095 Views
  • 1 replies
  • 0 kudos

Resolved! IDE the culprit for Hard Faults?

Hi,I'm using the F469I-DISCO Board, since a couple of days I can't pause the execution of my program, without it causing a Hard Fault after continuing. I know it doesn't have anything to do with my code, because I took old projects, which ran fine a...

STM32F429ZI UART5 data is received on terminal only for Baud rates 9600 & 4800 for higher baud rates we get garbage data. What can be the issue ?

System Clock is PLL_HSEHSE connected is 12MHzHSE_VALUE is set 12000000 & SystemCoreClock = 180000000 in system_stm32f4xx.cHCLK = 180MHzPCLK1 = 45MHzPLLM = 12;PLLN = 360;PLLP = RCC_PLLP_DIV2;PLLQ = 4;Clocks are configured as expected, cross checked RC...

Rahul1 by Associate II
  • 757 Views
  • 7 replies
  • 0 kudos