Topic: Hibernation Mode setup
Hi everyone,
I would like to implement a sleep mode/Hibernation mode when the vehicle can bus signal "engine off ", the factory computer has a CAN address to notify everything to go to sleep or awake , so my question is when I am using the Sleep mode function, can I have it sleep all the time until the factory computer wake it up? I am confuse because the example shown on the canny website state
" The duration of the sleep phase is 1024 ms. This means that while controller is in low power mode, or in the absence of conditions for transition to the normal power, the controller pauses for 1 second after each execution loop of the function diagram"
What is the point of 1024 ms ? just curious? Is the timer adjustable Can I just set 0 or 1 of the sleep mode base on the CAN bus? but then how can it listen to CAN bus from the car if it is asleep ?