mirror of
https://github.com/dkgrizzly/GreenSCSI.git
synced 2024-11-26 01:49:17 +00:00
21 lines
705 B
Markdown
21 lines
705 B
Markdown
# ArdSCSino-stm32
|
|
|
|
ArdSCSino-stm32 is the STM32 version of ArdSCSino created by Tambo (TNB Seisakusho) (https://twitter.com/h_koma2)
|
|
ArdSCSino is hardware that reproduces SCSI devices (hard disks) with arduino.
|
|
We will publish it with permission.
|
|
|
|
# Setup
|
|
* I am using Arduino Software (IDE) V1.8.8.
|
|
|
|
Tools-> Boards-> Board Manager-> Search Filters
|
|
Search and install "Arduino SAM board (32-bit ARM Cortex-M3)"
|
|
Select the board "Generic STM32F103C series"
|
|
|
|
I am using the following as a library.
|
|
|
|
SDFAT (https://github.com/greiman/SdFat)
|
|
|
|
Arduino_STM32 (https://github.com/rogerclarkmelbourne/Arduino_STM32/releases/tag/v1.0.0)
|
|
|
|
I am using the following as a micro SD CARD adapter: Hirose DM3AT-SF-PEJM5
|