Quantcast
Channel: MPLAB Harmony
Viewing all articles
Browse latest Browse all 7442

Harmony v3 and Input Capture on Curiosity 2.0. I can't understand. (LeMomo)

$
0
0
I am trying to use the Input Capture on my Curiosity 2.0 board and I get a behavior I can't understand.My IC1 Capture handling routine looks like:static void myICAP_1_Handler() {
cap = ICAP1_CaptureBufferRead() - valprv;
TMR3 = 0;
OUT_..

Viewing all articles
Browse latest Browse all 7442