mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2024-12-31 23:31:20 +00:00
c693c7fac1
- A USB Bootloader is now used. Use either the bootloader host supplied with PSoC Creator 3.0, or else the standalone app included with Cypress AN73503. You have 2 seconds between connecting the USB cable and hitting the "program" button. - The bootloaderhost program included in this repository doesn't quite work yet. When functional it should simplify firmware updates on Linux and Mac OSX - Fixed an error in the parts spreadsheet which had a 22k resistor for USB termination instead of a 22 Ohm resistor. - Updated parts spreadsheet with part number of PSoC actually used (CY8C5267AXI-LP051).
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
- Configuration options cannot be set via USB. Must use the USB bootloader to
|
|
load a new firmware instead.
|
|
- SCSI ID hardcoded to 0
|
|
- Partity checking is on
|
|
- Unit Attention Condition is off
|
|
|
|
- DMA is not used for SPI transfers
|
|
- Parity checking not implemented for the PSoC Datapath implementation
|
|
|