Skip to main content
Visitor II
August 2, 2021
Solved

Ethernet

  • August 2, 2021
  • 1 reply
  • 904 views

Hi ,

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

    This topic has been closed for replies.
    Best answer by TDK

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

    1 reply

    TDKAnswer
    Super User
    August 2, 2021

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