Differences
This shows you the differences between two versions of the page.
| boards:ecb:diskio-v3:start [2019/07/21 16:28] – Initial import from Wayback Machine | boards:ecb:diskio-v3:start [2026/06/15 12:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| /* Imported from Wayback Machine | /* Imported from Wayback Machine | ||
| | | ||
| - | | + | |
| | | ||
| */ | */ | ||
| Line 362: | Line 362: | ||
| //IDE Support:// | //IDE Support:// | ||
| - | The DISK IO V3 board implements the IDE interface via PPIDE. | + | The DISK IO V3 board implements the IDE interface via PPIDE. |
| + | |||
| + | To enable IDE support and set the number of interfaces available, update | ||
| + | |||
| + | SBC_std_cust.asm | ||
| <code code> | <code code> | ||
| PPIDEENABLE | PPIDEENABLE | ||
| - | PPIDEMODE | + | PPIDECNT |
| + | </ | ||
| + | |||
| + | Further customization of ports and IDE modes done by adding and changing these definitions in your customer configuration file. | ||
| + | |||
| + | <code code> | ||
| + | PPIDE0BASE | ||
| + | PPIDE0A8BIT | ||
| + | PPIDE0B8BIT | ||
| + | PPIDE1BASE | ||
| + | PPIDE1A8BIT | ||
| + | PPIDE1B8BIT | ||
| + | PPIDE2BASE | ||
| + | PPIDE2A8BIT | ||
| + | PPIDE2B8BIT | ||
| </ | </ | ||
| - | Make sure that IDEENABLE is set back to false: | + | Make sure that IDEENABLE is set back to false unless you have another device with has a true IDE interface: |
| <code code> | <code code> | ||
