Other Parts Discussed in Thread: SYSCONFIG
Hi,
I'm trying to get the CPSW running. I found an example and it's actually working, but for some reason, it's using the ClockP module and if I removed the ClockP_init, it gets stuck in the initialization.
I want to eliminate the ClockP module from my project as I already use another GPTIMER for the timings. Is there anyway I can get the Ethernet working without the need to the ClockP module ? I found that it cannot be done directly from the Sysconfig. So, what do I need to change in the code sequence ?
and why does the ethernet module and the modules around it (like: I2C, and UDMA) need the ClockP ?
thank you in advance.