1 Introduction
The MPLAB® Analysis Tool Suite is a collection of analysis tools that integrates with MPLAB X IDE v6.00 or higher, and supports all Microchip MCU, MPU, CEC and DSC devices. It features Code Coverage, MISRA Check, and Thread Safety Check.
The Code Coverage feature provides visibility as to what portions of your code are being executed. The MISRA Check in the IDE provides guidelines to ensure safe, secure, portable and reliable C code in embedded systems. The Thread Safety Check locates static local objects used by multiple threads.