Part Number: MSP430FR2632
Hi team,
I am looking for some software support for Captivate and MSP430FR2632. I seem to be missing a bunch of needed functions that I needed to provide stubs for – it this expected?
I ran Captivate for the MSP430FR2632 and created a code base with the sensors that I desired. I am using IAR and I am unable to link due to the follow missing functions. I assume that I missed a step, is there someone that has compiled for the 2632 that might be able to point in the right direction?
void CAPT_init(void)
void CAPT_initSensor(tSensor *pSensor)
void CAPT_calibrateSensor(tSensor *pSensor)
and
bool CAPT_testForMaxCountRecalibration(tSensor *pSensor)
bool CAPT_testForNegativeTouchRecalibration(tSensor *pSensor)
bool CAPT_testForRecalibration(tSensor *pSensor)
void CAPT_updateSensor(tSensor *pSensor, uint8_t ui8LPM)
uint16_t CAPT_getInterruptVector(void)
Thank you.