STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

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
  • 1508 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
  • 581 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
  • 596 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
  • 539 Views
  • 1 replies
  • 0 kudos