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

Debug ADC issue with timing manager #370

Closed annikaolson closed 2 months ago

annikaolson commented 2 months ago

When ADC is enabled in the timing manager, the AMDC halts, and just stops. It doesn't fail to the point where all the LEDs are red, but it seems to pause at its current state.

NOTE from 04/09 meeting: the ADC on the REV E board on the bench is broken. Test on REV F and see if that is working.

The encoder and eddy current sensors work fine - if it is not working on REV F, take a look at the Verilog code for the eddy as it works pretty similar to the ADC.

annikaolson commented 2 months ago

This was resolved by testing on REV F, the ADC no longer stops - must have just been the issue with it not working on REV E