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! USART2 is not working in NUCLEO-G491RE

Hi STM Community, I was trying to use USART2 on NUCLEO-G491RE board, but it is disabled from the start. It is highlighted in Pink and I am not able to edit it.  Can you please tell me how to make it work ? Thank you. Appreciate it. Regards, STMUSER  ...

img1.PNG

Resolved! STM32G0B1 and MCO pin

Hello!I'm working with STM32G0B1 MCU and using CubeMX, I've enabled RCC_MCO for PA9 pin (HSI 16 source, 128 as prescaler) and a simple Input for PA8 pin. The code was generated to CubeIDE and "SystemClock_Config" function calls this method at the end...

Peaga by Senior
  • 1259 Views
  • 4 replies
  • 4 kudos

STM32F4 FreeRTOS init code generation issue

When FreeRTOS is enabled in STM32CubeMx for STM32F4 MCUs, the generated code should create the tasks already configured by the user.In this context, a regression was detected in the latest STM32CubeMX version (6.7.0) and only with the STM32F4 series ...

[BUG] CubeIDE doesn't initialize the tasks after osKernelInitialize() in the main file. No user code space is useable between oskernelinitialize and oskernelstart.it gets deleted after each code generation.

HI, I am using STM32F429IGT6 with freeRTOS in CMSIS osV2. CubeIDE V1.11.0 with MCU package F4 1.27.1.After code generation, cubeIDE doesn't initialize the tasks and it has to be manually added. But bigger problem is, user code space can't be used bet...

IZ.Mani by Associate
  • 810 Views
  • 1 replies
  • 1 kudos

Resolved! Freertos semaphore not initialised correctly by CubeMX

By setting up a new project in STM32CubeMX 6.10.0, when adding a Semaphore in FREERTOS, the generated code is not correct, and the binary semaphores are initialised in a Taken state ( initial_count=0 of osSemaphoreNew() )  - resulting in the fact tha...

Resolved! STM32H745iDisco LWIP + FREERTOS

My project was generated a few months ago (LWIP + FREERTOS on M7). The project was working without an issues. A few days ago I wanted to include CAN interface and after converting IOC to latest version, I have issue: LWIP was deactivated. I am not ab...

LinasSt by Associate
  • 778 Views
  • 3 replies
  • 1 kudos

Resolved! Cube MX and ADC4 - Channel not initialised

HII use Cube MX with STM32U585RIT6. When I use ADC4 In3 In4 In9 In22 and In23, the  channel In9 is not properly initialised. I must add this manually :/* USER CODE BEGIN ADC4_Init 2 *//** Configure Regular Channel*/sConfig.Channel = ADC_CHANNEL_9;if ...

Markko67 by Associate II
  • 990 Views
  • 2 replies
  • 0 kudos

Resolved! PLLP can't be turned on

I'm working on page 30 of the STM tutorial for the B-G474E-DPOW discovery kit at this linkhttps://www.st.com/resource/en/application_note/dm00706304-buck-current-mode-with-the-bg474edpow1-discovery-kit-stmicroelectronics.pdf I get this warning when I...

decook1110_0-1719895881441.png

Resolved! Support for STM32U0 series in STMCubeMX

Hi, I'm unable to use the STM32Cube FW_U0 V1.1.0.  I have downloaded the package in Cube MX - Version 6.11.1 however when trying to create a project using the "Start My project from Example - ACCESS TO EXAMPLE PROJECT SELECTOR" i get the following di...

Screenshot 2024-06-16 155834.jpg
Jorgie by Associate III
  • 1121 Views
  • 6 replies
  • 1 kudos