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.