| Thread | Last Post | Replies |
|
| wince 5.0 ne2000.c | 09 May 2006 15:11 GMT | 5 |
I am currently porting a bootloader developed using wince.net 4.2 to wince5.0. One of the calls in the bootloader is shown below; if (!NE2000Init( ( BYTE *) ethernet_base, 1, MyAddr.wMAC)) NE2000Init is a function in
|
| How to use flash to store data | 09 May 2006 12:53 GMT | 5 |
Hello,every one! I'm using s3c2410 to design my OS with WINCE.Net 4.2. Now I have a NAND Flash,It have 64M space. The size of OS Image about 32M.
|
| How to add USB support to a NDIS miniport? | 09 May 2006 10:09 GMT | 2 |
i'm porting a connectionless NDIS miniport driver for USB network adapter from Win2k to WinCE 5.0. NDIS between this two OS is nearly the same. But the code of USB should be modified.
|
| to stop exception error message on COM1 | 09 May 2006 09:32 GMT | 3 |
well guys, can any 1 tell me, how to stop messages on COM1. well my code throws 1 exception when "try" condition (in try catch method ) is not satisfied, this exception is also reflected on COM1, by giving exception error on COM1. if i want to stop sending these
|
| storage device block driver cetk fails....... | 09 May 2006 05:35 GMT | 1 |
We have an intel pxa27x developers kit.We are running the cetk tests for windowsCE 5.0 on the kit.while running storage device block driver cetk for the sdmemory card the read/write test fails and the API test passes 5 testcases and fails the others .we are using
|
| Can we have try Catch exception handler for WinCE Drivers? | 09 May 2006 04:21 GMT | 4 |
Can we have try catch C++ exception handling for WinCE Drivers? Is there any problems in implementing in the driver layer? Thanks, Coder
|
| KernelRelocate hang when return (boot loader problem) | 08 May 2006 21:32 GMT | 8 |
The issue I am asking is similar to the old one : http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thr ead/thread/61ea2237879d2732/fa57f9d8a1f05d5e?q=startup.s&rnum=2#fa57f9d8a1f05d5e After more investigation, however, I found somthing new, so like to
|
| Certificate | 08 May 2006 17:26 GMT | 2 |
Can I use the Sample Privileged Developer certificate to sign my driver and have it run on a 5.0 mobile device ?
|
| ohci2 problem | 08 May 2006 17:20 GMT | 11 |
I would like to get explanation why ohci2 driver on my SMDK2410 board does not detect device attachment. The driver is loaded OK, without errors. And interrupt handling seems like OK, because I see the following output regularly:
|
| How to change template in PB 5.0 ? | 08 May 2006 16:19 GMT | 3 |
Dear Sir, I use PB 5.0 to develop my project. I use WEBPAD as my project template and work well. But my custom wish I change the template as Mobile Handheld.
|
| CE 3.0 Dual NIC's Problem - NDIS Adapter Order Changes | 08 May 2006 15:28 GMT | 11 |
I know, CE 3.0 is ancient history, but I have a problem with a CEPC system that has two Ethernet Adapters. One adapter is connected to a factory network and the other is connected to Ethernet devices on the machine which the CE system is controlling.
|
| Desktop Shortcuts | 08 May 2006 09:04 GMT | 1 |
How can I remove the default desktop shortcuts? I can add my own shortcuts OK. Steve Mac
|
| About installable isr | 07 May 2006 17:46 GMT | 7 |
I want to use 2 pices oft16c554 to add 8 UART but my platform wce4.2 already :SYSINTR_FIRMWARE+19 I think i don't have enough irq no for each UART How can I do?
|
| Serial Port still can send message in OEMPowerOff() ?? | 06 May 2006 18:38 GMT | 5 |
Dear Sir, I use PXA27X and WINCE 5.0 to develop my device. Currently, I focus on suspend/resume function. When I send suspend command to system and all of driver will call
|
| BUG: fwpc.c (CE 5.0, CEPC) | 06 May 2006 16:53 GMT | 4 |
There is a bug in Platform\Common\Src\x86\Common\Intr\fwpc.c. In the PeRPISR function, the check for an alarm interrupt from the RTC is incorrect : } else if (ucCurrentInterrupt == INTR_RTC) {
|