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