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

What other code portion(using code generation) changes apart from SystemClock Config replacement with clock setting changes

Hello, I am using STM32CubeMX to generate the code and test some peripherals which runs at different clock speeds(optimally).Since there is lot of code I have (specific to application) post STM32CubeMX code generation being written I don't want to re...

darla14 by Senior
  • 1208 Views
  • 4 replies
  • 0 kudos

How to setup gitlab ci for STM32CubeMX?

Hi guys,I am very new to continuous integration. My company has tasked me to set up a gitlab ci for there STM32CubeMX project. They want the following:A self hosted gitlab on a docker container on a machine (This I have already set up)Gitlab runner o...

Tamper button does not work on cm4

I am using an STM32H757-eval board. From the CM7 I can detect a Tamper button press (PC13). I would like to detect this same button press from the CM4. Using CubeMX, I assign PC13 to the CM4. After rebuilding, I am not able to detect Tamper button pr...

Gil1 by Associate II
  • 1364 Views
  • 8 replies
  • 0 kudos

Multiple adc conversions using DMA (help please)

1.volatile uint16_t ADC_Value[4];-this is my array for the values to be stored2.void ADC1_Configure(void) {  ADC_InitTypeDef ADC_InitStructure;     ADC_InitStructure.ADC_Mode = ADC_Mode_Independent;  ADC_InitStructure.ADC_ScanConvMode = ENABLE;  ADC_...

hpark.21 by Associate
  • 619 Views
  • 2 replies
  • 0 kudos

FreeRTOS code generation bug on V6.7.0

Hello,After creating a blinky project in CubeIDE version 1.11.0 running on Linux and setting up FreeRTOS within the .ioc file, the default task fails to run.A project created with STM32CubeMX V6.6.1 works, but when it was migrated to V6.7.0 (by openi...

NWrig.2 by Associate
  • 1000 Views
  • 2 replies
  • 0 kudos