2019-12-06 11:27 PM
Hello everyone,
I want use USB port as USB OTG but firmware do not support this mode, instead Device and Host modes separately. Where can I read example of USB OTG driver implementation for free?
Thanks in advance
Solved! Go to Solution.
2019-12-07 12:54 AM
OTG is implemented in the pre-Cube, SPL version of the USB drivers, but be prepared that they are written in a very different style from Cube.
JW
2019-12-07 12:54 AM
OTG is implemented in the pre-Cube, SPL version of the USB drivers, but be prepared that they are written in a very different style from Cube.
JW
2019-12-07 01:25 AM
Thanks again, it very helpful also.