NUCLEO-H743ZI ethernet protocol with keil
I want to start the ethernet protocol with NUCLEO-H743ZI. For this I used the following tutorials :
https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308
https://github.com/stm32-hotspot/STM32H7-LwIP-Examples/tree/v1.2_ide_v1.9.0
and I was able to do the ping operation with CUBEIDE, but my main goal is to use Keil. And when I go through exactly the same steps for Keil, it doesn't get pinged.
note: I found that I had to put "DEBUG" on mode "trace". When I didn't do the work, the microcontroller didn't do anything (not even flashing).
CUBEMX version 6.4.0
STM32CubeH7 version 1.9.0
KEIL version 5.36.0.0
