ddworken / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
Other
0 stars 1 forks source link

Support in SPI for CS (low-high enable) vs. CS# (high-low enable) #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Certain SPI flash chips -- for example, the National Semiconductor
NMC93C56 -- utilize a high CS for selection, whereas SPI.c is hardwired
for low CS.

While two workarounds are to use an inverter or ]0x00[ writes instead of 
[0x00], it would be more consistent to offer an option for the idle CS state 
during SPI mode setup.

Original issue reported on code.google.com by dan.be...@gmail.com on 8 Jul 2010 at 7:04

GoogleCodeExporter commented 9 years ago
new feature added.

Original comment by ianles...@gmail.com on 15 Aug 2010 at 8:07