A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
sorry my mistake i am talking about on stm32h753 chip
Ethernet is not UART or SPI, it's a set of complex hardware and software staff.
So what hardware are you using? and what Ethernet stack you will be using?
Did you check my previous comment?
"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Could you please provide your STM32CubeMX configuration file (.ioc) so I can verify your setup? Additionally, if possible, please share your schematics and project files. This will help me pinpoint the root cause of the issue and guide you toward a solution.
To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.
Attached below is a working Ethernet project using LwIP and FreeRTOS v1 on the STM32H753ZITx. You can use theCompare Projectstool in STM32CubeMX to compare this working project with your configuration, identify differences, and update your settings accordingly. Similarly, you can compare the rest of the project files to spot any discrepancies.
Although this example is a UDP echo server, you can certainly modify it to fit your specific needs. For a detailed walkthrough of the steps, please refer to the article linked below.
Do you have any updates regarding your issue? Were you able to resolve it? If so, please remember to mark the response that helped you as a solution by clicking Accept As Solution. This will help other users benefit from the information as well.
Best regards,
To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.