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

When is cubeIDE ever going to be fixed?

I've tried multiple versions and searched the form. After generating a .IOC i cannot generate code because cubeIDE cannot handle downloading and installing new firmware on its own. Why has this issue been known about for over a year and from what i s...

CRile.1 by Associate II
  • 1851 Views
  • 11 replies
  • 1 kudos

CubeMX 4 vs CubeMX 5 UART

I am on a project that I generated with CubeMX 4.25.0.RC2 for STM32F303VCT6 and it worked perfectley until I regenerated the code with CubeMX 5.6.1-RC1.First found that USART DMA doesn't work. I found some differences in generated stm32f3xx_hal_uart ...

PJera.1 by Associate II
  • 561 Views
  • 1 replies
  • 0 kudos

UART DMA not working on Nucleo-H745ZI-Q

I am trying to get the Uart to work with DMA. I followed the "STM32CubeMX basics: 10.11 STM32Cube HAL labs UART - UART DMA" using the M7 core but the program does not do anything. Basically the transmission is never sent. The uart Polling and Interup...

MColl.3 by Associate II
  • 234 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE V1.5.0 issue

Hi,where can I find and download STM32CubeIDE V1.4.2 or V1.4.6?Yesterday, I update to v1.5.0 from V1.4.6(I don't remember which version),and then FD CAN inactive in my project, I did compare between old version(V1.4.2) and V1.5.0.Old version(V1.4.2) ...

Leimen by Associate II
  • 622 Views
  • 4 replies
  • 0 kudos

Resolved! MX_GPIO_Init generated as static

Despite of unchecking the visibility (static) box of "MX_GPIO_Init" in MxCube 6.1.0, the function is generated as static. Strange enough, the prototype at the top of the file is not. Clicking the column box, all boxes are updated, except the "MX_GPIO...

STM32F0 TSC Assert Failed. Default config unsupported?

Hello. I have set up TSC using the standard CubeMX config on Group 2 and 3, where the sampling is connected to G3_IO1 and G2_IO1. However, when i run the program, i get an assertion failure at the initialization on assert_param(IS_GPIO_AF_INSTANCE(GP...

EHyld.1 by Associate II
  • 402 Views
  • 1 replies
  • 0 kudos

read mp6050 sensor with dma i2c

i'm trying to read the mpu6050 data with the i2c, if irun with the normal function without dma HAL_I2C_Mem_Read (& hi2c1,((uint16_t *) (0x68 << 1)), 0x43, 1, data, 6,1000) reads regularly inthe loop;the problem is when I use the dma HAL_I2C_Mem_Read...

SDall by Associate II
  • 603 Views
  • 2 replies
  • 0 kudos