| Thread | Last Post | Replies |
|
| InterruptInitialize failing | 16 Dec 2005 05:10 GMT | 2 |
I am making this touch driver and constantly I am getting "InterruptInitialize Failed". I think InterruptInitialize should fail only if some other driver has occupied that sysintr no like some other code has already done InterruptInitialize on the SYSINTR I am using. Which is why ...
|
| some parameters about SHARP Pannel LQ035Q7DB02 | 16 Dec 2005 01:39 GMT | 2 |
Hi,dear all would anyone can tell me some parameters about SHARP Pannel LQ035Q7DB02 Vertical Total Vertical Sync Width
|
| Steppingstone and bootloader - part II | 16 Dec 2005 00:16 GMT | 11 |
Excuse for my very bad English :) I already wrote about it, but I think that my message has not been seen. My device have 4K internal RAM (called Steppingstone) begins at address
|
| IST Help | 15 Dec 2005 22:34 GMT | 7 |
I am using WCE 5.0 and have written a stream driver, IISR, and IST thread created in the driver. 1) Can the IST access physically memory (the device) directly using the virtual address of the device that the ISR uses (obtained using
|
| CreateMutex problem | 15 Dec 2005 19:55 GMT | 6 |
Sir I am working at audio Driver ( Ac9712 chip) .I am trying to put a lock on critical secation of my code using MUTEX (while wrtting into Codec register) . In my driver i am using Creating Mutex,WaitForSingel() and ReleaseMutex() .
|
| Audio driver - Buzzer | 15 Dec 2005 19:42 GMT | 4 |
Does WinCE5.0 support simple buzzer? Or just support wave output device? Thanks, Bryan
|
| error C2065: '_JBLEN' : undeclared identifier IN VS2005 | 15 Dec 2005 19:22 GMT | 4 |
I use VS2005 and PPC2003 platform to compile a Project ,and got the following error : stdlib.h(1045) : error C2065: '_JBLEN' : undeclared identifier but the same file can run ok at WM5.0 platform and also ok in embedded
|
| logical operations | 15 Dec 2005 17:18 GMT | 1 |
Can the following logical operations be simplified further? (1) new color = (orignal & ~Active) | ((orignal & Active) & (clip & Active)) = (orignal & ~Active) | (orignal & clip & Active)
|
| CEPC Serial Driver | 15 Dec 2005 15:59 GMT | 1 |
I build the image for CEPC for enterprise terminal and added the serial driver com16550 in the image. I ran CETK serial port test cases and found that all the test cases were passed.
|
| Using SIP in applet | 15 Dec 2005 15:33 GMT | 1 |
I'm trying to use SIP in an applet build. Therefore I call SIPShowIM(SIPF_ON) in the WM_INITDIALOG as said in the MSDN, but when I compile (using EVC++4 or PB 4.2), I got the same error
: SIPShowIM : undeclared identifier. |
| Audio driver Query ... ? | 15 Dec 2005 15:32 GMT | 1 |
I have a query regarding the Audio Controller chip on our board. We have a Wolfson 9714 Audio Codec chip on our board which is interfacing with the AC 97 Audio Controller in the PXA270 processor. My query is do we have any existing driver support in Windows CE 5.0
|
| Network ID | 15 Dec 2005 15:01 GMT | 7 |
I search for the registry settings (CE5.0) to set default Username, password and domain name in a OS build.
|
| Difference between evaluation and full version | 15 Dec 2005 14:09 GMT | 6 |
I have this question like what is the difference between Windows CE Platform Builder 5.0 evaluation version and full version. Are there any known issues with evaluation version. Coz we are facing wierd problems like sometimes, the changes in the source code dont get reflected in ...
|
| Xscale PXA270 assembly code | 15 Dec 2005 06:55 GMT | 8 |
i am porting PXA270 code from Linux to windows CE, i am changing comments, headers, etc. i am very new to Assembly and PXA270 few quations
|
| GrabFSPages causing exception | 15 Dec 2005 02:14 GMT | 1 |
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
|