cancel
Showing results for 
Search instead for 
Did you mean: 

I have an STM32F7508-DK board and have a makefile based baremetal project. Is there any bare metal USB drivers (for MSC) that I can use (not HAL drivers)?

Manoj E
Associate
 
3 REPLIES 3

You might want to check what commercial stacks offer.

O​ther than that you could perhaps compile as a library and then link that to your register level code. Or tolerate a hybrid approach.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks, I guess the library option is one way to go. Do you know of any guide that I can follow or any reference examples?