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 eddy current sensor to support sampling “trigger” + “done” output #332

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 eddy current sensor to support a triggering of the sensor, have it perform the acquisition and sampling, then assert a done signal once completed.

The eddy current sensor should act similarly to the ADC.

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.