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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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

CubeMX and RTC clock source

Posted on October 14, 2016 at 15:14Hi, is there anything wrong using HSE(8MHz) as RTC clock source for an L476 ? CubeMx reports a configuration error when I tried (see screenshoot). Is this a tool bug or a device limit I failed to identify reading D...

STM32CubeMX and LWIP on STM32F107

Posted on October 08, 2015 at 17:00My goal is to build a very simple HTTP server provided by the MCU.With CubeMX I generated out an MDK-ARM project using the LWIP stack on Ethernet PHY with RMII.Ethernet links up with 10Mb/s, but on some reason the ...

balazs by Associate II
  • 3076 Views
  • 14 replies
  • 0 kudos

STM32CubeMX ethernet on stm32f107

Posted on June 05, 2015 at 23:40Hello, I am trying to use STM32CubeMX to generate a simple Ethernet example for the Olimex STM32-P107 board. I'm using SWSTM32 and the problem appears to be in stm32f1xx_hal_eth.c line 215 while (((heth->Instance)->DM...

STM32F429 / HAL 1.5.2 / I2C read with DMA is broken?

Posted on October 28, 2016 at 14:45 Hello, I'm trying to solve a problem with I2C and the new HAL 1.5.2. Since HAL 1.5.1 very much code was modified in the file stm32f4xx_hal_i2c.c. With version 1.5.1 it worked like that: ...

tobias2 by Associate II
  • 548 Views
  • 1 replies
  • 0 kudos

newbie: where to find an example project with TCP/IP

Posted on July 18, 2016 at 10:46Hi I got my nucleo F7 board and have to set up a project asap which recieves TCP/IP (and ideally sends out SPI). After 2 hours I am still a bit lost. Should I go the STM32CUBEMX path? Or how do I get an example proj...