Hi,
I am using both the HRCAP4 and the HRCAP2 resources.
The HRCAP4 ISR works perfectly after setting the PIE bits as per table 1-118 and table 1-119 of the TRM:
PieCtrlRegs.PIEIER5.bit.INTx5=1; // Enable PIE Group 5, INT 5
The HRCAP2 ISR doesn't seem to work at all after setting the PIE bits:
PieCtrlRegs.PIEIER4.bit.INTx8=1; // Enable PIE Group 4, INT 8
This seemed strange to me as I was going off of table 1-118 of the TRM.
Recently, I looked at table 1-119 of the TRM and those bits say "Reserved" instead of HRCAP2.
Is this an issue? If so, how do I enable the ISR for HRCAP2 so I can retrieve the high-resolution data using the TI library? Again, HRCAP4 is working perfectly.
Thanks,
Cyril