Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Extend ADC to support sampling “trigger” + “done” output #325

Closed annikaolson closed 8 months ago

annikaolson commented 9 months ago

This is a sub-issue of #323.

The goal here is to modify the ADC to support a triggering of the sensor, have it perform the acquisition and sampling, then assert a done signal once completed.

The ADC should inherently have this trigger/sample/transmit style.

The done signal will be sent to the soon-to-be implemented timing manager IP core, which also sends over the trigger signal.

Place any steps here after completion of #330.