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.

CC2640R2F: TI-RTOS application: I2C interrupt enabled on NVIC after startup

Part Number: CC2640R2F

Hello,

I've noticed that in a custom TI-RTOS application I'm working with, the I2C interrupt (exception 17; NVIC->ISER0 bit 1) is enabled after startup (i.e. at the beginning of main).

I've not been able to identify why this is. In stepping through the pre-main disassembly, it appears to be part of the XDC startup routine. There's nothing in my XDC configuration that explicitly identifies or enables the I2C peripheral, so I was wondering whether this is a default behaviour?

Any ideas why this might be happening? I am using the RTOS code in the CC2640R2F ROM ('RTOS_IN_ROM').

Many thanks,

John