This is with regard to testing the PSP 3.00.01.06 with PM capabilities on the OMAP3EVM...testing out the sleep/wake-up driver using UART activity. If I send char's to UART3 I get them fine but when I enter sleep via --- # echo 1 > /dbg/pm_debug/sleep_while_idle The power draw goes way down and then increases when I send char's again to UART3 but I don't actually receive the char's. Question: Do I need to do something special because UART1/2 and UART3/4 are in different power domains? The console UART (UART1) seems to work fine in this respect. HOWEVER, it does lose the first character but gets the rest.