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

stm32f446re microSD SDIO

Posted on October 05, 2017 at 08:56Hi all,I am using the latest stm32cubemx with a stm32f446re Nucleo board and I am trying to access a microSD card. I have soldered headers to a microSD to SD adaptor and connect all the pins to the corresponding pi...

giolenas by Associate II
  • 2469 Views
  • 9 replies
  • 0 kudos

CubeMx and custom code in Makefile

Posted on September 29, 2017 at 13:53Using CubeMx with automatic Makefile generation.I want to alter the build target name.Example:CubeMx creates a build target in the Makefile:TARGET = myfirmwareBut I want to append a version:TARGET = myfirmware_$(...

Krix N by Associate II
  • 416 Views
  • 1 replies
  • 0 kudos

HAL_ADC_Start_DMA acquire only a subset of channels

Posted on September 22, 2017 at 09:46 Hi there, i'm working on a STM32F103 MCU and I want to acquire 9 channels with ADC1. With STM32Cube I configured the ADC1 in this way: Scan conversion mode: Enabled.Enable regular conversion: Enable.Numbe...

Fede Rico by Associate III
  • 2963 Views
  • 15 replies
  • 0 kudos

Bug with STM32L476 PLL source?

Posted on September 25, 2017 at 03:42Hi All,I have been experimenting with my http://www.st.com/en/evaluation-tools/nucleo-l476rg.htmlI have generated some code with CubeMX for SW4STM32 and I am getting some problems with the code, ending up in an E...

Coratron by Associate II
  • 340 Views
  • 2 replies
  • 0 kudos

Files missing from GPDSC project file

Posted on September 24, 2017 at 21:48I have generated a project using the GPDSC format for STM32L151CC MCU and there are several 'LL' driver files missing from that output file. For example 'stm32l1xx_ll_gpio.c.'In the configuration for the peripher...