Tool/software:
Hi, my customer is working to build drivers for STM32 using AICPUREPATH_STUDIO. We were wondering where the files "TI_support.h" and "TI_driver.h" can be found, as included in the geenrated pps_driver.c file:
// Include files #include <stdio.h> #include "TI_support.h" #include "pps_driver.h" #include "TI_driver.h"
Are these files necessary for generating drivers for MCU using ZephyrOS?
Thanks,
Tristan