Per Mårtensson cdbb22ca5b Added USB serial | hace 1 año | |
---|---|---|
.metadata | hace 1 año | |
.settings | hace 1 año | |
Core | hace 1 año | |
Drivers | hace 1 año | |
Middlewares | hace 1 año | |
.cproject | hace 1 año | |
.gitignore | hace 1 año | |
.gitmodules | hace 1 año | |
.mxproject | hace 1 año | |
.project | hace 1 año | |
README.md | hace 1 año | |
STM32F730Z8TX_FLASH.ld | hace 1 año | |
STM32F730Z8TX_RAM.ld | hace 1 año | |
ide-usb Debug.launch | hace 1 año | |
ide-usb Release.launch | hace 1 año | |
ide-usb.ioc | hace 1 año | |
mx.scratch | hace 1 año |
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.