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

Undefined reference to api's in new custom folder

Hi,I have created project using the STM32CubeIDE with .ioc. And added new folder for application code. Problem statement: Any API defined in my application file which under the Application folder will not identified by the Core files.I have defined t...

Resolved! In STM32CubeMX, when configuring the STM32H750VB MPU with more than 1 memory region and Generating Code, CubeMX gives a warning that some settings in the CORTEX_M7 module are missing or incorrect. I believe this is incorrect. Is this a bug in CubeMX?

I am trying to configure the Internal Flash (0x08000000, 128KB, cacheable), DTCM RAM (0x20000000, 128KB, non-cacheable), AXI SRAM (0x24000000, 512KB, cacheable), and QSPI (0x90000000, 4MB, cacheable).There is no indication of what parameters might be...

DPade.1 by Associate III
  • 1345 Views
  • 3 replies
  • 0 kudos

Resolved! [H723] I want to know why it becomes a hard fault

H723ZGT6 Nucleo-144CubeMX 6.3.0AN209, Summer 2017, V 5.0An error occurred when writing a for loop process before SDRAM initialization.I know the solution, but I don't know why this is happening.(Add static or volatile or write a for loop after SDRAM ...

0693W00000Lx4MxQAJ.png
june by Associate III
  • 1150 Views
  • 2 replies
  • 0 kudos

Resolved! What's up with missing HAL_I2C_MspInit(hi2c)?

I'm working on test code for a bare metal STM32G0C1 project. I'm using STM32CubeIDE 1.9.0 and created the project with the included STMCubeMX tool.When digging around in the generated code to understand I2C I found that the function HAL_I2C_MspInit(...

DPaul.2 by Associate II
  • 1698 Views
  • 5 replies
  • 0 kudos

Debugger not reading .elf file

I’ve written a stm32 C program on the Stm32CubeMX environment, and it builds with zero errors and warnings. However when I debug, it gives me an error. (See attached photo) Any help to fix it would be amazing!