Other Parts Discussed in Thread: TMDXRM46HDK, HALCOGEN
I am using RM46L852ZWT EV KIT, TMDXRM46HDK
I downloaded the source code from the GIT address and tried to run it.
The result shows that Hardware init failed as follows.
HERCULES MICROCONTROLLERS
Texas Instruments
Little Endian device
Initializing ethernet (DHCP)
DEBUG - Getting PHY ID....SUCCESS
DEBUG - Getting PHY Alive Status...SUCCESS
DEBUG - Getting PHY Link Status...SUCCESS
..DONE
-------- ERROR INITIALIZING HARDWARE --------
If you look at the ethernet operation video on YouTube, the server address comes out after initialization, and you can connect to it from your PC.
www.youtube.com/watch
I would like to know if there is anything I need to check in the source code or on my PC, or if there are any additional settings I need to make.
The last thing I need to do is to communicate 100 bytes with the PC via Ethernet every 10ms.
I would also like to request a test code for Ethernet data communication.