Christophe AeschlimannHi, We developed a custom board based on the OMAP-L138. Since we need to be able to wake-up from an external event as well as from an rtc alarm we attached some logic and an external RTC to the deepsleep pin. The DEEPSLEEP pin is configured in the PINMUX as an INPUT (value 0 in PINMUX0_31_28). We also disable the internal RTC by writing a 1 in the RTCDISABLE bit in the control register (CTRL) and setting the SPLITPOWER bit as well. We have no problem going to sleep and waking up, so far so good. But after some investigation about an excessive power consumption issue we observed that the DEEPSLEEP pin seems to be DRIVING the signal low even tho it's configured as an INPUT. Is that normal ? Is there a problem there ? Coincidentally the documentation says : P.35 of sprs586b.pdf 3.9.4 DEEPSLEEP Power Control Description : DEEPSLEEP power control output But it is described as an INPUT on the same line. Any thought on that ? Best regards,