I am currently working on a project with an S32K144 MCU. I am also using a MC33742 SBC to provide the 5v supply.
For part of the application, I need to put the SBC into stop mode. In stop mode, the SBC can only provide 10-20mA, or it is woken up. In order to achieve this low-current requirement, I am trying to put the MCU into Very Low Power Run (VLPR) mode.
To switch from normal run mode to VLPR, I have added the power_manager module from the S32K144 SDK. The problem I'm running into is that I can't see or add the power manager component in the configuration tool. Is there a step somewhere that I'm missing?