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! Using multiple tasks in FreeRTOS

I am having a strange problem with FreeRTOS in CubeMX, I cannot get multiple tasks to work concurrently. I use the following procedure -Pre: Check STM32Cube_FW is fresh   (v1.9.0 used)Open STM32Cube V1.0   (v5.0.0 used)New Project -> 'Access To MCU S...

Justin1 by Senior
  • 774 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F4 COMPOSITE implementation

Hi,i am trying to implement my mcu (stm32f407IG) as a composite device with USB FS. I want to use CDC+HID or more how can i implement that with CubeMX ?Are there any examples about that?Thanks for your help.

arduo by Senior
  • 480 Views
  • 1 replies
  • 1 kudos

Resolved! OCTOSPI - wrong code generation? Bug should be fixed.

Hello, I am debugging a board which contains the MCU - STM32L4R7VI6 and an HYPERRAM IC connected to the OCTOSPI2 port on the MCU. While generating code on the STM32CUBEMX the tool generates the following code snippet at the bottom of the OCTOSPI_INIT...

CesarH by Associate
  • 695 Views
  • 3 replies
  • 0 kudos

Where is the code generator gone?

Hello!I have upgraded to version 5. Can anybody tell me where the generator command is gone? It used to be directly in one of the 3 menus as far as I remember, something like generate code or something like that.Thanks!K

KY by Associate II
  • 595 Views
  • 4 replies
  • 0 kudos

STM32CubeMX generated MX_TIMx_Init() functions

Hi.I have the latest STM32CubeMX with a STM32L433 project.I have selected in CubeMX Advanced Settings to use "LL" drivers for TIM1 & TIM2, and the option to "Not Generated Function Call" for these timers.As expected, In the auto generated main() ther...

Resolved! change default value of pins (gpio) in cubeMX

Hello,I searched in cubemx where to change the default value of gpio pins, but couldn't find it.Does anyone knows ? In generated code, all output gpio are set to 0, for example :HAL_GPIO_WritePin(GPIOK, SW_LED1_Pin, GPIO_PIN_RESET);Thanks,ranran

ranran by Senior II
  • 2302 Views
  • 1 replies
  • 0 kudos

CubeMX RTC Code Generated Not Working

Hi,I'm new STM32L072 (Discovery Kit) and I had generated a code to run the RTC using the LSI Clock and displaying the values via UART2 but the RTC values are not incremented even if rest button is pressed, Then I deactivated the calendar and observed...

0690X000006DFmvQAG.jpg