Nav apraksta

Per Mårtensson cdbb22ca5b Added USB serial 1 gadu atpakaļ
.metadata a8b800b339 First commit 1 gadu atpakaļ
.settings a8b800b339 First commit 1 gadu atpakaļ
Core cdbb22ca5b Added USB serial 1 gadu atpakaļ
Drivers a8b800b339 First commit 1 gadu atpakaļ
Middlewares a8b800b339 First commit 1 gadu atpakaļ
.cproject a8b800b339 First commit 1 gadu atpakaļ
.gitignore a8b800b339 First commit 1 gadu atpakaļ
.gitmodules a8b800b339 First commit 1 gadu atpakaļ
.mxproject a8b800b339 First commit 1 gadu atpakaļ
.project a8b800b339 First commit 1 gadu atpakaļ
README.md a8b800b339 First commit 1 gadu atpakaļ
STM32F730Z8TX_FLASH.ld a8b800b339 First commit 1 gadu atpakaļ
STM32F730Z8TX_RAM.ld a8b800b339 First commit 1 gadu atpakaļ
ide-usb Debug.launch a8b800b339 First commit 1 gadu atpakaļ
ide-usb Release.launch a8b800b339 First commit 1 gadu atpakaļ
ide-usb.ioc cdbb22ca5b Added USB serial 1 gadu atpakaļ
mx.scratch cdbb22ca5b Added USB serial 1 gadu atpakaļ

README.md

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.