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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! How to detect overflow when using PWM input in combined mode

I try to measure frequency and duty of a PWM input signal with an STM32G474. For this i have selected the combined channels option "PWM input on CH2" for Timer 15 in CubeMX. The measurement works well, as long as the input signal is not to slow. When...

MSchr.1 by Associate II
  • 1882 Views
  • 1 replies
  • 0 kudos

HAL_I2C_Mem_Read returns nothing?

I use MAX9611 to measure current. It has 2 register to read current. 12 bits divides 2 bytes. MSB(8 bits) and LSB(4 bits). I tried to read only MSB but I couldn't, Can anyone help me? Note: there is no externall pull up res, I configure an internal p...

_legacyfs_online_stmicro_images_0693W00000dJpJhQAK.png
MÇETİ.1 by Associate III
  • 1550 Views
  • 2 replies
  • 0 kudos

Resolved! How to change Init functions to global?

I am currently attempting to build code in simulink for a GIGA R1 project I have. However when setting the ioc file up in CubeMX I am unable to change the init functions to be global. Any help would be appreciated. Thanks!

Resolved! Generating c++ projects with STM32CubeMX

Hi, I'm trying to make a c++ project for STM32CubeIDE using the STM32CubeMX.However there doesn't seem to be any c++ option, is there something I'm missing or is the software just not made for it?