ARMmbed / ci-test-shield

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

I2C Flash BOM Update #36

Open BlackstoneEngineering opened 7 years ago

BlackstoneEngineering commented 7 years ago

Suggested update: update I2C Flash chip to 512KB version (http://www.digikey.com/product-detail/en/microchip-technology/24LC512-I-SN/24LC512-I-SN-ND/2270915 ) so it can be used with the FS Tests. current one is too small.

It is identical, should be drop in replacement.

Priority: nice to have

BlackstoneEngineering commented 7 years ago

@andcor02 @geky - added based on conversation with geky, should be changed for next minor revision or major revision.

geky commented 7 years ago

So, we've actually made several big improvements to the fatfs over in mbed OS. Soon we should be able to fit the fatfs onto the 32KB I2C chips currently on the CI shield (related pr https://github.com/ARMmbed/mbed-os/pull/3936). The eeprom upgrade is probably not necessary at this point.

For anything that needs a bigger size the addition of a spi flash chip is probably much more useful (https://github.com/ARMmbed/ci-test-shield/issues/37)

BlackstoneEngineering commented 7 years ago

Still intending to add bigger flash size for other reasons (update, more expansive logging). @geky Should we add a FATFS test to the CI Test Shield list of tests?

@senthilr @mray19027 to track