Other Parts Discussed in Thread: AM3356, SYSBIOS
Hello,
I wanna add some usb msc host driver to the sysbios kernel and I found that there is a usblib and some examples in the starterware 2.0.1.1. So I am trying to migrate the sample code to a sysbios application. The microchip I use is am3356.
When the app run, it failed at the cppi41dmainit. And I traced in the function and found that it haven't defined am335x or am335x_15x15. So I want to know where to define it ?
I have looked at the original project but hadn't found the definition. The project I referred to is usb_host_msc in evmAM335x.