STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

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

stm32cubeMX and Eclipse IDE

Posted on September 05, 2014 at 14:53Hi, stm32cubeMX is a very convinient tool that generates code and projects for some commercial IDEs. Unfortunatelly I'm not using those IDEs so I'm left alone with a huge amount of C Code and no instructions how ...

slawek2 by Associate II
  • 662 Views
  • 4 replies
  • 0 kudos

Bug in CubeMX with FATFS on SD-Card and FreeRTOS

Posted on February 16, 2016 at 14:58The MX_FATFS_Init function is beeing called in the main function and again in the default task. After the second call the SD_Path is invalid. I'm using CubeMX 4.13.0 with the STM32F417IGH6, the configuration is in...

[bug] GPIO setting for SPIx_NSS pin

Posted on February 26, 2016 at 03:09 With STM32CubeMX v4.0 and STM32CubeF0 v1.5.0 the GPIO initialization for a hardware NSS pin has changed and doesn't match the information in the reference manual. For example SPI1_NSS from STMCubeF0 v1...

CubeMX How to install expansions?

Posted on March 08, 2016 at 19:21Hi, I wanted to check out the WIFI Expansion for Cube MX. But I am failing at integrating it into CubeMX as I cannot find any information on how to integrate the downloadable expansions into CubeMX. Any help is appre...

hharte9 by Associate
  • 273 Views
  • 1 replies
  • 0 kudos

STM32CubeMX ftl template

Posted on March 08, 2016 at 11:08Hello guys, Can somebody share a list of all possible variables that I can use in FreeMarker templates inside of STM32CubeMX with me? I am working on a Makefile and .ld (because existing have not very nice license ;)...

Frustrated with UART&ADC dual mode

Posted on February 24, 2016 at 13:56 I am really got tired after so many attempt to use this hal drivers for ADC sampling in dual mode and send data over uart. For god sake plz help me. I did whatever user manuals said but still no output. ...

Reorganization of Cube headers

Posted on February 28, 2016 at 20:14It would be nice if you could move into a header the definition of GPIO_MODE, GPIO_MODE, ... GPIO_CR_CNF_ANALOG, GPIO_CR_MODE_INPUT, GPIO_CR_CNF_ANALOG, ...GPIO_CR_CNF_AF_OUTPUT_OD currently in stm32fNxx_hal_gpio....