PIC24 Support Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
change_latency.c File Reference
#include "pic24_all.h"

Go to the source code of this file.

Functions

int main (void)
 

Detailed Description

Measure latency using change notification. RB2 drives RB3 to generate an CN interrupt. Need to run this with a slow clock to avoid external loading effecting CN triggering point. With FCY = 4 MHz, got 8 FYCs high period, 8 FYCs low period.

Definition in file change_latency.c.

Function Documentation

int main ( void  )

PIO

Configure Change Notification general interrupt

Definition at line 49 of file change_latency.c.