STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CubeMX code generation fails and gives error

Hi! After a few days of working on a project where I mostly added existing source files to the project as virtual links, I started getting this error message. At first it didn't appear to actually affect anything, but then after a few times the code ...

Olli_Martikainen_0-1716971081480.png

Clock Configuration Report

The STM32CubeMX has a Clock Configuration page that can be captured in the "Generate Reports"I like to Print this page to configure clock timings and divide counters.  The problem is that many of the values are very light, the ones that you can't cha...

DWise.1 by Associate II
  • 134 Views
  • 1 replies
  • 1 kudos

Fixing code generation in CubeMX: Tickless functions

Hello, when using CubeMX + STM32WB + BLE, I noticed that if the BLE feature is enabled in CubeMX, a file called freertos_port.c is created in the project. This file includes the functions void vPortSuppressTicksAndSleep(TickType_t xExpectedIdleTime) ...

JJRR by Senior
  • 242 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H7 ADC oversampling ratio define missing

With the newest CubeMx version 6.11.x, when selecting oversampling, a ratio is being set, and this ratio is a define, which are in "ADC_VER_V5_V90" that is not being set when a new project is created. #if defined(ADC_VER_V5_V90)#define ADC3_OVERSAMPL...

KFisc.2 by Associate
  • 186 Views
  • 1 replies
  • 1 kudos