| Thread | Last Post | Replies |
|
| AUDIO Driver problem in wince5.0 | 11 Jan 2007 12:27 GMT | 9 |
I am developing auido driver in wince 5.0, and use MDD/PDD model, when i use "software mixer", there is such error. 1. When I play audio files which is located in release directory,such as "close.wav", and the debug message shows:
|
| Synchronization of Windows Mobile Driver Functions | 11 Jan 2007 11:13 GMT | 1 |
I am implementing an audio driver for WM 6.0. Should I assume that an execution of WAV_IOControl() called by one thread can be overwrapped by another execution of WAV_IOControl() called by other thread?
|
| physical RAM limit under WinCE 6.0 | 11 Jan 2007 08:32 GMT | 13 |
I know that there is a limit of 512 MB RAM under windows CE 5.0. I would like to know if that limit still exist under WinCE 6.0. If the answer is yes, then I would like to know which mechanisms I could use to overcome this limitation. I read in another thread a post
|
| Trusted environment in CE 6.0 | 11 Jan 2007 05:34 GMT | 10 |
In CE 6.0 the OEM_CERTIFY_RUN is not longer supported, so the OS either loads the module or not. However, in the documentation there is still a list of privileged (formerly called trusted) APIs. In CE 5.0 these APIs were not accessible to applications with the OEM_CERTIFY_RUN.
|
| PB5 and Vista | 10 Jan 2007 23:21 GMT | 1 |
Any issues with PB 5 and Vista. I'm thinking about rebuilding my dev PC and making the move to Vista.
|
| platform builder 4.2 debugger cannot connect to target | 10 Jan 2007 21:47 GMT | 3 |
I have a problem in starting the kernel debugger from platform builder 4.2. I am using the ethernet for downloading and kernel transport. My PC is running windows xp professional, and the target is running wince 4.2.
|
| Need some clues | 10 Jan 2007 20:58 GMT | 14 |
I have a performance problem in Eboot. I try to implement a decompression (based on LZMA). The same code runs about 6 times faster in Windows CE 6 with the same hardware (custom system with pxa270). I check everything I think of: instruction cache and data cache are enabled; CPU ...
|
| SD host controller driver f/ OMAP | 10 Jan 2007 20:29 GMT | 1 |
Does anyone know of an existing SD host controller driver for the OMAP 2420/2430? I'm specifically looking for one that supports SDIO and not just SD memory cards. (If you'd rather not post publicly please email me at dmccarty at gmail
|
| GPIO Driver for freescale imx31 in wince 5.0 | 10 Jan 2007 18:34 GMT | 2 |
I want to develop a GPIO Driver in wince 5.0 for a Freescale MCIMX31.I am new in this and if anybody has any previous experience in this please reply... Shall i develop it as a stream interface driver?
|
| Use Pocket PC as a USB Removable Drive | 10 Jan 2007 16:01 GMT | 7 |
I have an HP iPAQ 2490 PPC (WM5.0). I want to use it as a USB removable drive, for transferring files to PCs without ActiveSync installed. I guess 'usbmsfn.dll' contains the USB BOT transport 'bot.cpp' and the SCSI-2 emulator 'block.cpp' and the DLL could meet my need
|
| Synchronization between ISR and IST - I2C Based device | 10 Jan 2007 15:20 GMT | 21 |
Dear Greats, We are using dual I2C Philips UART with single interrupt line source. We have implemented ISR that reads the Interrupt Status Register through I2C communication and resolves the proper UART1/UART2 logical
|
| DeregisterDevice after restart of a crashed application | 10 Jan 2007 13:33 GMT | 2 |
I use RegisterDevice and DeregisterDevice for a bluetooth dongle. When my application starts i call RegisterDevice and if the return value is not NULL I will proceed with the CreateFile for the serial port.
|
| physical RAM limit under WinCE 6.0 | 10 Jan 2007 09:18 GMT | 1 |
Hi Valter, unfortunately I cannot tell you a good technical reason to use more than the 512 MB of DRAM. It is basically a costumer's requeriment because he will use our board to run simultaneally several applications
|
| WRITE_PORT_UCHAR What does it do? | 10 Jan 2007 09:05 GMT | 5 |
I need all information about the function VOID WRITE_PORT_UCHAR(PUCHAR Port, UCHAR Value )I looked in the "Platform Builder Help Files" and got a few questions: What exactly means "mapped memory range in I/O space"?
|
| From WindowsCE 5.0 to Windows Mobile 5.0 | 09 Jan 2007 17:12 GMT | 2 |
Hi Platform builder developers, until now I only used Platform Builder 5.0 to build my Windows CE device (all ARM based). I need now to build a Windows Mobile 5.0 device (with the same hardware,
|