An open API service indexing awesome lists of open source software.

https://github.com/embeddedalpha/stm32f411_usb_driver

Baremetal Driver for USB FS. Driver includes Device, Host and OTG (Host and OTG to be added later).
https://github.com/embeddedalpha/stm32f411_usb_driver

Last synced: about 1 year ago
JSON representation

Baremetal Driver for USB FS. Driver includes Device, Host and OTG (Host and OTG to be added later).

Awesome Lists containing this project

README

          

# Baremetal USB Driver for STM32F411CE


1. Device
2. Host
3. OTG

### To test the USB Driver :


Run this command on your linux machine:

```bash
sudo tail -f /var/log/syslog
```