|
2 år sedan | |
---|---|---|
.metadata | 2 år sedan | |
.settings | 2 år sedan | |
Core | 2 år sedan | |
Drivers | 2 år sedan | |
Middlewares | 2 år sedan | |
.cproject | 2 år sedan | |
.gitignore | 2 år sedan | |
.gitmodules | 2 år sedan | |
.mxproject | 2 år sedan | |
.project | 2 år sedan | |
README.md | 2 år sedan | |
STM32F730Z8TX_FLASH.ld | 2 år sedan | |
STM32F730Z8TX_RAM.ld | 2 år sedan | |
ide-usb Debug.launch | 2 år sedan | |
ide-usb Release.launch | 2 år sedan | |
ide-usb.ioc | 2 år sedan | |
mx.scratch | 2 år sedan |
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.