I am using TI-RTOS 2.16.1.14 with the MSP430F5632. When I try to set up the Hwi for GPIO Port 2, I get the following error:
"Hwi 44 is already in use by portP2Hwi (function: &ti_sysbios_family_msp430_Timer_periodicStub__E)"
I have the TimestampProvider module set to Timer Id 2 (A2), so I may still be using the MSP430F5229 Interrupt Vectors in which vector 44 corresponds to TA2CCR0? But if I try to set up an Hwi with Interrupt number 40 for Timer A2, I get this error:
"Hwi 40 is already in use by timerA2Hwi (function: &ti_sysbios_family_msp430_Timer_periodicStub__E)"
I have the Clock Module set to Timer Id 0 with no instances, and I am not using the Timer Module. I have also changed the Platform to ti.platforms.msp430:MSP430F5632 in Properties -> CCS General -> RTSC.
Is there something that needs to be changed for this to work?