Skip to main content
Associate
June 6, 2025
Solved

E801 on STM32H743

  • June 6, 2025
  • 1 reply
  • 313 views

Following are my configuration in detailed. I have analyzed and validated network on MX. However, after compileing code by MDK and flashing .hex on board, i reset the board and do not see any print on virtual tyy.

following are the set on MX:

RCC

WenSulei_0-1749222193914.png

SYS

WenSulei_1-1749222212743.png

WenSulei_2-1749222227316.png

connectivity

WenSulei_4-1749222945188.png

 

packs

WenSulei_3-1749222253323.png

WenSulei_5-1749222970369.pngWenSulei_6-1749222980314.png

projcet manager

WenSulei_7-1749223007205.pngWenSulei_8-1749223019808.png

compile in mdk

WenSulei_9-1749223091431.png

WenSulei_10-1749223099134.png

WenSulei_11-1749223113500.png

flash hex file in board

WenSulei_12-1749223205135.png

fail because of sths:

WenSulei_13-1749223296958.png

 

please help me to find problems

 

 

Best answer by WenSulei

I have solve my problems by myself.

WenSulei_0-1749368679523.png

1. you need to confirm that you make everything OK on MX, especially clock configuration and correct pin nodes for usart.

~ If you think everything you set is correct, you can reset your board after compiling and flashing the code. After that, you can see  information like 

WenSulei_1-1749368929033.png

.

Be careful about the set of 

WenSulei_2-1749369317846.png

After you configure the set of ai pack, HSE may change back to bypass clock source and clock configuration may change by mx itself, which will lead error for  SystemClock_Config.

2. reboot your board ***, and valid your network again.

1 reply

WenSuleiAuthorBest answer
Associate
June 8, 2025

I have solve my problems by myself.

WenSulei_0-1749368679523.png

1. you need to confirm that you make everything OK on MX, especially clock configuration and correct pin nodes for usart.

~ If you think everything you set is correct, you can reset your board after compiling and flashing the code. After that, you can see  information like 

WenSulei_1-1749368929033.png

.

Be careful about the set of 

WenSulei_2-1749369317846.png

After you configure the set of ai pack, HSE may change back to bypass clock source and clock configuration may change by mx itself, which will lead error for  SystemClock_Config.

2. reboot your board ***, and valid your network again.