STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 799 Views
  • 5 replies
  • 7 kudos

problems with STM32F405 SD Card 4wiresCubeMX

hello,i work in STM32F405, create projet with cubeMx, SD 4 wires.Pull up in the schematic D0..3 , CMD, no internal pull in cube MXmount return FR_NOT_READYwhen SD_WideBus_Enable() (in hal_sd) call:in SD_FindSCR() after the cmd 51 , there is a polling...

trave.1 by Associate II
  • 2548 Views
  • 3 replies
  • 2 kudos

Resolved! How to debug dual core simultaneously in mdk arm

Hi every body.I have a project with stm32h747aii and i use mdk arm. Recently i did it with cubeide and i could debug both cores at the same time and within one window.I wanted to know that if it is possible in mdk arm 5.36 or not?When i enter each co...

ArmanIlmak_0-1701851987312.png

using fatfs iand azure rtos

HiWhen selecting azure RTOS in CubeMX, it is not possible to select FATFS. FATFS is greyed out. It is only allowed to choose FileX. Why?Thx

MK..1 by Associate III
  • 1445 Views
  • 4 replies
  • 1 kudos

Usage of this same ADC pin on two ADC instances

Hello, I am working on STM32F7x uC and I want to use one GPIO pin, e.g. PA3 as analog input. However, value from analog input should be read both by ADC1 and ADC2. CubeMX allows me that configuration and it should work. However, when I deinitialize o...

Tomnow1 by Associate
  • 2410 Views
  • 3 replies
  • 1 kudos

Resolved! USB FS Host using FreeRTOS

Hello,I am trying to configure USB FS Host using FreeRTOS on STM32H750.After connecting a device to the USB I get failure on memcpy(). The problem happens because pxQueue->uxMessagesWaiting gets value while the queue (os_event) has no elements.I beli...

tarbal by Associate III
  • 1640 Views
  • 1 replies
  • 0 kudos

Resolved! Why does CubeMX configure B1_Pin?

Beginner's question here. I have Nucleo-L476RG board and trying to learn more about the code CubeMX generates. To this end I started a new project and answered 'no' to setting up the peripherals, to make it as simple as possible.As part of MX_GPIO_In...

Dabbo by Associate III
  • 2335 Views
  • 3 replies
  • 2 kudos

Error in generated cyabs_freertos_helpers.c file

Hi,When I generate code with the STN32CubeIDE 1.14.0 and CubeMX 6.10.0 RC9 then it does now the __WEAK in the cyabs_freertos_helpers.c file. My workaround is at the moment to include directly in that file the "stm32u5xx_hal.h" then it works till the ...

nobody by Associate II
  • 894 Views
  • 2 replies
  • 0 kudos