AM1808 EVM
MPC Data WinCE BSP v1.10
Ten or so minutes after boot, the UPP port and SD Memory are automatically shut down, likely by power management. Both are used by the application SW, but they will shut down whether used or not. I changed the UPP driver to power back up upon call to UPP_Open, but not sure how to change SD card settings or driver. What is the best way to keep these powered up?
Debug build output where SD Memory is shut down:
260114 PID:1b80002 TID:1120002 [NOTIFY] HandleSystemEvent 7 /REMOVE DSK1:
260130 PID:400002 TID:10b0002 SDMemory: +SMC_Deinit
260171 PID:400002 TID:10b0002 SDMemory: -SMC_Deinit
260173 PID:400002 TID:10b0002 OSAXST1: <<< Unloading Module 'sdmemory.dll' (0x82A6F768) at address 0xC0CE0000-0xC0CFA000 in Process 'NK.EXE' (0x81F89BC0)
Please help,
Nelson