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

Resolved! STM32Cube tools and log4j

The impact of log4j vulnerabilities CVE-2021-44228 and CVE-2021-45046 for STM32Cube tools has been assessed by the development team, and the tools can be used without risk.STM32CubeMX,STM32CubeIDE,ST-MCU-FINDER-PC The log4j version used is not impact...

USART2 of STM32 Nucleo-L053R8

When using USART2 of STM32 Nucleo-L053R8, if I try to use PA0 and PA1 that are not used for flow control as GPIO, a warning appears as shown in the attached picture. How to resolve this conflict?

0693W00000LwMq9QAF.png 0693W00000LwMqdQAF.png
BSalt.1 by Associate III
  • 264 Views
  • 3 replies
  • 0 kudos

stm32f407 Lwip without FreeRtos

Hello communityI am working with the stm32f407 on a Project with Lwip without FreeRtos. The code worked on version 1.7.0. but when i changed to 1.9.0 I got hardfault, I solved the problem by putting the LWIP_RAM_HEAP_POINTER on address 0x2001C000(SRA...

MHama.3 by Associate II
  • 673 Views
  • 6 replies
  • 0 kudos

REENT compilation errors when upgrading CubeMX to 1.9.0

I upgraded my IDE to STM32IDE 1.9.0, and CubeMX to version 6.5.0 in order to develop on U5 familiy.I know the ST does not include freertos lib on CubeMX 6.5.0 any more.. but, since I allready working with it in other projects I would to keep it inste...

AA.10 by Associate III
  • 148 Views
  • 0 replies
  • 0 kudos

Externai interupts for I/O pin in OUTPUT

I'm using a board Nucleo Stm32F401RE on Stm32Cube 1.8.A simple question : I have cofigured, in MX, I/O pin PC5 as GPIO_EXT_INT5with interrupt in falling edge , pull_up enabled and NVIC[9:5] enabledRemember: in Nucleo board PA5 pin control in OUTPU...

LVara.1 by Associate II
  • 666 Views
  • 7 replies
  • 0 kudos

ERR_MEM on lwip stack

Hello!I use MCU STM32F429ZIT6. My task is to receive data on UART for several hours and copy them to ethernet. My function to send data (I generated the code in the CubeMX program with no RTOS): void sendstring (char* buf_str) { tcp_sent (ss->pcb, tc...

DFomi.1 by Associate II
  • 997 Views
  • 2 replies
  • 0 kudos