| Thread | Last Post | Replies |
|
| ISP1561 CE50 | 07 Mar 2006 21:05 GMT | 1 |
I have a board using the Philips ISP1561 USB PCI device. This works fine under XPe but I doesn't work using CE5.0 Everything seems to be going ok, the mouhid.dll is loaded ok, as shown in the debug dump below.
|
| Power Management & Alarm | 07 Mar 2006 18:59 GMT | 2 |
I am working on Power Management on WM5. It works by the most part OK but when I set up an alarm, the device wakes up just fine, but the alarm does not go off nor does any notification message about the scheduled alarm come up. Any idea how I can force it to go off?
|
| Can't download WinCE Update | 07 Mar 2006 18:06 GMT | 1 |
Is anyone else having problems when trying to download CE updates? I've been trying to get the Oct to Dec 2005 update for WinCE 4.2 for the past 2 days, but I keep receiving the message "The download you requested is unavailable". Here's the link...
|
| Link .obj files | 07 Mar 2006 17:24 GMT | 8 |
how can i link .o files to my driver? i know that i can specify the sources files for my driver by using SOURCES= \ can i use OBJECTS= \ in the sources file to specify the .o files to be
|
| kitl debug | 07 Mar 2006 15:22 GMT | 1 |
I am debugging kitl with SMSC9115 Lan chip. I re-wrote the low level functions. And the chip runs very well . But when I built the kernel with kitl support,
|
| GrabFSPages causing exception | 07 Mar 2006 11:43 GMT | 3 |
I am working on a BSP cloned from mainstone II on pxa270 processor. We are downloading the image using ARMBOOT (over serial port). The execution flow that we see, the image is executing upto GrabFSPages and is causing an exception in RemovePage function in GrabFSPages (in private ...
|
| XIP and Common.bib | 07 Mar 2006 03:19 GMT | 2 |
I have built a ROM that using XIP for NAND flash and work very well. Now I would like to reduce the NK region size by moving some modules to other region. However, most of the modules are included in common.bib, which I don't want to modify. Can I include those modules in other bib
|
| SMB Server on CE 4.2 | 06 Mar 2006 21:26 GMT | 1 |
Does anybody actually have smbserver working as a file store? I have it set up sharing a folder, but when I try to see what files are in the share, my Windows Explorer hangs for about a minute then finally displays the files. Looking at the output of Ethereal, it seems to get
|
| StreamDriver XXX_Init() question | 06 Mar 2006 20:41 GMT | 14 |
I am writing a streamdriver, and when I call ActivateDevice(wsSubClassRegKey, (DWORD)pUSBS), always return NULL to me, To my knowledge that this function should call SIS_init() or init() depends
|
| WaitForSingleObject and Sleep never time out | 06 Mar 2006 18:44 GMT | 9 |
I'm developing a SD card host controller driver for Intel Xscale PXA255 processor. The driver is based on the WinCE5.0 common code driver: C:\wince500\PUBLIC\COMMON\OAK\CSP\ARM\INTEL\PXA25X\SDHC\sdcontrol.c. My problem is that the WaitForSingleObject never times out, it should ...
|
| Display driver--why is the word fat? | 06 Mar 2006 18:29 GMT | 1 |
When I powerd on my device, the word showd on LCD screen is fatter than normal. What is the possible mistake I took in display driver or other setting?? Thanks in advance!
|
| Non-Standard baudrates opening COM ports | 06 Mar 2006 17:35 GMT | 8 |
Hello all NG, Is possible to open com port using non-standard baudrates (ex.: 200bps, 360bps, 10400bps). Anyone know it can be done using eVC++ 4.0? Thanks,
|
| PlatformDefines/PlatformMacro in SDK | 06 Mar 2006 15:34 GMT | 7 |
while editing a VS2005 project wizard script I would like to check if the platform is one of a set of platforms. I can see in the script that PlatformDefines are queried. There is also a member PlatformMacro. Is there any way to configure an SDK, that I can identify "it's built ...
|
| Credentials do not survive reboot | 06 Mar 2006 15:11 GMT | 2 |
We use CE0 for our industrial controller, and we are currently migrating from CE4.2 to CE5.0. We have the problem that we can't save the username/password/domain settings. We use NTLM and it is configured to store the credentials in the
|
| Built-in or not built-in, that is the question | 06 Mar 2006 14:04 GMT | 2 |
CE 4.2 on ARM PXA 255 based device. I have a platform that has the IDE drive feature (and all the others required for a file system on the hard drive) included. This happens to be in the "built-in" category (looking at the registry shows the driver
|