| Thread | Last Post | Replies |
|
| How to determine which ceddk api to use | 01 Jul 2005 00:38 GMT | 4 |
i have terribly confused about the choice of the following 2 apis 1) READ_PORT_UCHAR 2) READ_REGISTER_UCHAR consider i have a pci device and i got both iobase and memory base
|
| How to expand memory size in emulator? | 30 Jun 2005 22:08 GMT | 2 |
There's total 64MB SDRAM in my board. Now, I'm debuging my program in emulator, and found the debug version of my image is too large(about 52MB), it will consume the system RAM resource when running, so I want to expand the memory size of the emulator, how can I?
|
| SDK question | 30 Jun 2005 19:02 GMT | 1 |
We are using wince.net 4.2 and can successfully generate an SDK. I then install the SDK (*.msi file). When I open Embedded visual tools the SDKs offered are; 1) standardsdk_420 (came with embedded visual tools)
|
| Mapping physical memory into Application space | 30 Jun 2005 18:43 GMT | 8 |
I want to return to the user application a mapping to a physical buffer. Suppose the virtual address in the address space of device.exe is paddr does ioctl(instance, pin, size, pout, size, unused)
|
| How to configure the PPTP VPN server in WinCE 4.2 device? | 30 Jun 2005 07:59 GMT | 3 |
I need the steps of configuring the PPTP VPN server. Thanks in advance.
|
| About create a WinCE BSP | 30 Jun 2005 06:18 GMT | 1 |
Recently, I want to modify the 3rd party's BSP of XSCALE board. After reading the BSP documents in MSDN site. It recommended the following two ways: 1) Create a new BSP step by step
|
| context questions | 30 Jun 2005 04:16 GMT | 2 |
I'm developing a driver for PPC 2003. The driver is loaded in device.exe address space and is located in slot 0. During Driver_Init I allocate a memory and save a pointer in a global variable in the driver. Whenever an application opens the driver, I need to save some information ...
|
| Makeimg and registries | 30 Jun 2005 01:32 GMT | 5 |
I was running a excercise (tutorial) and wanted to know how a registry entry made it into the final registry in the build. The entry was in a separate *.reg file and copied to the $(_FLATRELEASEDIR). Does fmerge or some other tool automatically import all registry files (*.reg) ...
|
| \Storage Card doesn't always reload when ATADISK reloaded | 29 Jun 2005 23:11 GMT | 6 |
On our (4.2) platform, we programmatically load/unload (dismount) the \Storage Card and the ATADISK driver, based on the state of a switch on our CompactFlash card door. Most of the time, this works fine. However, it seems that if I unload,
|
| Closing a thread that is waiting for Irq | 29 Jun 2005 22:37 GMT | 9 |
Hello experts, My problem: In a stream device driver a measuring thread starts when the application calls XXX_IOControl with a specific parameter. The tread waits for an event
|
| How to eliminate warm booting | 29 Jun 2005 21:52 GMT | 1 |
I have an embedded x86 pc which uses a flash disk and no battery backed up ram. I need to eliminate the warm boot (aparrently it gets quite easily fooled into thinking it can do one on startup only to crash the OS). This scenerio also requires that all setting inforamtion go ...
|
| Partition NTFS | 29 Jun 2005 21:07 GMT | 4 |
I use CE4.2. is it has support NTFS format driver?
|
| Smartphone Platform? | 29 Jun 2005 16:41 GMT | 1 |
Looking for a suitable platform for wince smartphone development. (Or PDA phone) ie Want to build own image with CE 5 Need GSM, GPRS
|
| Create bootable CF with application | 29 Jun 2005 16:17 GMT | 3 |
has anyone successfully written or used an application that creates a bootable (DOS) CF for you? What about an application that reads MBR etc from a prepared CF and writes back to an empty one? Third party products?
|
| Can I directly put files into ResidentFlash in platform.bib ? | 29 Jun 2005 16:07 GMT | 6 |
I know I can use platform.bib to add our files to windows directory of device. I know I can use platform.dat to copy file to another director of device. I have a "ResidentFlash" that is FAT format in my device.
|