| Thread | Last Post | Replies |
|
| Dual driver | 04 Oct 2006 15:30 GMT | 2 |
We are in the process of developing USB driver for our device. The device has dual functionality hence we planned to load 2 drivers for the same device (Single VID/PID). I would like to know whether there is a possibility for one WinCE driver to load another driver and then ...
|
| KITL and NDIS sharing NIC on hive-based registry build leads to hang | 04 Oct 2006 14:21 GMT | 2 |
It seems when I build hived-based registry image with both KITL and a NDIS driver using the same NIC. Once the NDIS driver is successfully initialized the target will hang. If I remove the NDIS driver from the image the problem
|
| Aewin EM6330 Problem for debugging | 04 Oct 2006 12:54 GMT | 8 |
I use a AEWIN 6330 board with WinCe 5.0. I can download the nk.bin with Target -> Attach Device and a NE2000 PC104 board. But after download, I have a message in Debug : The Kernel Debugger is
|
| USB HID mouse trouble | 04 Oct 2006 08:58 GMT | 1 |
Hi, all, I am having problem with USB mouse on my board running Win CE 5.0. When I plug in a standard MS 2 buttons + wheel USB mouse, it does nothing. However, it pops up a window saying "Unidentified USB Device" when I unplug
|
| USB Radio | 04 Oct 2006 07:55 GMT | 1 |
I have USB host support in my platform, and have written a skeleton USB device driver (with associated registry entries) that the USB stack loads (USBDeviceAttach, etc.) when an 802.11 USB radio is plugged into my device's USB port.
|
| Can KLibAllocShareMem be used more than once per ISR-IST pair? | 04 Oct 2006 06:26 GMT | 2 |
If I want to have e.g. an input buffer and an output buffer is it then possible to create two chunks of shared mem with calls to KLibAllocShareMem? Thanks Ole
|
| Windows CE 5.0 and Intel IXDP425 Platform | 04 Oct 2006 04:51 GMT | 6 |
I have a Intel IXDP425 board a I try to run windows CE on it. I have installed Windows CE 5.0 and IXDP425 BSP from Third-Party DVD. I followed Intel Application Note (wince-1_3-renotes_021005.pdf) and succefull build Gateway Platform.
|
| COM2 Write, but no read | 04 Oct 2006 00:05 GMT | 4 |
I have a Vortex86 (x86) setup with PB5.0 and I want to setup COM2 for an application to use. I'd like to keep COM1 as the debugging port. When I let the application use COM1 it works fine, the application reads and writes the data to physical COM1. When I switch to COM2 the
|
| My program at startup | 03 Oct 2006 18:09 GMT | 7 |
What's the simple/best way to launch my application (test.exe) after bootstrap instead of File Manager? Is is possible to launch something like this? "Launch70"="\\Storage Card\\2577\\autorun.exe"
|
| Source line mismatch in kernel-debugging | 03 Oct 2006 17:47 GMT | 2 |
I have modified devload.c (private code... yes I know...) After rebuilding everything, still when single-steping through the code, my source-lines donot seem to match the code that is executed. I am sure it is running my modified version, because of some trace-output
|
| Loading virtual serial port driver on different platforms | 03 Oct 2006 14:29 GMT | 1 |
I've written a virtual serial port driver for Windows CE 5.0. Ultimately it needs to allow two programs to share a physical port but for now it's just a wrapper fort he physical port that dumps the reads and writes to a file. I also have a small test program that uses ...
|
| i.Mx21 ADS BSP | 03 Oct 2006 14:23 GMT | 5 |
Hi...I am absolutely new to embedded programming. I need to write applications to work on i.Mx21 board. I ordered a 120 day trial version of windows CE and downloaded the Win CE BSP's from the Freescale Website. The Win CE BSP has four files 1. nk.Nb0 2. eboot.nb0 3. ...
|
| PD updates | 03 Oct 2006 10:36 GMT | 1 |
Is there a way to find out which updates are installed in computer?
|
| WinCE Problem, Serial communication test, not reading in the ReadFile() from the serial port | 03 Oct 2006 09:52 GMT | 5 |
I m trying diagnostic Application for serial communication using CEPC. I have connected one serial cable with RX and TX shorted to the COM1 port of the target i.e CEPC My code is ....
|
| serial communication on the emulator. | 03 Oct 2006 05:32 GMT | 6 |
I m writing the Diagnostic code for testing serial communication for the emulator. My system is having only two physical ports, COM1 and COM2. I have checked the application using the virtual serial ports. i m
|