This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BOOST-CCEMADAPTER: MSP430F5529 Launchpad with CC1120

Part Number: BOOST-CCEMADAPTER
Other Parts Discussed in Thread: MSP430F5529, SIMPLICITI, CC1310, CC1120

I have a CC1120EMK which I have connected to a MSP430F5529 Launchpad using the Boost-CCEM Adapter. I am trying to run a Simpliciti example project , Simple Peer to Peer given for TrxEB in the 1.2.1 Beta version, with the BSP files of MSP430F5529 . But I receive the following error in Line 756 of mrfi_radio.c while building

"ERROR:  Mismatch with specified vector and actual ISR."

There is a comment in the code 

"The most likely fix is to modify the vector in the above ISR.
This compile time check would need updated too."

Which vector should I modify, the MRFI_GDO0_INT_VECTOR or PORT1_VECTOR? And how am I supposed to do that?