*Work In Progress*
Create a New MPLAB Project
- Open MPLAB X IDE and start a new project by selecting File > New Project.
- Choose the appropriate MCU device for your project.
Copy Core MCU Framework
- Copy the Core MCU Framework files into your project directory, specifically under the folder src.
Enable or Disable Core MCU Framework Components
- Modify the project configuration to include or exclude specific Core MCU Framework components based on your project requirements.
- This is done by editing the file corexx.h – and commenting out or uncommenting the required HAL Interfaces.
Create a Build with Selected Components
- Set up a new build configuration that compiles only the components you need. This ensures the final project is optimized for your specific use case.