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

UTF-8 source code merge bug at CubeMX Genarate Code

Posted on October 23, 2017 at 10:16Hello.I am troubled with garbled characters of CubeMX's code generation function.The version of CubeMX is 4.22.1.The development environment is SW4STM32.The reproduction method is explained below.1. Generate the co...

0690X00000608f1QAA.png 0690X00000608cSQAQ.png

STM32L471VGT6-LQFP-100 + L4 HAL Questions

Posted on February 07, 2018 at 15:56Hi Everyone,I am brand new to the community and so far I'm pretty impressed! I am relatively inexperienced and I'm just getting up to speed migrating from the underwhelming TI microcontroller platform so my questi...

Resolved! STM32CubeMX 4.22.1 STM32L476JGYx SystemClock_Config Bug

Posted on September 20, 2017 at 12:35Hi guys.I'm working in a STM32L476JGY based project using the board STEVAL-STLCS02V1.The code generated by the Cube using the default clock configuration 'forgets' initialize the M value of the PLL struct, see or...

CubeMX Segger Embedded Studio/Crossworks Support

Posted on February 06, 2018 at 17:37Hello,Why CubeMX is not supporting Segger Embedded Studio and Crossworks ?Segger Embedded studio is completely free for non commercial use, and have very nice and responsive interface. and also very fast debugging...

Sasha A by Associate II
  • 371 Views
  • 0 replies
  • 3 kudos

Troubles with RCC in STM32CubeMX

Posted on September 20, 2017 at 00:46Hi!I found couple of troubles while programming STM32F030F4 with STM32CubeMX.1. I used simple code likewhile(1){    HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_3);    HAL_Delay(1);}which must generate 500 Hz square wave o...

X-CUBE application in a project

Posted on January 28, 2018 at 08:22Hello,I am working on a project connecting a Nucleo-F767ZI with IBM Watson IoT. I found an expansion X-CUBE-WATSON I I read the example inside it using the Disco-F769NI. I read the code and tried to configure my Nu...

Duy Tran by Associate II
  • 978 Views
  • 8 replies
  • 0 kudos

CubeMX old versions

Posted on February 01, 2018 at 16:36Hello there,Is it possible to download older versions of CubeMX form somewhere? The new releases rarely work and there is no way for me to fallback if I didnt keep a copy. I would appreciate all help.#cube #cube-m...

User labels for peripherals

Posted on September 12, 2017 at 15:37I have had hands on the CubeMX user label feature for pin assignments and found it very usefull. It was possible to write application code like HAL_GPIO_TogglePin(my_label_GPIO_Port, my_label_GPIO_PIN), and when ...