Can Attiny 1604/1614 be woken up by i2c?

Hi,

I am unable to find out whether an i2c write can be used to wakeup the Attiny when its used as a slave. Can anybody please help?

Thanks and Regards,
WonderulIOT

wonderfuliot:
http://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny1614-data-sheet-40001995A.pdf

page 397
26.1 - Flexible Slave Address Match Hardware Operating in All Sleep Modes, Including Power-Down:

page 95
11.2 - Interrupts are used to wake the device from sleep. The available interrupt wake-up sources depend on the configured sleep mode.

page 410
26.3.4.3.1 - The slave address/stop interrupt flag is set when a Start condition succeeded by a valid address byte is detected.

The most rele

chrisknightley:
page 397
26.1 - Flexible Slave Address Match Hardware Operating in All Sleep Modes, Including Power-Down:

page 95
11.2 - Interrupts are used to wake the device from sleep. The available interrupt wake-up sources depend on the configured sleep mode.

page 410
26.3.4.3.1 - The slave address/stop interrupt flag is set when a Start condition succeeded by a valid address byte is detected.

You missed:

26.3.7 Sleep Mode Operation The bus state logic and slave continue to operate in all Sleep modes, including Power-Down Sleep mod****e. If a slave device is in Sleep mode and a Start condition is detected, clock stretching is active during the wake-up period until the system clock is available. The master will stop operation in all Sleep modes.

Thanks so much for the addition!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.