| Thread | Last Post | Replies |
|
| About PICGetCurrentInterrupt (x86) | 11 Apr 2006 17:25 GMT | 2 |
There is a piece of code in fwpc.c (CEPC BSP) that I systematically replace with my own code each time a new version of CE appears. Since I have been working on Windows CE (2.0 as far as I remember), I never had problem with this code, who proved to work with many x86 processors ...
|
| Links to Authorized Distributors Broken? | 11 Apr 2006 15:24 GMT | 3 |
I am trying to find a distributor from whom I can purchase a copy of Platform Builder, but all the links on this page: http://msdn.microsoft.com/embedded/howtobuy/default.aspx are broken (they take me to the same page again).
|
| Printing Support on Pocket PC | 11 Apr 2006 15:21 GMT | 1 |
I need to provide printing support on pocket PC. I understand that there is no printing support on Pocket PC by default. The link between printer and pocket pc is going to be wifi, bluetooth or IrDA. I also need to provide print preview type of functionality for image and doc ...
|
| virtual alloc | 11 Apr 2006 15:01 GMT | 4 |
I have written a driver code for accessing SRAM registers of a pxa processor. I am not clear about virtualalloc API functionality. preg=VirtualAlloc(0, PAGE_SIZE, MEM_RESERVE, PAGE_NOACCESS) what is the purpose of using PAGE_NOACESS.
|
| Localized version | 11 Apr 2006 13:07 GMT | 1 |
I created a localized version of CE 5.0 for Chinese. For some reason the final nk.bin is much bigger then the English version with the same components. The other problem is that even after I remove some of the components the final nk size is still the same
|
| customize calibrui without modifying public root | 11 Apr 2006 13:02 GMT | 1 |
I would like to clone calibrui to my own platform (e.g. wince500\platform\MyPlatform\drivers\calibrui) and then modify the codes from there. However, since sysgen phase is done before my platform gets built, I will have to do "sysgen -p common" and "makeimg" again manually in ...
|
| QFE removal | 11 Apr 2006 10:07 GMT | 2 |
Is there any means via which i can undo a qfe that i have installed i.e can i revert back to my earlier settings. Does the back up folder in wince500\updates serve any such purpose? In anticipation of a reply ASAP.
|
| In general, what kind of situation would I use "HalAllocateCommonBuffer( )" | 11 Apr 2006 08:47 GMT | 1 |
When I try to write a driver with DMA access, I find the function: PVOID HalAllocateCommonBuffer( PDMA_ADAPTER_OBJECT DmaAdapter, ULONG Length,
|
| Unintended wakeups after creating partnership | 10 Apr 2006 22:59 GMT | 2 |
Hi, My pxa255 based device wakes up automatically every five minutes after I use ActiveSync AND create a partnership. If I do not create partnership it works OK - no wake ups. Any idea what program can schedule these wake ups after partnership is created, or if you know
|
| How to write a ADC ,I2C,SPI driver in wince5.0 ? | 10 Apr 2006 22:48 GMT | 9 |
We are planning to develop the following drivers for windowsCE5.0: 1,driver for built in ADC 2,driver for I2C to drive i2c DAC ie MAX5841 3,driver to support serial flash for the density of 4mb using
|
| SysgenMake | 10 Apr 2006 22:10 GMT | 1 |
Does anyone know the usage of "SysgenMake"? In the sysgen.bat, set MAKE=SysgenMake, however, I could not found any infomation about it. Thanks Lu
|
| ActiveSync and wake ups | 10 Apr 2006 22:00 GMT | 2 |
My pxa255 based device wakes up automatically every five minutes after I use ActiveSync AND create a partnership. If I do not create partnership it works OK - no wake ups. Any idea what program can schedule these wake ups after partnership is created, or if you know
|
| Power management: what is allowed in callbacks? | 10 Apr 2006 18:29 GMT | 9 |
I am developing a driver for a measurement device which has multiple power states. The channel which changes power state is shared with the measurement channel.
>From the PB documentation I gathered that the XXX_Power*** functions |
| macromedia flash | 10 Apr 2006 14:34 GMT | 7 |
Could you tell me all right run macromedia Flash of win CE?
|
| about USB on CE5.0 | 10 Apr 2006 14:03 GMT | 4 |
I have a trouble on USB. when I build an image on CE5.0, I find the USB can't work.I have added these features. 1. device drivers ->USB HOSU->UHCI
|