I'm trying to setup Timer5 of PIC24EP256GP204.With the below settings I'm only getting a 2Hz toggle on the RC7, I was expecting to get about 250ms. #include
#define _ISR_PSV __attribute__((__interrupt__, __auto_psv__))
void timer5in..
#define _ISR_PSV __attribute__((__interrupt__, __auto_psv__))
void timer5in..