Increasing the Microsoft X86 BIOS Bootloader (BLDR) Size
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…
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…
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…
Power management is an important aspect of the modern embedded devices. Flexibility in the OS Power Manager is the key driver to meet the requirements of myriad of devices. Windows…
In order to mount RAMDISK in your device. There are two methods for mounting the RAMDisk. I. First Method: In the below dialog box of your workspace, Project->Properties->configuration properties->Environment Add…
Windows CE is a customizable OS and custom application has been executed on the top of the OS. Majority of the customers won’t prefer to use the windows CE standard…
Power Management is one of the crucial aspects of the handheld design. In various handhelds, the power management states and transition to these states without losing the operating context is…