So I spent the last hour doing some tests.
All modes work on a T4.0 with no issues.
So I suspect another library is causing the issue.. I first added FlexCan to Hibernate_all_wakeups and...
Type: Posts; User: Rezo
So I spent the last hour doing some tests.
All modes work on a T4.0 with no issues.
So I suspect another library is causing the issue.. I first added FlexCan to Hibernate_all_wakeups and...
I've gotten around to testing the Snooze library on the T4.
Its goes into sleep mode as expected, but doesn't wake up.
Here is how I've set up the code
#include <Snooze.h>
// Load Snooze...
Can anyone shed light on which mode in snooze is parallel to stop mode?
I have tested an implementation of stop mode with wakeup from
Inturrupt in FlexCAN_T4 but when the T4 wakes up it continues...
A cold start (via a reset I assumes) is perfect for me. Ill have a need later on to log data but only when the CAN bus is active and the T4 is running.
^^ I was just about to ask the same thing
Hi duff
Was wondering if the Snooze library supports wake up from CAN bus frame or a wake up signal?
I didn't see any mention of it on the Github readme.
Also, is there any listing current...