STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! Any difference between STM32CUBE_MX And Atollic_TrueStudio?

Right at the moment I have 2 software, Atollic TrueStudio & STM32CUBE_MX . I am pretty confused, which one to use for an STM32-Cortex M4 ? Is there any difference between Atollic TrueStudio & STM32CUBE_MX software? Which one is stable? thanks

vmekr by Associate II
  • 1194 Views
  • 3 replies
  • 0 kudos

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
  • 1871 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
  • 2091 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
  • 563 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...