| Thread | Last Post | Replies |
|
| Driver hang debugging | 14 Sep 2006 16:04 GMT | 2 |
A few days ago I posted a question on driver hung debugging and found no response. I went on my own and found that device.exe dies while executing some debug message API. That was the only clue I found after many hours of stepping through the driver and kernel. I disabled all ...
|
| system locks up | 14 Sep 2006 14:40 GMT | 4 |
I almost have windows CE booted on my x86 system and I get the output below and then it either hangs or resets the board! Anyone can make sence out of it? I am using 2 serial ports, one for debug and one for loading the OS. The system is very simple! processor is AMD Elan SC520
|
| How to Compile a wince based Bootloader in ADS Enviornment | 14 Sep 2006 12:37 GMT | 2 |
if we can compile wince based bootloader in ADS enviroment, the debug process will be much easier. but I don't know how to do it. I would appreciat if any body can give me any hints. thanks in advance!
|
| DMA Buffer allocation Problem.. | 14 Sep 2006 12:05 GMT | 9 |
I am very new to WINCE and Platform builder 5.0. I recently got an SBC2596 pentium board from microsys. They said that the provide WINCE support, but it seems that the only support they have are DOS example programs, and how to format a flash disk and Boot wince from it. Any
|
| problem about mDOC flash partition | 14 Sep 2006 08:54 GMT | 4 |
Hi, everybody I have a problem about mDOC flash partition that need your help. The problem goes like this: The current mDOC G3 flash on out platform is devided into 4 partitions, which are used for IPL, SPL, OS and Storage, and we wanna add an
|
| What is hive-based registry? | 14 Sep 2006 07:37 GMT | 1 |
I found some registry keys were wrapped with the following tag. ; HIVE BOOT SECTION ... reg data... ; END HIVE BOOT SECTION
|
| CSR Bluetooth over UART | 13 Sep 2006 10:59 GMT | 6 |
We have a WinCE 5.0 platform using the Samsung S3C2440 which I'm trying to add Bluetooth to using a serial connection to a CSR Casira development device. I've added SYSGEN_BTH_CSR_ONLY to the build and changed the new registry settings to:
|
| About the MmMapIoSpace function 's source code | 13 Sep 2006 09:41 GMT | 3 |
In the MmMapIoSpace function, when call VirtualCopy, the parameter SourcePhys right shift 8 bits. Who can tell me why need right shift 8 bits?
|
| SD card host controller driver | 13 Sep 2006 07:04 GMT | 1 |
i am developing SD card Host controller driver for ARM926ejs processor. here i would like to know how my host controller is communicating with the Bus driver and client driver? thanks,
|
| How to implement EdbgOutputDebugString | 13 Sep 2006 07:01 GMT | 1 |
I want to see my Windows CE debugmessages on my normal PC for better evaluation via Ethernet. I have a very comfortable Client on my PC (it's DebugView) and I have written a little Serverapplication on my CE-System, that can make
|
| A question about the ReadFile | 13 Sep 2006 03:45 GMT | 2 |
Hi all. My program read the 45KByte data from the file in storage memory. I had checked the time used for reading, the time was about 77 milliseconds. I think it's slow spending about 77 ms on reading 450KByte from a file that is located in storage memory. What make ReadFile() ...
|
| maximal size of bootloader in nandflash | 12 Sep 2006 17:39 GMT | 4 |
MY MCU spec siad that :The Boot ROM code will transfer 4KB starting at page 0 of the NAND flash device into internal RAM starting at physical address 0xB0000000. The Boot ROM code will not perform any error checking and will ignore the ECC blocks. Once 4KB has been transferred, ...
|
| Windows\SQLCE 2.0 directory | 12 Sep 2006 16:56 GMT | 7 |
I try to add the CE-SQL server to the platform. The problem now is that all the dll's must be in a directory called "Windows\SQLCE 2.0". The platformbuilder does not put the files
|
| Branding of WinCE drivers | 12 Sep 2006 13:33 GMT | 11 |
I want to do branding of windows CE drivers. Driver branding is the process of customizing the driver properties with respect to the customer specification (Brand Specific). When the user installs such driver then these brand specific information
|
| Is "Build and SysGen" needed? | 12 Sep 2006 13:01 GMT | 8 |
I changed the code in "\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\PM\PDD \DEFAULT". Building the "PM" directory and "Make run-time Image" has no effect. So is it "Build and SysGen" needed?
|