STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! CubeMX CANBUS LL Library Support

I have an STM32F407G discovery development kit. I activate CANBUS while doing pin configuration via CubeMX. Then in project manager > advanced settings > driver selector tab, I can select both LL library and HAL library in all options such as GPIO, D...

NUCLEO-C031C6 board and SD card interface by SPI

Hello,I've just bought two boards NUCLEO-C031C6 and I'm using Stm32CubeIDE to program the board.I would like to know if it's possible to connect an SD card with that board using SPI.I see that FatFS is no more available in Stm32CubeIDE, but there is ...

Resolved! CubeMX not linking files at all

Hello there :) I create a project with TouchGFX 4.24.1, then import it to CubeIDE 1.16.1, which are both the current versions. Once i open the .ioc file, it says the file need to either be migrated to 6.12.1 or I can use the file as is, which seems t...

FabianEbs by Associate III
  • 757 Views
  • 4 replies
  • 0 kudos

Resolved! Hi there, I have to create the BSP for a product we are actually developing, based on a STM32U575RIT6Q. As FreeRTOS is not currently supported in CubeMX for this microcontroller, could you tell me which solution is the best to add FreeRTOS ?

According to my searches on the internet, I found at least 3 solutions to add FreeRTOS on top of the code generated with stm32cubeMX for STM32U5 ...1 - Get FreeRTOS from freertos.org or its GIT2 - Get FreeRTOS from the demo available on the B-U585-IO...

PToch.1 by Associate
  • 852 Views
  • 2 replies
  • 0 kudos

Resolved! List of compatiable MCU hangs at 52%

Hello,My original project was created for STM32F030c8t6 and I want to get the list of compatible  MCU, so that I can migrate my project to STM32f103C8T6. I opened the cubeMX table from CubeIDE. While I clicked the list of compatible MCU, the programs...

Techn by Senior III
  • 736 Views
  • 3 replies
  • 0 kudos

Resolved! Tasks created by CubeMX vs created by code

Is there any difference if I create two freertos tasks by hand in my code or if I do it using the cubemx interface?Things like preventive checks, checks that the stacks do not overlap or are too big compared to the available memory?