STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

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

Automatic update of CubeMX almost working

Posted on December 07, 2015 at 19:54Cube tool downloaded version 4.12 version and told me to restart the tool with Admin rights. I did that but nothing special happened. The version number did not change. Then I stopped all Java processes, Jushed an...

LMI2 by Lead
  • 338 Views
  • 0 replies
  • 0 kudos

Matlab Cant Launch CubeMX

Posted on December 06, 2015 at 12:58Hi. I am trying to create stm32f401 code using matlab. I can install the mat_target file and configure simulink code generator. My problem is that when i am trying to build my project, CubeMX does not start and th...

CubeMX 4.11.0 behaves different on Win7 and Win10 pc

Posted on December 04, 2015 at 09:29Hi,Last night i copied a CubeMX project file (.ioc) from my Windows 7 desktop to my Win10 laptop and discovered that on the Win10 machine the configuration was different. I missed for example the SPI settings in t...

schelven by Associate II
  • 364 Views
  • 0 replies
  • 0 kudos

STM32CubeMX GCC Linker BUG for STM32L151RCTx

Posted on July 11, 2015 at 05:06Hi, been using STM32CubeMX for creating code for ''System Workbench for STM32''. The linker file created by STM32CubeMX has 0 for heap and stack: _Min_Heap_Size = 0;      /* required amount of heap  */ _Min_Stack_Size...

CubeMX - STM32L1 USB CDC

Posted on May 12, 2015 at 09:45Hello,I have set up a CubeMX project with USB FS and CDC enabled. The device is STM32L151CCT6.Also, I have installed the VCP 1.4.0 drivers for Win7 (x64).When I start the debug session (IAR 7.40), Windows complain that...

George.P by Associate III
  • 820 Views
  • 5 replies
  • 0 kudos

Bug in STM32CubeMX clock configuration

Posted on November 12, 2015 at 13:52Experiment Set-up:STM32CubeMX version: 4.11.0STM32F746NGH6Description:It limits the PCLK1 to 50 MHz and PCLK2 to 100 MHz. See the RED error below:However, The PCLK1 can reach 54 MHz and PCLK2 can reach 108 MHz aft...

0690X00000602aZQAQ.jpg 0690X00000602aFQAQ.jpg
wenbin by Associate II
  • 616 Views
  • 2 replies
  • 0 kudos

TIM3 problem in stm32 cube HAL library

Posted on November 30, 2015 at 09:52Hello.I am using STM32F0xx with stm32cube lib as the dev platform. My application requires TIM3 peripheral. I am using __HAL_TIM_SET_COUNTER to set the cnt value at runtime. I need the timer count value for some c...