Hi. We are using TI's Hercules RM48L952ZWT board. After USB Host drivers are initialized a red light, next to nhet1(27) white led, on the Hercules board turns on. What type of error does this red light indicate? It happens when we try to enable the clock for the USB Host controller
i.e,
/* ------------- USB CLOCK INITIALIZATION ------------- */
BSP_SYS_REG_PLLCTL3 (systemREG2 address 0xFFFFE100) = 0x200; /* En the clock for the Host controller */
....
Should we have enabled something morein HalCoGen for this to work for USB Host? We have the box checked in PINMUX USBHost0. Thank you.