STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 1342 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
  • 604 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
  • 962 Views
  • 2 replies
  • 0 kudos

CubeMX " Not a valid ioc file" error

Hi,I have installed STM32CubeMX v6.7 on my laptop. The installation was successful.Loaded a project which was setup with STM32CubeMX v6.3 using FW_GO v1.5.0.The code is generated successfully, however when pressing to open the project, " Not a valid ...

Adole.1 by Associate
  • 1363 Views
  • 3 replies
  • 0 kudos

STM32F7xx Eth with CubeIDE Update 1.11.0

I have wrote an product with tcp communication, last modification September 2021...Today I need a small evolution ( move from HSI-RC to HSE)...the Ethernet does not run now.I have try to work with doc concerning the new driver versus legacy...help-me...

EBAHI.1 by Associate II
  • 817 Views
  • 3 replies
  • 0 kudos