I'm setting the DEVOFF bit in the P1_SW_EVENTS register to power off the OMAP. So when I hit the power key it shuts down my unit but it will not power back up no matter what I do with the power button.
We have our power button connected to the PWRON pin, so when the power button is pressed the PWRON pin is tied low.
We have the chip setup as Master.
From reading the documentation I would think that if a signal is seen on the PWRON pin it should power up the OMAP with no software configuration, is this correct?
if I also set the STOPON_PWRON bit in the P1_SW_EVENTS register allong with the DEVOFF bit, then if I hold the power button down for 8 seconds it powers up the OMAP.
I am attempting to get the unit to power up, not having to wait the eight seconds
Should the unit power up with no software configuration if the PWRON is held low?
What other methods are there for powering down and/or up?