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.

LAUNCHXL-CC1310: Can I remapp the SPI0 lines in CC1310_LAUNCHXL.h?

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

Hi everyone,

Just to be quick, can I do the following?

#define CC1310_LAUNCHXL_SPI0_MISO             IOID_8          /* RF1.20 */
#define CC1310_LAUNCHXL_SPI0_MOSI             IOID_11//IOID_9//          /* RF1.18 */
#define CC1310_LAUNCHXL_SPI0_CLK              IOID_10         /* RF1.16 */
#define CC1310_LAUNCHXL_SPI0_CSN              IOID_9//IOID_11//

The project in which I did this is rfEchoTx

Thanks in advance,

-Chandrasekhar DVS