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.

TIRTOS EXAMPLES OPENING THE WRONG BOARD FOR THE CC2650 SENSORTAG

Other Parts Discussed in Thread: BLE-STACK

I recently acquired a sensortag reference CC2650SensorTag rev 1.2, I am trying to connect it to an accelerometer (an external one not the one included) via SPI, I opened a project using the TIRTOS for simplelink add on on the CCS (see picture)

when I open Board.h this is the pin definition I get for the SPI0CLK

but when I open the sensortag example from the BLE stack the pin definition looks like this..

why do they have a different SPI0_CLK? which one is the correct one ? or is it something I have to change in the configuration?