Other Parts Discussed in Thread: AWR1443
Tool/software: Code Composer Studio
Hi,
I wanted to add SPI functionality to the mmw demo between the MSP432 and AWR1443. Therefore, in the mmw project i added board.h so i could use the GPIO pins and SPI pins but when i build my project i get the error:
"..\Board.h", line 57: fatal error #1965: cannot open source file "C:/ti/simplelink_msp432_sdk_1_40_01_00/source/ti/drivers/drivers/ADC.h"
Im not sure why im getting this error when i add Board.h to my mmw project and why i dont get this error using a ti resource explorer msp432 spi example.
Thanks