Part Number: MSP430FR2675
Other Parts Discussed in Thread: MSPBSL, , MSP430FR2676
After downloading the MSPBSL_CustomBSL430, I'm trying to get the CCS_v7_MSP430F522x_I2C example to compile, but I'm getting a number of errors:
#20 identifier "TZ_CLK_SEL" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 146 C/C++ Problem
#20 identifier "TZNCCR_RX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 323 C/C++ Problem
#20 identifier "TZNCCR_TX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 369 C/C++ Problem
#20 identifier "TZNCCTL_RX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 320 C/C++ Problem
#20 identifier "TZNCCTL_TX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 145 C/C++ Problem
#20 identifier "TZNCCTL_TX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 377 C/C++ Problem
#20 identifier "TZNCCTL_TX" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 390 C/C++ Problem
#20 identifier "TZNCTL" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 146 C/C++ Problem
#20 identifier "TZNR" is undefined BSL430_PI_TA.c /BSL_bootloader/Peripheral_Interfaces line 369 C/C++ Problem
gmake: *** [Peripheral_Interfaces/BSL430_PI_TA.obj] Error 1 BSL_bootloader C/C++ Problem
gmake: Target 'all' not remade because of errors. BSL_bootloader C/C++ Problem
How/where are these unidentified labels supposed to be defined? Where can I find custom BSL source code (to use as a starting point) that is compatible with the MSP430FR2675?

