STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Resolved! STM32CubeIDE creates main.c but I am using main.cpp!

I converted project from C to C++ with right click on project-> Convert to C++. The problem occurs when I generate the code in graphic configurator . It creates main.c file. Which is also loaded to controller if I run it. How to solve this problem?

0693W00000GZecYQAT.png
MAnto.2 by Associate III
  • 1695 Views
  • 3 replies
  • 2 kudos

using variables / constants in .ioc file from main?

Good afternoon....Can someone tell me how to use constants that are #defined in main back in the .ioc file? I have run the CubeMX and generated the ioc file then generated main. I then do work in main and make some changes to the initialization fea...

SWenn.1 by Senior III
  • 1043 Views
  • 6 replies
  • 0 kudos

Getting GPIO pin to toggle in Blinky

I'm trying to get my embedded skills back from many years ago, so I have an STM32L475 L475E board I am working with. I am using Blinky to reference from, but I can't get the output pin to toggle in the thread for the flashing led./* Private defines -...

BEppe.1 by Associate II
  • 1965 Views
  • 5 replies
  • 0 kudos

STM32cubeMX SDIO HAL driver doesn't work

Hello all, I just start a new project with STM32CubeMX v6.3.0, STM32CubeIDE v1.7.0 & STM32F103RC. When I add the SDIO @ CubeMX, the program just freeze @ MX_SDIO_SD_Init. So I go deeper & find out in function SDMMC_GetCmdResp1, SDIO_FLAG_CTIMEOUT fl...

SSin by Associate III
  • 534 Views
  • 1 replies
  • 1 kudos

Resolved! where i can get "selecting an alternate function for STMH7"

I am very new in STM32, earlier i tried it on CubeMX but no use of it.now i want o start code on register base. like belowlike, https://controllerstech.com/how-to-setup-uart-using-registers-in-stm32/but i am not getting where is alternate function ...

ykn by Senior
  • 476 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMX6.3.0 DAC+DMA+TIM

I use STM32CubeMX6.3.0 to config DAC ,DMA ,TIM2,and gererate projec for MDK,the initial order is below(auto create by STM32CubeMX6.3.0): MX_GPIO_Init();MX_DAC_Init();MX_DMA_Init(); MX_TIM2_Init();​​then I create a buffer for sin wave,data,and start D...

bmo.11 by Associate
  • 546 Views
  • 2 replies
  • 0 kudos

Resolved! How to generate code with HAL_NVIC_DisableIRQ by default

Hi, I would like to use cubeide (MX tool) to generate a project that use EXTI_13 but with IRQ disabled by default. I can choose Enable/Disable (generate all code or none), Create code on MSPInit function or in MX_NVIC_Init, call HAL_GPIO_EXTI_IRQHand...

Lgarb.1 by Associate II
  • 850 Views
  • 2 replies
  • 0 kudos