STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Link_driver failure

Posted on January 17, 2018 at 12:27Hey everyone,For some reason I can mount, open and write to a SDcard. Although for some reason I cant use the LinkDriver function.I have the function setup as if(FATFS_LinkDriver(&SD_Driver, SDPath)==0) and when it...

con3 by Senior
  • 616 Views
  • 6 replies
  • 0 kudos

Change _Error_Handler() function signature

Posted on October 20, 2017 at 14:51Hello!Right now CubeMX generates code with the following signature of Error_Handler function:void _Error_Handler(char *, int);When I turn my project to use c++, compiler doesn't like it, and I change it to the foll...

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

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
  • 211 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
  • 522 Views
  • 8 replies
  • 0 kudos