Skip to main content
Manoj E
Associate
September 14, 2022
Question

STM32F7508-DK bare metal USB MSC drivers ?

  • September 14, 2022
  • 2 replies
  • 908 views

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)?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 14, 2022

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Manoj E
Manoj EAuthor
Associate
September 14, 2022

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?

Piranha
Principal III
September 14, 2022