| Thread | Last Post | Replies |
|
| Link errors compiling sample wzctool app | 11 Jul 2006 09:19 GMT | 2 |
When I attempt to Build Project | Build Current Project for \wince500\public\common\oak\drivers\netsamp\wzctool, I get : BUILD: [01:0000000053:ERRORE] abc.obj : error LNK2019: unresolved external symbol _WZCEnumInterfaces referenced in function "void __cdecl
|
| PXA27x GPIO Interrupt | 11 Jul 2006 05:06 GMT | 43 |
I am trying to use GPIO PIN 22 to trigger an interrupt. I do the following: Set Pin 22 to function 0: s_pGPIO->GAFR0_U &= ~(3u<<12); // Interupt is fn 0 Set Pin 22 to input:
|
| Booting wince using u-boot bootloader | 11 Jul 2006 04:29 GMT | 1 |
I am new to wince. I am using u-boot to boot wince on a PXA270 board. But I am having problems in booting. I tried the following procedure. a. Download the Nk.bin to the system flash. b. Decode the NK.bin and write the packet data to RAM.
|
| Problem about NdisRegisterAdapter called in USBDeviceAttach | 11 Jul 2006 03:10 GMT | 2 |
Hello, everyone! I am developing a WinCE USB2Net Driver. When I call NdisRegisterAdapter in USBDeviceAttach. It return 0xC000,0001 (STATUS_UNSUCCESSFUL). And the DriverEntry of NDIS is NOT called.
|
| Eboot doesn't boot PXA270 | 11 Jul 2006 01:16 GMT | 3 |
I was trying to configure WinCE 5.0 for a PXA270 board. The board that I have has the Linux blob bootloader, so I was using that blob to load the eboot.bin on the board. The problem is that the board wouldn't boot up. I plugged in my JTAG emulator and I could see that while in
|
| NO Flash - TFAT file system integration | 10 Jul 2006 22:33 GMT | 2 |
Hi everybody out there, I'm trying to integrate a persistent file system (FS) and the hive registry in a WinCE-based board. My Flash address mapping (128 MB Spansion flash chip) is like this:
|
| PXA270 DMA not working | 10 Jul 2006 19:11 GMT | 3 |
Does anyone have any advice on troubleshooting potential DMA problems with the PXA270 and WinCE 5? I have a board which has an SMSC9118 on it which works unless I try to enable DMA transfers.
|
| .bib RAM section | 10 Jul 2006 17:52 GMT | 1 |
I have a situation with my bootloader image decompressor where it _may_ be stomping into the RAM section (system ram) because I didn't provide enough gap for it to operate. We're going to rectify the problem with better config.bib settings. This question is to know the impact to ...
|
| Doubt in the implementation of PTP | 10 Jul 2006 11:37 GMT | 1 |
I got a requirement to implement PTP over USB. I searched the net regarding PTP....got some basic ideas....but i found that PTP specification is available only for CIPA members.....do u have any draft of the spec......
|
| Who has the intel P30 .dat file used for Jflashmm? | 08 Jul 2006 20:17 GMT | 3 |
I used PXA270 + Intel P30 flash and I wanted to programe flash by Jflashmm.But I can not found the .dat file for P30 in the Jflashmm install directory.Thanks.
|
| OpenStore() succeeded but DeviceIoControl() FAILED | 07 Jul 2006 22:11 GMT | 1 |
I try to use FindFirstStore() to get a STOREINFO structure. And the STOREINFO returned: szDeviceName = FlashDr, szStoreName=Microsoft Flash Disk,
|
| Compact Flash on WinCE 5.0 | 07 Jul 2006 18:20 GMT | 6 |
I am configuring a WinCE 5.0 image on an SBC x86 which has a Compact Flash memory. I am able to create the image and to run the OS from the Compact Flash but I cannot see it from the file explorer.
|
| Problem with Via Power Management | 07 Jul 2006 15:49 GMT | 1 |
I am using the last version of SCIPWM.dll driver provided by Viaarena website. When I press the poweroff button it's reboot the board, and it isn't poweroff (switch off atx) the board.
|
| How to trigger card insert interrupt for an internal SDIO? | 07 Jul 2006 08:12 GMT | 1 |
I am now testing the circuit for our the new PCB which has a SDIO module embedded (cannot remove/insert). There is no card detect pin so I don't know how to trigger the card detect pin so that the driver can run.
|
| how to use ISAPI programming | 07 Jul 2006 02:55 GMT | 2 |
I use VC build a ISAPI project and creat a static .dll file. This file run correctly in windows XP,but cannot run in WinCE.net. I have added all of the component in Web Server(httpd) when building Core.
|