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