STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

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

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