Other Parts Discussed in Thread: BOOSTXL-EDUMKII
Download latest MSPWare ( e.g. MSPWare_2_40_00_37 )
from : http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPWare/latest/index_FDS.html
using Code Composer Studio Version: 6.1.1.00022
Import Development Tools / MSP-EXP432P401R / BoosterPack Examples /
BOOSTXL-EDUMKII_MicrophoneFFT_MSP432P401R
( from MSPWare_2_40_00_37 )
Build the project
get warnings / errors
#225-D function "__NOP" declared implicitly core_cm4.h /BOOSTXL-EDUMKII_MicrophoneFFT_MSP432P401R/CMSIS/Include line 1789 C/C++ Problem
*** In my experience a warning like this indicates that the preprocessor #define __NOP was not included
*** Since __NOP is #defined as a macro in cmsis_armcc_V6.h I was assuming that the warning meant that the macro __NOP was not defined when it was reached in cor_cm4.h.
Attached file has screenshots