STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.1 released

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 15 Views
  • 0 replies
  • 0 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1083 Views
  • 5 replies
  • 7 kudos

stm32l4xx internal flash + data for the single byte program

Hi all,I am using stm32l486 MCU and trying to use stmcube internal flash example code. As i see we have API "HAL_FLASH_Program" to program word or double word. Is it possible to write byte data by doing type casting and increasing the address by 1?Co...

John3 by Associate II
  • 2061 Views
  • 7 replies
  • 0 kudos

Package Location for V5.0.0

After the latest CubeMX update, where are the packages now stored? I have been using revision control on 'C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\packages' and am curious, I no longer see updates here

Justin1 by Senior
  • 821 Views
  • 1 replies
  • 0 kudos

Getting Started with Examples

How can I access the example peripheral projects for the STM32F091RC? I am using TrueSTUDIO & System Workbench and have looked exhaustively, are these available?

Justin1 by Senior
  • 770 Views
  • 3 replies
  • 0 kudos

CubeMX support for SD+FatFS+SPI

Posted on October 10, 2017 at 21:22 I would like to see CubeMX support for SD cards + FatFS using an SPI driver option. Both for MCUs that don't don't support SDIO and also on MCUs that have SDIO but where SPI fits the project better. FatFS is th...

Resolved! Can't get STM32F10x and CubeMX HAL I2C driver to work

Hello,i try to get a most simple I2C driver to work. So, i setup I2C1 with CubeMX and select code generation.In the resulting main.c, all i have to do is to add something like that: /* USER CODE BEGIN WHILE */ while (1) { uint8_t value = 0;   ...

SF49ers by Associate II
  • 698 Views
  • 1 replies
  • 0 kudos

STM32CubeMX config does not seem to work for systick

Hello all,I'm encountering an issue with a custom board I've made with a STM32L011D3 MCU on it.I am trying to run a very simple blink program to check the global functionalities. It looks like the code generated with STM32CubeMX does not work for the...

Loïc by Associate II
  • 770 Views
  • 1 replies
  • 0 kudos