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

STM32CubeMX not running on macOS

After updating the STM32CubeMX Eclipse Plugin to 5.0.0 version I get the following message on running the plugin: "This release of STM32CubeMX Eclipse Plugin cannot be used in macOS".The Plugin still opens, but I can't edit the peripheral values (it'...

flavio23 by Associate III
  • 1600 Views
  • 7 replies
  • 0 kudos

How to enable external interrupt.

I'm using CubeMX V 5.0.1 to create a simple project for Nucleo-L031K6 board. I've configured PA12 as an input. Under Pinout & Configuration->System Core->NVIC there is no option to enable "EXTI line 4 to 15 interrupts" . Show only enabled interrupts ...

STM32CubeMX USB Serial Number String from UID

Posted on March 30, 2018 at 18:03 Hello, I have a device based on STM32F1 series that's using the USB CDC interface. TrueSTUDIO project is generated with STM32CubeMX. Everything is working fine except one last thing: Setting the serial number ...

STM32F746 Disco board - How to enable external SDRAM

Hi,I am new to STM32 systems and CubeMX5 and have several questions.I am using STM32F746 disco board with TrueStudio , I am trying to work with external SDRAM (first time working with external RAM) I configured the FMC and generate the code but all t...

davidra7 by Associate II
  • 1794 Views
  • 8 replies
  • 0 kudos

Sistick has wrong period

In HAL_Init(); generated by STMCubeMX/* Compute TIM1 clock */ uwTimclock = 2*HAL_RCC_GetPCLK2Freq();is set to 32000000 instead of 216000000 /* Compute the prescaler value to have TIM1 counter clock equal to 1MHz */ uwPrescalerValue = (uint32_t) ((u...

TOndr by Associate
  • 493 Views
  • 2 replies
  • 0 kudos

CubeMX integration with new version of CMSIS

Posted on March 22, 2018 at 06:49Hi,1. Is there any near future plan for CubeMX integration with new version of CMSIS, CMSIS-RTOS2  Version 2.1.2. ARM has also released CMSIS version 5.3.2. Is there any near future plan for integrating FreeRTOS vers...