Skip to main content
megahercas6
Associate III
January 17, 2017
Question

WizNet W5300 DHCP

  • January 17, 2017
  • 4 replies
  • 1219 views
Posted on January 17, 2017 at 09:16

Hello,

I am working on project where i need to interface STM32F429 to W5300. This is done with FMC SRAM interface. I tested that i have working hardware by reading chip ID, and id did returned 0x5300.

Question is how to get IP address ? I was unable to find any data or examples how to do that, and i am very new with all LAN stuff.

Just if some on need's it, i have project for STM32F429 with FMC connected to W5300
    This topic has been closed for replies.

    4 replies

    ST Technical Moderator
    January 17, 2017
    Posted on January 17, 2017 at 17:19

    Hello

    karpavicius.Linas

    ,

    You should look at the STM3240G-EVAL example which describes how to configure the FSMC controller to access the SRAM memory:STM32Cube_FW_F4_V1.0\Projects\STM324xG_EVAL\Examples\FSMC\FSMC_SRAM

    The datasheet related to your device and the reference manual RM0090, in 'Flexible static memory controller (FSMC)' section, will be your support for more details.

    Regards

    Imen

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    megahercas6
    Associate III
    January 17, 2017
    Posted on January 17, 2017 at 17:32

    As I stated, FMC is working fine, but W5300 does not. I was thanking that some one has this chip running TCP application on stm32 and can help with code

    Andrew Neil
    Super User
    March 7, 2018
    Posted on March 07, 2018 at 16:03

    karpavicius.linas wrote:

    FMC is working fine, but W5300 does not.

    W5300

     is not an ST Product - you need to contact Wiznet for support with their products!

    But what is the point of using a W5300

    with an STM32 anyhow? Surely an STM32 is perfectly capable of running a TCP/IP stack itself?!

    And there are plenty of examples of doing that!

     i am very new with all LAN stuff.

    That is clearly something that you are going to need to study for this project!

    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.