Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Require information to ping dp83848 PHY on my custom board.

Hello! I am using Cyclone 2 device on my custom board. I also have dp83848 ethernet phy. I am trying to ping it. I have EPCS16 as my memory device, i am trying to allocate onchip memory for .bss, .rodata, .stack, .heap and other sections in bsp editor. But it shows an error saying onchip memory overflows. Is there any inbuilt design available to communicate with the ethernet phy. I tried triple speed ethernet component from sopc builder and also the simple socket server from nios application from template. I am not having enough idea to set proper parameters and other settings which is why I am not able to proceed. please... any advice is welcome. guide me through.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'm pretty (really quite) sure that you won't have enough on-chip memory available to support the simple socket server example. Do you not have any external RAM available? Without that I suspect you'll struggle to use the triple speed Ethernet component with any of the example code.

    Cheers,

    Alex
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There's no way a Cyclone II has enough on-chip memory to run Ethernet software.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you so much for your reply. I will add an external ram and try.