I am connecting Tiny RTC chip to cc3200 to set/get time though I2C on pin P01,P02 . It works perfectly fine, but when I configure on board LEDs and try to make then on and off, LEDs seem to work fine but set/get time function from RTC does not work. In pinmuxconfig(); I've given clock to the LED port and set them as output pin.AS per I know 2 LEDS of them are pulled up I2C. So How would I achieve both I2C function and LED on-off?
Thanks.