fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 75 forks source link

Oscilloscope: 12-bit trigger support #111

Open bessman opened 3 years ago

bessman commented 3 years ago

In the old firmware there is an attempt to implement 12-bit resolution for multichannel capture, but it doesn't work for an unknown reason. It should be possible to get it working in the new firmware.

CloudyPadmal commented 3 years ago

I'm not sure if this can be implemented since we can only use CH0 channel for 12 bits 🤔

ADC

Ref: PIC24 ADC Appnote - https://ww1.microchip.com/downloads/en/DeviceDoc/70621c.pdf

bessman commented 3 years ago

You are right. We might be able to implement trigger support for 12-bit capture though. I'll edit the title of this issue accordingly.