ETHZ-TEC / RocketLogger

Official development repository of the RocketLogger project.
https://github.com/ETHZ-TEC/RocketLogger/wiki
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Hardware based timestamping using PRU IEP timer capture #66

Closed lsigrist closed 2 years ago

lsigrist commented 2 years ago

Introduce hardware based timestamping of time between two ADC samples (i.e. the DT channel) based on the PRU IEP timer capture functionality.

:warning: Requires hardware modification to work: connect the ADC data ready signal to the edc_latch1_in input, e.g. by wiring extension header pin P8.15 or P8.16 to pin P9.19

For an alternative hardware timestamping using eCAP capture module see #67.

lsigrist commented 2 years ago

Close in favor of #67 that provides the same functionality but requires no RocketLogger hardware changes.