User Story #490
closedCUBICS - Feature #402: Demonstrate feature rich Fprime implementation on a Raspberry pi (ARM)
Interface with an micro SD card breakout board
Description
Who: Software team
What: Create an Fprime component that will interface with a micro SD breakout board using SPI to store data on flash.
Why: Demonstrates the use of SPI to read and write data from external flash memory. This will be used to store data from the Arducam sensor captures so that it can then be downlinked to the GDS at a later time.
How: Create an Fprime component within the cubics obc project that does this. Use an adafruit microsd card breakout board found in the project room.
Updated by Devin Headrick almost 2 years ago
- Project changed from CUBICS to Sprint 005
Updated by Devin Headrick almost 2 years ago
- Status changed from New to Closed
- Success Criteria set to Working
Spent quite a bit of time fighting with this not making progress. Spoke with Robert and the SD cards we will likely be working with on the Xiphos q7 have SDIO controllers, so there would be no need for communicating with an SD card via SPI anyway.