I am porting the starterWare usb_host_msc over to my own bare metal platform. I use the RVDS4.1 compiler. Anyway, it is all ported and my platform gets to the NODEV> prompt but when I insert a thumb drive the call back function, MSCCallback, is not called. Is there some sort of OS Timer or something running when I load the CCS version of usb_host_msc through JTAG that I am missing? My platform works great if I load usb_host_msc through JTAG under CCS.
Thanks for any hints, Brad