Posted on April 11, 2012 at 14:55I need to re enable interrupts in an interrupt service routine so I can do some I2C communication (my I2C driver uses the error and event interrupts). But I'm not clear as whether I should use CPSIE i or CPSIE f to ...