Skip to main content
Associate III
March 9, 2026
Solved

RMII STM32H743VIT6 Config

  • March 9, 2026
  • 5 replies
  • 362 views

Hi all!

I'm handling project which use communicate RMII TCP/IP. if i set up CPU clock is 200Mhz as picture 1, the system run OK, i can ping network but my system require CPU clock is 400Mhz. if i set up CPU clock is 400Mhz, the connection between board and serve was intermitten. can you help to take alook and share me solution to set CPU clock 400Mhz and can run RMII.

 
 

 

Best answer by STackPointer64

Hello @khanhcong861989, and welcome to ST community!

After inspecting your IOC, I found some crucial missing configurations, such as MPU settings and the LwIP ETH_RX_BUFFER_CNT, which could hinder your project's functionality. I suggest you read through this article and correct the misconfigurations. If the issue persists, we can further investigate the configurations together.

Best regards,

5 replies

Pavel A.
Super User
March 9, 2026

Adjust the wait states for the internal flash so they match the higher CPU clock?

 

Associate III
March 9, 2026

i ever try ever frequency one by one, it just match highest CPU clock is 200 Mhz.

Pavel A.
Super User
March 9, 2026

What is the number of flash wait states in your program at 200 Mhz and at 400 MHz?

Associate III
March 9, 2026

i don't understand yours question but i send you IOC file, can you help take alook it. 

LCE
Principal II
March 9, 2026

Check the RM what the "eth_clk" source is.

I can only say that for the H723..H735 types, there it is HCLK, which is = CPU / system clock divided by HPRE in RCC_D1CFGR. So for these H7 it can be set e.g. to half of CPU clock.

STackPointer64Best answer
Technical Moderator
March 9, 2026

Hello @khanhcong861989, and welcome to ST community!

After inspecting your IOC, I found some crucial missing configurations, such as MPU settings and the LwIP ETH_RX_BUFFER_CNT, which could hinder your project's functionality. I suggest you read through this article and correct the misconfigurations. If the issue persists, we can further investigate the configurations together.

Best regards,

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.