Customizing Power Manager for SetSystemPowerState()
Changing the system state can be as simple as a cup of tea! by calling SetSystemPowerstate() API. But not all power states can be allowed to set through this API…
Changing the system state can be as simple as a cup of tea! by calling SetSystemPowerstate() API. But not all power states can be allowed to set through this API…
There are some cases where we may need to develop a DLL or application to show the images on the devices. For example, an Image viewer will be needed to…
There are certain use cases - we may have to handle the non-standard custom interface to communicate between the processor and the hardware. An example is controlling the brightness of…
Introduction: I am just bringing the BLDR size issues we faced when we tried to add more functionalities to the X86 bootloader (BLDR). As per the current X86…
Simple method to invoke the software keyboard panel when edit box or other controls clicked (i)BOOL SHInitExtraControls(void); The above function has to be called before creating the dialog box, in…
When you implement a web server on Windows CE, developers would want to implement most of the features available with web servers on PC platforms. However, this is not the…
Recently, we had some queries on how to program the OMAP 35x ISP in Windows CE for a sensor that doesn’t have the ISP inside it. As we know that…
Recently, I met a prospect who asked me on what is meant by production ready Wince BSP for a reference design and why is there so much differences in the…
Real Time Clock or RTC is an essential component in all embedded systems. Though all the modern day CPUs have inbuilt RTC, designers are comfortable with external RTC for some…