STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

STM32CubeMX - BUG REPORT - F411VETx Temperature sensor Channel

Posted on October 31, 2016 at 13:29Hello!After migrating to version 4.17 I have encountered problem with temperature sensor channel. I am working with it on a daily basis and I've never had any problems with it before.Problem:When i open fresh proje...

0690X00000604msQAA.png 0690X00000604w8QAA.png
bartek by Associate
  • 1076 Views
  • 4 replies
  • 0 kudos

STM32CubeMX suggestion

Posted on November 25, 2016 at 12:45Would be good to avoid generation of peripherals initialization code if using CMSIS Driver.CMSIS Driver does complete initialization of the related peripheral. So, the code, generated by STM32CubeMX is not used.I ...

Eugene S. by Associate III
  • 395 Views
  • 1 replies
  • 0 kudos

Help with Ethernet + lpiw + CubeMX + 207ZG

Posted on November 19, 2016 at 18:48I am attempting to configure the Ethernet on a Nucleo-F207ZG board. After two days of unsuccessful work and web search, I finally decided to ask your help. Here are the operations executed: 1) creation of a new pr...

infor by Associate III
  • 433 Views
  • 2 replies
  • 0 kudos

cubeMx, DMA and Adc

Posted on April 13, 2015 at 14:17HI I just have a simple question; I think I�m missing something.I using cubeMX for getting the ADC up running with 2 ch ( IN8 and IN15)And the DMA for transferring the data to a buffer.I have added a picture showing ...

spa23 by Associate III
  • 943 Views
  • 3 replies
  • 0 kudos

Quad i2s ADC on STM32F4

Posted on November 22, 2016 at 18:17Hello Everyone ! My first project on STM32 is to make a NUCLEO shield to record four analogue signals : Dual stereo codec ADAU1979 for 16-bit 44.1 kHz sampligmicroSD slot for PCM logging using FatFS, communica...

clovis by Associate
  • 812 Views
  • 2 replies
  • 0 kudos

Master Clock Output issue

Posted on November 12, 2016 at 20:34 I configured RCC Master Clock Output within cubeMX 4.0 and using a STM32F The generated Code does not output the selected clock. I have found, after code analysis of generated file gpio.c, that the Alte...

Ethernet Echo Server

Posted on November 10, 2016 at 09:40Hi,I have a problem about ethernet echo server.Sended data from client can be readed but with echo. Besides, I want to send data to client.Because of this;uint8_t buffer[8];  buffer[0] = (0xFF000000 & (uint32_t)(...

ali2399 by Associate II
  • 450 Views
  • 1 replies
  • 0 kudos

USB CDC VCP Help!

Posted on March 06, 2016 at 09:28Hi,I recently got a ST Nucleo board (Nucleo F070RB) and want to develop a device where it uses the on board USB (of the microcontroller) as a virtual com port.I've been able to configure a test project which has setu...