Tool/software: Code Composer Studio
Hi,
I am using the CCS 10.1.1 for the development. I am creating a network application. And I want to change some ethernet configuration runtime. I get one example code (httpget) from "resource manager" from the library "TI-RTOS for TivaC - 2.16.00.08 ". I found one function EMAC_init(). I am assuming that this function initializing the ethernet configurations. But I can't find where it is doing so. I run the example code in debug mode but still, I can't find where the ethernet configuration is done. Can you guide me on how I can change the default ethernet configuration?