cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet

Trinu
Associate III

Hi ,

I want to configure the ethernet for STM32f469IITx how can I do it and how can I test the working.

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

> 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.

https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Applications/LwIP

> 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.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
TDK
Super User

> 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.

https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Applications/LwIP

> 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.

If you feel a post has answered your question, please click "Accept as Solution".