Hello.
I am using ATtiny3224 processor in a project. Is there any ready code for sleep mode?
SLPCTRL_CTRLA = SLPCTRL_SMODE_IDLE_gc | SLPCTRL_SEN_bm;
asm("SLEEP");
This would work
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.