ECAP/HRCAP IP remains the same across F28 and F29 devices.
The hw_hrcap.h file is not available in F29 driverlib. All the registers are part of hw_ecap.h itself. The driverlib source is updated to use these macros instead
- Note
- The HRCAP registers HRCLR and HRFRC are write-only registers. Any read attempts to this register causes NMI. Application using bitfield based code must update the code accordingly. Note that the following code does a read-modify-write and will cause NMI.
-
HrCap6Regs.HRCLR.CALIBINT = 1;
Driverlib API mapping
All APIs are compatible