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
  • 791 Views
  • 0 replies
  • 1 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
  • 1648 Views
  • 5 replies
  • 7 kudos

Hello everybody, I'm trying to program an STM32F446RCT6. It should run from HSE, which works fine after loading the program on the chip, but after rebooting (switching the voltage source off and on) it does nothing.

I have already tried to use a second SystemClock_Config (copied from a fresh project after code generation), to first use the HSI after reboot and initialize everything (USART, GPIO,...), and then switch to the HSE, but it didn't work.I would appreci...

MBjel.1 by Associate II
  • 1307 Views
  • 5 replies
  • 0 kudos

Migration from SPL to HAL on STM32

I'm migrating an ST driver file from the old standard peripheral library to the new HAL system. Here's and one example of many identifiers I'm having to replace:Old: ETH_DMA_Rx_Frame_infosNew: ETH_DMARxFrameInfosThese two identifiers contain EXACTLY ...

Aasdf.1 by Associate
  • 1834 Views
  • 2 replies
  • 0 kudos

Cube AI and model Keras

Hello,I get an issue when I try to load a Keras model in CubeMX (see image).When I click on Validate on Desktop, all results are 0: acc, rmse and mae. Is it a bug on CubeMx?I have the same result even if I compress my model. And I try another model w...

IFaye.1 by Associate II
  • 1628 Views
  • 3 replies
  • 0 kudos

Setting up SDIO for the STM32F103ZC, fatfs FR_DISK_ERR error.

I'm trying to transfer my Arduino code to the ST HAL library. I've got everything implemented except for the SD card. After some research I set up FatFS using the SD 4-bit bus. Using PA15 as the detect SDIO pin, which I've both tried to set as a pull...

JGale by Associate II
  • 6302 Views
  • 8 replies
  • 0 kudos

Resolved! Problem with Timers clock and interrupt periods

Hi, I have my STM32F407 with the following clock configuration, as I want to use TIM2-TIM5, the input clock of those Timers is APB1, and it is working at 84 MHz, I want TIM2 working with an interrupt every 1 sec, so I set the prescaler to 8400-1 so t...

0693W000001smnSQAQ.png
VCasa.1 by Associate II
  • 838 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G431C8

I want to use DMA to move data from memory to DAC1 channel 1 and channel 2. Channel 1 uses DMA Channel 5 and that works. CubeMX configured DAC1 Channel 2 for DMA1 Channel 6. The datasheet says STM32G431 is a category 2 device which has only channel 0...

How to configure a Timer to input capture from comparator?

Hi,I have read the STM32F303RE reference manual along with using CubeMX 5.6.1 but can't seem to do what I want. The documentation of CubeMX is less than desirable IMHO.As an aside I am already using TIM2_CH2 on pin PB3 in Input Capture Direct Mode an...

BTrem.1 by Senior II
  • 1465 Views
  • 1 replies
  • 0 kudos