Hi
I have AM335x EVM and want to run StarterWare2.00.00.07 example "enet_echo". But, I cannot available PHY. Specifically, PHY Alive Status register is 0 after initialization.
Any help much apprechiated.
Regards,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I have AM335x EVM and want to run StarterWare2.00.00.07 example "enet_echo". But, I cannot available PHY. Specifically, PHY Alive Status register is 0 after initialization.
Any help much apprechiated.
Regards,
HI Yuta,
What all modification you have done to the code ? Are you checking the PHY alive status register after calling MDIOInit() function? The register will be reflected with proper value only after MDIO is initialized.
Regards,
Sujith.
Hi Yuta,
No need to modify lwipopts.h and opt.h. Is the prebuilt binary for enet_echo in the package working ?
Regards,
Sujith.
Pre-built binary for enet_echo is working well. But, example code is not working.
I created new project in CCSv5 and configure include path. Then, I modified SECTION .text and .bss into DDR0 from L3OCMC0 at "AM3358.cmd". Because the error #10099-D was outputted. This error says "run placement fails for object".
Regards, Yuta.