STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

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
  • 246 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
  • 639 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 ...

STM32CubeMx size of generated code problem

Posted on December 21, 2017 at 14:44I am wroking on a project  using two microcontrollers a STM32F412 and a STM32L011 (8K flash, 2k RAM) .The STM32L011 is used as RTC to manage the power comsumption of the STM32F412. I used STM32CubeMx to generate t...

Unable to Read and Write to I2C EEPROM

Posted on February 23, 2017 at 21:43I am using atmega AT24C256 EEPROM and STM32F0 discovery module. I am struggling to read/Write to the memory. Here is the example I trying to use:-&sharpdefine I2C1_DEVICE_ADDRESS   0x50           /* A0 = A1 = A2 =...

anuj by Associate II
  • 4041 Views
  • 13 replies
  • 0 kudos

CubeMX on MacOS using far too much RAM

Posted on May 29, 2017 at 22:20CubeMX V4.21.0 on MacOS 10.12.5.4.21.0 was available, so I downloaded it. Opened my current project, checked to see if my pet peeves had been fixed yet - nope. Went for lunch.Came back from lunch and Cube has 3.7GB of ...