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