STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 265 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
  • 215 Views
  • 1 replies
  • 1 kudos

Resolved! FW_H7 V1.11.2 broke ADC configuration selections

Ops!!!  The latest firmware does support internal channel selection on ADC3.I verified that the previous firmware V1.11.1 gives visibility to the ADC3 internal channels for VBat, Temperature, and RBUF.  But if the firmware is migrated to V1.11.2 thos...

GreenGuy_0-1714508582404.png GreenGuy_1-1714508728898.png