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.

MSP432P401R: Import the DSP includes into an existing project.

Part Number: MSP432P401R

I have the sample microphone FFT but don't know how to access those includes or transfer to an existing project. The header files that do work are:

#include "msp.h"
#include <stdint.h>
#include <stdbool.h>
#include <math.h>
#include <stdlib.h>
#include <driverlib.h>

I need to get: 

// #include <arm_math.h>
// #include <arm_const_structs.h>

But can't. Thanks for any help.