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

Why simpel MX project will not compile: arm_math.h is missing

Using MX 5.0.1 and create a new project "PrjA" for STboard STNM32F401 Nucleo. No changes or configs. Then generate code and open in TrueStudio. Compilation fails because of: ..\Drivers\CMSIS\DSP_Lib\Source\FilteringFunctions\arm_fir_decimate_init_q15...

tinu by Associate
  • 597 Views
  • 1 replies
  • 0 kudos

Resolved! Is there an elegant way of using CubeMX to generate code for two very different configurations in the same program?

The program is alternating between two modes, one is high performance and the second is low power. For perfomance mode the ADC is used with a timer triggering and DMA+interrupt at fast rate. In the low power mode it is intended to make a single conve...

Program does not enter while(1) loop

Hi everyone.Up to now i have been programming STM32 mcus at register level but i have to use cube mx now. So i created a cube mx project only to see if timer 2 works fine. When i build without any problems and run the code on my F303RE board and paus...

N ORhan by Associate III
  • 1895 Views
  • 4 replies
  • 0 kudos

Resolved! Using multiple tasks in FreeRTOS

I am having a strange problem with FreeRTOS in CubeMX, I cannot get multiple tasks to work concurrently. I use the following procedure -Pre: Check STM32Cube_FW is fresh   (v1.9.0 used)Open STM32Cube V1.0   (v5.0.0 used)New Project -> 'Access To MCU S...

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

Resolved! STM32F4 COMPOSITE implementation

Hi,i am trying to implement my mcu (stm32f407IG) as a composite device with USB FS. I want to use CDC+HID or more how can i implement that with CubeMX ?Are there any examples about that?Thanks for your help.

arduo by Senior
  • 578 Views
  • 1 replies
  • 1 kudos

Resolved! OCTOSPI - wrong code generation? Bug should be fixed.

Hello, I am debugging a board which contains the MCU - STM32L4R7VI6 and an HYPERRAM IC connected to the OCTOSPI2 port on the MCU. While generating code on the STM32CUBEMX the tool generates the following code snippet at the bottom of the OCTOSPI_INIT...

CesarH by Associate
  • 957 Views
  • 3 replies
  • 0 kudos