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

STM32F334 Programm doen't start withoput manual reset

Posted on December 12, 2016 at 09:49Hi there,I have a set of 3 pcb's that i am testing I have written a programm that used to work on a previous versionof the pcb, and there have been minor changes between the 2 Version.The problem is that when i ru...

eg7963 by Associate III
  • 739 Views
  • 4 replies
  • 0 kudos

Resolved! CubeMX: FreeRTOS USE_TICKLESS_IDLE

Posted on February 01, 2017 at 16:15In the last CubeMX version (4.19) the USE_TICKLESS_IDLE option is missing. This disables the configUSE_TICKLESS_IDLE flag and the low power configuration.Is it a bug? Is any workaround available?PS: I've checked t...

Resolved! How can I prevent stm32cubemx v1.18 from deleting my files from the project Src directory and the EWARM project? [Solved with 4.19]

Posted on January 11, 2017 at 18:02In an IAR/EWARM environment, when I use STM32CubeMX 4.18.0 Project/Generate Code function the program seems to correctly generate its own files but deletes user (that is, my files) from both the EWARM project and f...

STM32 CubeMX ST-LinkV2.1 : how to redirect printf

Posted on February 02, 2017 at 09:31I found several posts like http://www.openstm32.org/forumthread339, using syscalls.c, but I don't have this file in my project... I generate the code with CubeMX v4.18.0.#qt-creator #cubemx #stm32 #arm-none-eabi

L0_1.8.0 firmware download with STM32Cube?

Posted on January 27, 2017 at 10:22There seems to be a problem downloading the stm32cube_fw_l0_v180 from within the newest STM32Cube. See the attached screenshots. It seems to me it tries to unzip 'stm32cube_fw_l0_v180.zip' to a folder named 'stm32c...

Resolved! System Workbench build error new project from CubeMX

Posted on January 09, 2017 at 21:58Summary of 2 days investigations for CubeMX and System WorkbenchFor success build without errors imported project generated in CubeMX, need fix generated symbolsIn Project->Properties->C/C++ Builds->Settings->MCU G...

asergeev by Associate II
  • 1347 Views
  • 7 replies
  • 0 kudos

CubeMX 4.18 pegs CPU in Clock Tab on macOS

Posted on December 07, 2016 at 16:41I notice that whenever I am in the Clock Configuration tab of CubeMX 4.18 the CPU activity goes to 100%. This is on macOS 10.12.1 and Java 1.8.0_111. Changing to any other tab reduces CPU to just a few percent. No...

STM32CubeMX and Quadrature Encoder

Posted on January 24, 2017 at 09:27I am new to ARM and STM32CubeMXMy goal is to use this very interesting boardhttp://www.st.com/en/evaluation-tools/32f429idiscovery.htmland use one internal 16bit counter for time and one 16bit counter for QEI(QEI=Q...