STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Corrupted IOC STM32H7RS

Using: Windows, cubeMX 6.13, STM32H7S7, UM1718 rev 46I get the following error when I load a project that successfully generated code:"""Cannot invoke "java.util.Map.get(Object)" because "this.resrvedMemRegionMap" is null."""I did follow the UM1718 c...

Marc_LM by Associate III
  • 47 Views
  • 0 replies
  • 0 kudos

HAL library error for I2C mode EEPROM

After updating the i2c library to the latest version, I got a write error. After reverting the library to the previous version, the error went away and the location where the error was returned is:stm32f3xx_hal_i2c.c / I2C_IsErrorOccurred()Line 7255I...

JChoi.6 by Associate
  • 57 Views
  • 0 replies
  • 0 kudos

Resolved! [STM32H7] How to use SDMMC with MDMA

Hello Community,I'm working on a storage module using SDcard for my project. In my application I would like to read and write to the SDcard using the MDMA as indicated in the reference manual of my micro-controller. For now I have the SDcard working ...

MVerr.1 by Associate
  • 3638 Views
  • 7 replies
  • 2 kudos

Resolved! How to configure STM32CubeMX to support C++ development?

When I use CubeMX, the default language of my genereted code is C. I would like to develop in C++, as I can do in STM32CubeIDE. (I want to use VSCode to program)Is there any option to do this? I've tried just change the main.c to main.cpp, but it did...

Ade J.3 by Associate II
  • 10875 Views
  • 9 replies
  • 4 kudos

Resolved! DCT Issue: Missing HAL Interrupt Handler for USART6

Hi everyone,I'm encountering an issue with the STM32 Device Configuration Tool: it doesn't properly generate the global interrupt handler function for one of the UARTs in my project: The generated interrupt handlers for USART1 and USART2 include call...