| Thread | Last Post | Replies |
|
| DEBUGCHK failed in file problem | 31 Oct 2007 14:18 GMT | 2 |
I am working on WINCE 6.0 BSP development. I have developed BSP for MC9328MXL I have built DEBUG version with KITL and Kernel Debugger enabled while building.
|
| build.dat | 31 Oct 2007 14:04 GMT | 5 |
I am in windows mobile build enviorment.What is the function of build.dat and how it is created automatically on everytime new build command and how the mapping is also done means which are directory need to be compiled?
|
| Changing ie error pages | 31 Oct 2007 10:42 GMT | 3 |
I am working with Iesample, and want to change the standard error pages of ie. These pages are located in the resource file shdoclc.res. I have two questions: 1) Which project builds shdoclc.res? I tried cloning the resdll folder under
|
| NAND flash | 31 Oct 2007 09:39 GMT | 3 |
Any body can suggest widely used thirt party software for NAND flash bad block managment, wear leveling which support WindowCE OS. Prosanta
|
| Kernel hangs in primary thread | 31 Oct 2007 05:36 GMT | 4 |
I am working on ARM926EJS SOC.I am building an image with a tiny kernel configuration and i havent enabled any other peripherals other than uart,vic and timer1.I haven't enabled KITL and kernel debugger. I am building NK.nb0 and downloading directly using Lauterbaugh.
|
| Kitl cannot connect | 30 Oct 2007 21:59 GMT | 6 |
I am trying to get kitl working in order to debug my platform. I am migrating from ce4.2 to 5.0. The platform builder will download the image to the platform, but the platform will not connect after the image starts. It appears to
|
| Incorrect source files compiled in CE 6.0 build | 30 Oct 2007 21:59 GMT | 1 |
In a recent BSP, I had cause to use the 'stock' MIPS 'fixtick' timer library. After determining that the behavior was not as expected, we traced the bug to a problem in how files are selected for building. The PLATFORM/COMMON tree for MIPS timers is organized as follows:
|
| Some problems about SDI0 WIFI DRIVER | 30 Oct 2007 20:59 GMT | 1 |
i port a sdio wifi driver according the sdio. now it the connect with wireless AP. and can be allocated a ip address. but there are some errors in the debug ,
|
| Timeout AC97 Audio Driver (UCB1400) | 30 Oct 2007 18:48 GMT | 4 |
I have a Problem with my Audio Driver, i use a PXA 270 CPU and a UCB1400 Codec (AC97) The writeing from the CPU to the Codec is ok. But when i try to read any Reg from the codec, then i get a Timeout,
|
| trouble with deploying at C# | 30 Oct 2007 16:21 GMT | 1 |
hi? My environment is PB5.0 for os building and visual studio 2005 team edition for c# app developing. Of course, I added dotnet cf catalog to the os design.
|
| 2D Display Driver - Help | 30 Oct 2007 14:45 GMT | 9 |
I have some general questions in the WinCE display driver. I wanna write 2D display driver for AMD's NB RS690T. So can u people suggest me which driver in WinCE 4.2 i can take as referrence and i can start. There are GeodeLX drivers present in WinCE but the VGA is ...
|
| SC_CreateMutex | 30 Oct 2007 14:24 GMT | 5 |
I found the SC_CreateMutex is called in kernel in wince5.0. I want to know whether this function is still supported in WINCE6.0, because I found it's replaced by DoWaitForObjects in 6.0....
|
| How to support C++ in platform5.0 | 30 Oct 2007 09:29 GMT | 6 |
I create a workspace platform about emulator x86, and create a "hello world" console project for it, but I noticed that i can't use c++, only c, when I include a iostream head file, and then build the console project, the pb will say that it can't open the file
|
| WinCE6: Slow RAM access thru dibsection pointer | 30 Oct 2007 08:16 GMT | 2 |
We have some problems regarding pointer access in WinCE6.0. Using a pointer, returned by CreateDibSection API, is significant slower then using a pointer returned by "new". Approximatly 20 times slower. Both pointers are pointing to heap memory.
|
| The ATA hard disk read/write speed in wince600 is worse than wince500 especially via file system | 30 Oct 2007 03:37 GMT | 3 |
I have port the ATA driver from wince500 to wince600, but ATA read/ write performance is worse. if read/write not via file system(use DeviceIoControl(DISK_IOCTL_WRITE)), the speed is slower about 20%,
|