Hello,
I'm working on C6748 EVM, CCS5, bios_5_41_11_38, ndk_2_20_06_35, nsp_1_00_00_09.
There's a emacHooks.c, where in EMAC_initialize() function:
/* configure the GPIO control and timer global registers */
GPIO_CONTROL_REG = 0x00000000;
TIMER_GLOBAL_REG = 0x00000007;
Are these code lines required for proper EMAC functionality and why?
Thank you.