STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

NUCLEO-F746ZG With MQTT Using CubeMX

Posted on March 21, 2017 at 10:16Hi I have a NUCLEO F746ZG board. How I initialize ethernet using CubeMX and using MQTT Protocol to transfer my data to MQTT broker ?#ethernet #f746zg #mqtt #nucleo #cubemx

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
  • 3280 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
  • 530 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
  • 3726 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
  • 419 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...