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.

CC2533: Disabling I2C with TIMAC

Part Number: CC2533
Other Parts Discussed in Thread: TIMAC, REMOTI

Tool/software:

Hello!

I'm working on a old project using CC2533 with TIMAC v1.5.0. I'm trying to disable the I2C, since it is not being used and is defaut initialized with pull-ups. I've gathered I need to write to I2CWC register to put it in GPIO mode, but it seems the definition for that register is not available in TIMAC, and I see no source code for I2C at all?

I've downloaded the latest TIMAC v1.5.2 locally, but it looks the same. I also tried downloading RemoTI, which seems to have the expected register setup in Components\hal\target\CC2533EB\hal_board_cfg.h (I2CWC = 0x80;).

How would I go ahead setting these registers with TIMAC? I have not worked a lot with TI products before so it is very possible I'm missing something obvious here Slight smile

Thanks in advance!