| Thread | Last Post | Replies |
|
| How to pass compiler options for a given directory | 15 Apr 2005 15:55 GMT | 6 |
Is there some way to pass a compiler option (/E) for a given directory or better yet a file? I can build from the command line via build. If I try nmake directly I get an error that BUILDROOT is not defined. And If I try to call the compiler directly it cannot find includes. I ...
|
| How to get any hardware IRQ for my ISR | 15 Apr 2005 15:01 GMT | 1 |
I am not able to find a way to get hardware interrupt to use that interrupt to signal my interrupt sevice routine.I basically want to know the wayn to get and use such interrupts for my ISR.
|
| RNDIS Function Driver | 15 Apr 2005 10:31 GMT | 2 |
This query is regarding RNDIS Function Driver. I have included the RNDIS Fn driver from the catalog with the required Registry entries and built a WinCE image and downloaded to my board. When I connect the board to my desktop, it advertises itself as ADMtek
|
| ActiveSync doesn't come up on PC using RNDIS | 15 Apr 2005 08:09 GMT | 2 |
I want to use my USB client connection as a RNDIS connection to my PC instead of a serial connection. I have added the correct components and set up the host drivers on my PC (running XP SP2), yet ActiveSync doesn't recognize the connection. My CE device (5.0 on pxa270) gets an
|
| PCI interrupts issues on x86 - code snippets included | 14 Apr 2005 21:47 GMT | 1 |
Thanks in advance for any help with this issue! I'm going nuts. Target platform - x86, ETX formfactor Using WinCE 5.0, Platform Builder for WinCE 5.0 BSP supplied from target manufacturer
|
| Direct Show renderer filters | 14 Apr 2005 18:07 GMT | 1 |
I have an audio render that we wrote in hhouse to handle multiple channel audio on a CE 4.2 box. This works great with wma, mp3 and wav files but fails on internet radio,
|
| Is still possible to purchase PlatBuild 4.2 ? | 14 Apr 2005 17:51 GMT | 4 |
Is still possible to purchase Platform Builder 4.2 ? TIA
|
| Flashing EBOOT via .bin downloads | 14 Apr 2005 16:12 GMT | 1 |
A question - In theory according to the PB Help files, I should be able to create an eboot.bin image that gets downloaded and flashed by a running copy of eboot. To quote the documentation : ; Including a ROMOFFSET produces a .bin file suitable for download from
|
| Help about USB function driver in WinCE 5.0 | 14 Apr 2005 15:09 GMT | 5 |
I have a USB function driver problem. I am developing a device using WinCE 5.0. Its hardware design is based on Samsung SMDK2410. I added two features to my image: "USB Function - USB Function Bus Drivers - Samsung 2410 CSP" and "USB Function - USB Function Clients - Serial". ...
|
| How to display Chinese in an English NK.bin? | 14 Apr 2005 10:28 GMT | 1 |
Hi,all I want to display Chinese in an Engligh CE system by replacing the system font. I did the following: 1.Change registry setting.
|
| trap and modify (driver?) | 14 Apr 2005 09:13 GMT | 10 |
i'm a as newby as they get in networking and drivers. i started reading a bit but i sure need some guidance... i want to write something that will catch all outgoing network traffic, and, based on what that content is, redirect some of it to my server,
|
| run program via ActiveSync | 14 Apr 2005 07:08 GMT | 1 |
I made kernel image by Platformbuilder 4.2 When I use some program on PC that copy the file from PC to the device via ActiveSync, copying is surely sucess. After copying process, It should run copied program on device, but it didn't
|
| How Can add sdmmc driver under CE5.0(pxa27x) | 14 Apr 2005 02:57 GMT | 1 |
I put the sdmmc driver of Wince4.2(pxa250) to Wince5.0(pxa270) but, sdmmc will not work properly under wince5.0. I modified GetStorageID() func. but, mmc_read() func work , but , read buffer is empty!
|
| ActivateDevice failure. | 13 Apr 2005 23:38 GMT | 13 |
I have a customized device driver that includes the stream interface functins XXX_Open, XXX_Init, etc, plus functions used by the USB Bus Class driver. Among these functions is one of the most important, i.e. USBDeviceAttach(..)
|
| Implmenting USBH on a Hitatchi 7727 | 13 Apr 2005 22:03 GMT | 1 |
I am implementing a USBH on a board with a Hitatchi SH7727 chip. I believe my interrupts and ISR's are set correctly, but I'm not sure what the MemBase should be. From Project.reg (or Platform.reg)
|