STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Obtain 48kHz sample rate from SAI on STM32L5

Is it possible to obtain a (theoretical) 48kHz sample rate with 0% error on the STML5's SAI peripheral? So far the clock configuration tool in STM32CubeIDE has been unable to do so.Research led me here, but this is not applicable to a slower clocking...

0693W00000Kd9V6QAJ.png 0693W00000Kd9W9QAJ.png
JTedot by Associate II
  • 549 Views
  • 1 replies
  • 0 kudos

Resolved! Can you have too many peripheral init functions?

Here is a weird one for ya.I am programming on the STM32L4R9I-EVAL dev board, but my project is configuredfor the STM32L4S9AII6. I am clocked at 120MHz.My program has started failing for what seems to be because I have too manyMX_<peripheral>_init() ...

0693W00000KcBcqQAF.png
MFolk.1 by Senior
  • 1851 Views
  • 10 replies
  • 0 kudos

Unknown error during running code on STM32F105R8

Hi all, I have made a source code that runs fine, But after 6 months I again tried to run the same code. Now the running stuck at some point,The code stuck at this point is shown belowIs this error occur due to any hardware failure like oscillator /c...

0693W00000KcfPYQAZ.png

Use SPI to to manage ADS1118

Hello everybody!Sorry for the question but i am in need of help.I use STM32CubeIDE 1.5.1 with stm32 discovery f407g to manage an exyernal adc ADS1118.ADC works well with Arduino, but unfortunately I can't get it to work with discovery.... /* USER COD...

FItal by Associate II
  • 861 Views
  • 2 replies
  • 0 kudos

Resolved! Additional Softwares is not displayed on STM32H747

Hello!My problem is that I don't see the components in the Additional Software menu.I did everything strictly according to the instructions specified of the official website. Components installed as shown.CubeMX reinstalled, the computer rebooted, bu...

OBorz.1 by Associate II
  • 929 Views
  • 3 replies
  • 0 kudos

Problem with CUBEMX 6.3 and CUBE F4 V26.2

Hello dear Engineers,Before this upgrade(downgrade?????), I was able to use FREERTOS successfully. The main procedure was to change the time base from SYSTICK to TIM1 and then everything was working. Now in this upgrade even without FREERTOS, when th...