fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oscilloscope: 12-bit trigger support

bessman opened this issue · comments

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.

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

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.