STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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

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