ARMmbed / ci-test-shield

mbed CI Test Shield
Apache License 2.0
9 stars 36 forks source link

Add SPI Flash chip #37

Open BlackstoneEngineering opened 7 years ago

BlackstoneEngineering commented 7 years ago

Suggestion

Add SPI Flash chip to CI Test shiled

Reason

Most deployments will use SPI Flash, not SD Cards. It makes sense to add a SPI Flash chip to the next version of the CI Test shield.

Implementation

Add 16MB SPI Flash chip to board, add CS Line to... not D0/D1.

BlackstoneEngineering commented 7 years ago

@chris-styles @andcor02 - based on conversation with Chris. May be too late to implement in 2.0.x design, may wait till next major rev to implement, but should be added in future.

bridadan commented 7 years ago

To avoid the flash wearing out, you might also consider using volatile storage, something closer to a RAM chip. Though this may have complications depending on the different test scenarios you have.