Other Parts Discussed in Thread: CC1310, SYSCONFIG
Greetings
I am trying to remap the default SPI0 pins to the following mapping:
#define CC1310_LAUNCHXL_SPI0_CS IOID_25
#define CC1310_LAUNCHXL_SPI0_MISO IOID_1
#define CC1310_LAUNCHXL_SPI0_MOSI IOID_0
#define CC1310_LAUNCHXL_SPI0_CLK IOID_2
How is this done? I am aware of the spiCC26XXDMAHWAttrs struct in the LAUNCHXL.C, where changes have to be made to the members of the strruct that specify the pins for each function, but not sure if changes are required elsewhere. I have referred to a older post but most of the links which have been provided to the OP in that post are not accessible now, links which indicate changes need to be made to the ioc.h file. Are there changes required in that file?
Regards
Suvashan