cancel
Showing results for 
Search instead for 
Did you mean: 

USB HOST MSC + CMSIS V1

AGaru
Associate III

Hi all,

i succesfully tested USB HOST drivers in standalone mode on a Nucleo-F746ZG.

In my application i need to use CMSIS, but i can't figure out how to make it work. I am using the same application that i use on the standalone mode but this time i placed it in a thread. I've also tried to use 2 different threads for initialization and the user application. It recognizes the USB drive but it never goes on the state ready. This is due to a status USbH that never goes to OK and stays BUSY.

1 REPLY 1
AGaru
Associate III

Defining USBH_DEBUG_LEVEL   1U i obatined the following debug prints:

1) Working case without CMSIS0690X00000AQvTqQAL.jpg

2)Not working case with CMSIS

0690X00000AQvU5QAL.jpg