Line: 1 to 1 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | |||||||||||||||||
Line: 197 to 197 | |||||||||||||||||
Serial EEPROM Connected to Centronics Connector (Switches and LEDs) | |||||||||||||||||
Changed: | |||||||||||||||||
< < | Sharing the LED and Switch port, you loose two LEDs and one switch. Conflict with the bootstrap loader, some sort of disable EEPROM needed e.g. switch or jumper. | ||||||||||||||||
> > | Sharing the LED and Switch port, you loose two LEDs and one switch. Possible conflict with the bootstrap loader, if there is a read sequence (CS and read pattern 0000 0011). | ||||||||||||||||
| |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
| ||||||||||||||||
| |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
| ||||||||||||||||
| |||||||||||||||||
Line: 211 to 211 | |||||||||||||||||
Raspberry Pi can emulate SPI EEPROM. On RaspiElf the switches/LEDs are already connected to Raspi's GPIOs. No need for additional hardware. But I have to write an SPI server for the Raspberry Pi. | |||||||||||||||||
Added: | |||||||||||||||||
> > | Raspi's SPI interfaces can't be used because of conflicting port usage.
| ||||||||||||||||
Serial EEPROM patched on MC PCB | |||||||||||||||||
Changed: | |||||||||||||||||
< < | SPI Mode 0, data is always latched in on the rising edge of SCK and always output on the falling edge of SCK. | ||||||||||||||||
> > | SPI Mode 0, data is always latched in on the rising edge of SCK and always output on the falling edge of SCK. For CS one output port bis is needed e.g. O7. | ||||||||||||||||
| |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
| ||||||||||||||||
|