2021-08-01 11:35 PM
Hi ,
I want to configure the ethernet for STM32f469IITx how can I do it and how can I test the working.
Solved! Go to Solution.
2021-08-02 03:48 PM
> configure the ethernet
This is very vague. If you want to set up LwIP, there are examples within CubeMX which use ethernet. Use one of those for reference. The code will be different if you're on a custom board.
> how can I test the working.
This is also very vague. Typically you determine what you want to work and design tests to ensure those things function properly.
2021-08-02 03:48 PM
> configure the ethernet
This is very vague. If you want to set up LwIP, there are examples within CubeMX which use ethernet. Use one of those for reference. The code will be different if you're on a custom board.
> how can I test the working.
This is also very vague. Typically you determine what you want to work and design tests to ensure those things function properly.