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

CubeMX - STM32F411 code generation CDC ACM bug ?

Posted on December 23, 2015 at 00:00 Hi, not sure it's a bug because it's my first time with CDC ACM. But After a fresh CubeMX generation with USB_OTG_FS in device mode. I just add this : uint8_t buf[] = ''Hello\r\n''...

ziz by Associate II
  • 384 Views
  • 1 replies
  • 0 kudos

CubeMX and FreeRTOS version update

Posted on March 13, 2015 at 16:08Hi,I'm starting 2 new projects (1 with STM32F407 and one with STM32L152).Currently the CubeMX integrates the freeRTOS 8.1.2, when will this be updated to the 8.2?What is the ST strategy regarding the updates?What wou...

daniele by Associate II
  • 1096 Views
  • 4 replies
  • 0 kudos

STM32CubeMX consumption calculator for F0

Posted on December 16, 2015 at 11:58I try to use the power consumption calculator for STM32F030F4Px, but I have some problems: -I can`t change Interpolation ranges and as result define clock frequency below 8MHz -I don`t see Peripherals -when I star...

0690X00000604tZQAQ.png

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
  • 282 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
  • 295 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...