| Thread | Last Post | Replies |
|
| USB Hid | 24 Jan 2006 14:13 GMT | 5 |
I have ported some drivers from 4.2 to 5.0. The problem is with the USBD driver. On startup, a dialog box saying "Enter the name of the driver for the USB device: Driver Name: (blank text field to input name)"
|
| IOCTL_HAL_REBOOT problem | 24 Jan 2006 06:35 GMT | 1 |
CPU: ARMV4 PB5.0 If I called IOCTL_HAL_REBOOT , the system will reboot. no problem!! BUT there is a big trouble on the next boot.
|
| Active Sync Problem | 24 Jan 2006 03:23 GMT | 5 |
I am developing serial driver for a hardware which is based on Windows CE 5.0. Serial driver is working fine with the HyperTerminal and passing the CETK test cases. But I facing problem in active sync connection. Should I have to any particular registry entry for active sync? I ...
|
| ISA I/O accessing and I/O test question | 23 Jan 2006 15:28 GMT | 1 |
I developing Windows CE 5.0 using only eMbedded Visual C++ Target platform is PXA255 with IT8152G chipset for PCI interface I'm trying to access ISA bus for simple I/O test. Target board offer PC/104 (ISA bus type) and manual define ISA address.
|
| How can i compile the samples? | 23 Jan 2006 15:24 GMT | 2 |
Could anybody tell me how can i compile/link the samples which coming with winCE plat. builder 5.0 (Yes im a newbie:)) For example there is some at: %WINCEROOT%/PUBLIC\COMMON\SDK\SAMPLES
|
| How can I invalidate ce input system (e.g. keyboard input,mouse input)? | 23 Jan 2006 14:47 GMT | 1 |
How can I invalidate ce input system (e.g. keyboard input , mouse input)?
|
| How can I wakeup ce system after ce enters into suspend state? | 23 Jan 2006 13:40 GMT | 2 |
I can suspend ce system after calling SetSystemPowerState function with POWER_STATE_SUSPEND parameter. But how do I wakeup ce system after ce enters into suspend state ?
|
| system halt after oeminit | 23 Jan 2006 13:10 GMT | 17 |
I am using Au1200 Mips cpu. My image halted just after Oeminit . Here is the debug message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` The Kernel Debugger is waiting to connect with target.
|
| NDIS miniport driver and NE2000 Compact Flash Ethernet card | 23 Jan 2006 09:29 GMT | 1 |
Igge H. Wrote: Hi all, I'm trying to get the "real" miniport driver to work on our platform. Our XSCALE platform (WinCE 4.2) has only one Ethernet port (PCMCIA-CF card
|
| USB Touch Controller for XSCALE | 23 Jan 2006 07:15 GMT | 6 |
I using a USB Touch Controller PM5184 for PXA255 cpu. Now i cant build a nk.bin for my target device, but the problem is when i click the calibration.exe on target device, nothing happen. And from my HyperTerminal i get the message "Createfile fail !!!Calibration:
|
| should DMA Buffers be Noncacheable and Nonbufferable? | 23 Jan 2006 01:27 GMT | 2 |
Which of the following options is better for transfers using DMA Controllers? Option1: Noncacheable and nonbufferable buffers allocated using AllocPhysMem with the flag PAGE_NOCACHE.
|
| Release Out Put Path setting | 23 Jan 2006 00:40 GMT | 2 |
My question is very elementry level but i have to ask. WhenEver i build the platform. my out put files(nk.nbo or nk.bin) are generated at location mentiones in the release path setting. But i want this setting to be at relatvie path settings ,so that whereever i
|
| burn flash using Jtag interface | 21 Jan 2006 21:30 GMT | 2 |
we need to burn boot loader on flash through Jtag interface. we are using ARM926EJ-S core and 16 MB flash is TC58FVM7T2AFT. any help regarding this will be appreciated. Thanks & Regards ,
|
| Why NDIS miniport not invoke InitializeHandler function | 21 Jan 2006 21:24 GMT | 1 |
In DriverEntry of my NDIS miniport driver, register the in InitializeHandler as Characteristics.InitializeHandler = SpiNdisInitialize;, but the system don't invoke SpiNdisInitialize after finish DriverEntry function.Help me, Thanks!
|
| Add project from given source | 21 Jan 2006 14:26 GMT | 23 |
I was given the source code for a driver (dll) and would like to add it to my Workspace. How do I do this? I was given: - a few .c files
|