Per Mårtensson cdbb22ca5b Added USB serial | пре 1 година | |
---|---|---|
.metadata | пре 1 година | |
.settings | пре 1 година | |
Core | пре 1 година | |
Drivers | пре 1 година | |
Middlewares | пре 1 година | |
.cproject | пре 1 година | |
.gitignore | пре 1 година | |
.gitmodules | пре 1 година | |
.mxproject | пре 1 година | |
.project | пре 1 година | |
README.md | пре 1 година | |
STM32F730Z8TX_FLASH.ld | пре 1 година | |
STM32F730Z8TX_RAM.ld | пре 1 година | |
ide-usb Debug.launch | пре 1 година | |
ide-usb Release.launch | пре 1 година | |
ide-usb.ioc | пре 1 година | |
mx.scratch | пре 1 година |
Implementation of an USB-IDE/PATA converter on a STM32F730Z converts an old IDE hard drive in a standard USB mass storage device, thus no drivers are required on the PC side. USB is limited to 2.0
Based on FreeRTOS and TinyUSB; the IDE/PATA driver is written from scratch using GPIOs, inspired by similar projects on the 8051 and Raspberry PI.
The board is mounted on a custom PCB which can be found here.
Developed as exam project for the Progettazione di Sistemi Operativi course @ Università degli Studi di Milano.