Hello everyone
I mostly work with 16-bit Microchip MCUs and have worked with the TIVA Launchpad - which if I remember correctly uses an M3 Cortex MCU, but I have never worked with an Mbed development board. I am working with the Mbed LPC11U24.
I want the processor to stay in a sleeping/power-down state and wake up on the triggering of an i2C interrupt, set off by receipt of a message from an external device. I was hoping there was a way to set up this feature exactly as I want just using the API. As I understand it, I can wake the processor up from sleep/power-down with an interrupt. But I don't see where I can configure and enable/disable i2C interrupts. Is there something I am missing?
Also, if I am forced to not use the API for setup, I am struggling to figure out which document has the details of the appropriate registers and which bits within that I need to manipulate in order to set this up.
Regards
Josh
Hello everyone
I mostly work with 16-bit Microchip MCUs and have worked with the TIVA Launchpad - which if I remember correctly uses an M3 Cortex MCU, but I have never worked with an Mbed development board. I am working with the Mbed LPC11U24.
I want the processor to stay in a sleeping/power-down state and wake up on the triggering of an i2C interrupt, set off by receipt of a message from an external device. I was hoping there was a way to set up this feature exactly as I want just using the API. As I understand it, I can wake the processor up from sleep/power-down with an interrupt. But I don't see where I can configure and enable/disable i2C interrupts. Is there something I am missing?
Also, if I am forced to not use the API for setup, I am struggling to figure out which document has the details of the appropriate registers and which bits within that I need to manipulate in order to set this up.
Regards
Josh