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

SysTick_Handler not called, STM32G0B1

I am using CubeIde for the first time.First test - run minimal program with HAL from CubeIDe Configurator, under debuggerSimple program, only SYSTICK and uart , but SysTick_Handler() is not trigged at all .And function HAL_Delay hangs because uwTick...

Xme by Associate II
  • 11594 Views
  • 20 replies
  • 7 kudos

Resolved! STM32CubeMX installer doesn't starts on Ubuntu 24.04

I try to install STM32CubeMX 6.12.1 on my Ubuntu 24.04.1 and installer gives a following error:  root:/usr/src/ST/STM32CubeMX/6.12.1# ./SetupSTM32CubeMX-6.12.1 Check exe path on linux FullExe path1 is: /usr/src/ST/STM32CubeMX/6.12.1/SetupSTM32CubeMX...

axel101 by Associate III
  • 1591 Views
  • 1 replies
  • 1 kudos

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

Resolved! FreeRTOS code generation for non-secure STM32H5

Hi,I am using STM32CubeMX 6.12.1 to generate a C-based firmware that depends on FreeRTOS. I enabled TrustZone and I have configuration for secure and non-secure part of the firmware. Everytime, I re-generate the code, the Secure project config is set...

hakeila by Associate III
  • 607 Views
  • 4 replies
  • 1 kudos

stm32f1xx.h file cannot be found

Hello everyone, I have a question. I am using CubemX to generate HAL library and FreeRTOS. There are no errors during the compilation, but when I write the code, the auto-completion feature does not work (I have set it up), and even the uint8_t varia...

Wan_G by Associate
  • 612 Views
  • 2 replies
  • 1 kudos

Using SPI DMA at 16bit, dosent work on STM32H5

Hi. ST There is an error in the code that is generated by CubeMx when you use 16bit in SPI DMA transfer. Can be solved in the stm32h5xx_hal_msp.c file: /* USER CODE BEGIN SPI4_MspInit 1 */ memcpy(&handle_GPDMA1_Channel1.Init,&NodeConfig.Init, sizeof(...

spa23 by Associate III
  • 496 Views
  • 2 replies
  • 0 kudos