This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AICPUREPATH_STUDIO: "TI_support.h" and "TI_driver.h"

Part Number: AICPUREPATH_STUDIO


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