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).
- Host: GitHub
- URL: https://github.com/embeddedalpha/stm32f411_usb_driver
- Owner: embeddedalpha
- License: mit
- Created: 2022-08-08T05:16:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T04:15:53.000Z (over 3 years ago)
- Last Synced: 2025-01-12T00:28:43.348Z (about 1 year ago)
- Language: C
- Size: 996 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```