Other Parts Discussed in Thread: CC1310
Tool/software:
I'm having problem remapping the IOs in CC1310 resource explorer examples on Launchpad.
Example is:
i2ctmp_CC1310_LAUNCHXL_tirtos_ccs
in the CC1310_LAUNCHXL.h file, I am trying to change:
#define CC1310_LAUNCHXL_PIN_RLED IOID_6
#define CC1310_LAUNCHXL_PIN_GLED IOID_7
to
#define CC1310_LAUNCHXL_PIN_RLED IOID_19
#define CC1310_LAUNCHXL_PIN_GLED IOID_20
making the change, recompiling and uploading, LED signals still comes out of IOID_6 and IOID_7. What else do I need to change?
Similiarly,
Trying to reconfigure I2C pins, I am changing the lines:
/* I2C */
#define CC1310_LAUNCHXL_I2C0_SCL0 IOID_4
#define CC1310_LAUNCHXL_I2C0_SDA0 IOID_5
That does not work either. Could you pls help
Thank you,
Sefa