Power on/wake up Trigger with ignition for X90 controller

Hi,
We are using the function SYSLIB_WARMSTART_NO_REBOOT to turn off the power of an X90CP174 controller. However, to turn it back on, we need to cut the power to the CPU. Is there a way to change this so the ignition pin is the reference for boot up?
The ArEco library seems to have exactly what we want, however it only seems to be compatible with the 4PPC30? If this is not the case, how to detemine with the datasheet wich triggers are available for ArEcoWakeupTriggerType?

Thank you

Hi Julie,

you are correct, the X90CP17x series is not supported by the ArEco library, so the only way to resurrect the X90 is to powercylce the module, e.g. with an external relay.

The X90CP15x series IS supported by the ArEco library and the following triggers can be used:

  • The configured time has expired.
  • “IF9”: Activity was detected on interface “CAN3”.
  • “RSTBUTTON”: The [reset function] was triggered.
  • “X1.StatusIgnition”: Control pin [Ignition] was set.

Kind regards,
Christian

1 Like