AllenNeuralDynamics / AllenNeuralDynamics/harp.device.quac

SD Write Card Pipeline

未關閉
#40 0 則留言 0 個 reaction 已指派 1 人 已被 @anjaldoshi 認領 在 GitHub 檢視
firmware
主要語言
C#
星號
0
分支
0
平均合併
2 天 14 小時
30 天內合併 PR
8

描述

High-level, the goal is to be able to transfer data from Harp write message to the SD Card.

## Details

The SD card operates best on sectors of 512 bytes, so it would be advantageous to buffer writes to the SD card except for the last write. We additionally need to do this in a way where we can also compute the SHA256 hash https://github.com/AllenNeuralDynamics/harp.device.quad-dac/issues/27 for each file.

Data will arrive from an extended-format Harp WRITE request.

Here's a speculative architecture diagram:

Image

Since we're only writing data to the card one file at a time, we can reuse the resources above needed for any channel.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。