Hi
I am using nuvoton RDK-N9H30 development board for ethernet development
The microprocessor in this development board had built-in ethernet
I have downloaded sample code from github and nuvoton website
But the ethernet is not working
So need some basics and sample code regarding ethernet
Please someone do the needful
Thanks
R Sridhar
yes
my code gets compiled and flashed succesfully
but not working properly
i do not have debugger for this microprocessor
debugging is a key part of development - you can't expect to just write code, download it, and be done.
www.avrfreaks.net/.../2418156
You really need a debugger!
Otherwise, how are you going to find out what's going wrong with your code?
Most chip makers nowadays have low-cost development boards with a built-in debugger.
In the absence of a debugger, you're going to have to use old-school methods like printf(), LEDs, etc.
www.avrfreaks.net/.../how-do-i-check-life-signs-scope-atmega2560-standalone
Have you used something like Wireshark to see what (if anything) is actually happening on the Ethernet?
I will check into that wireshark
and my other GUI and pheripherals are working properly
only having issue with ethernet
As you suggested i will buy a segger j-link debugger