| Thread | Last Post | Replies |
|
| Want to increase RAM to 512MB | 03 Jul 2008 10:36 GMT | 6 |
We have a custom board...on that board currently we two 128MB of RAM now we want to increase it to 512MB each. so i want to know where i have to change in the code.
|
| What is the best way to change public .res files? | 03 Jul 2008 04:22 GMT | 2 |
I need to change some .res files (mainly cplmain resources) in the PUBLIC directory. I tried to copy the files to my platform\Files\<LANGID> dir, but it seems that the sysgen process links again the .res files in %_PROJECTROOT%\cesysgen\... directory, and the files in my ...
|
| Reading and Writing to the NandFlash from WinCE OS | 03 Jul 2008 03:41 GMT | 7 |
I am a newbie. My development board is SMDK 2410. I need to access the Flash which mean be able to read and write. I know that Flash will contain the bootloader, the WinCE image and the rest
|
| about cirrus maverickcrunch coprocessor | 03 Jul 2008 00:56 GMT | 3 |
Hi, All Cirrus only provides float function like sin(...) which use its maverickcrunch coprocessor. But the coprocessor doesn't work on normal float multiply. Does BP50 compiler support the coprocessor. Please let me know if
|
| Does C++ "operator new" fail by throwing "std::bad_alloc" in CE6.0? | 02 Jul 2008 11:40 GMT | 2 |
Does the standard implementation of c++ operator new in CE6.0 throw the exception std::bad_alloc when it's run out of memory (as it should if it conforms to the C++ Standard), or does it just return NULL (as was the case for VS6 and PB5.0)?
|
| 4Gbit NAND flash driver question | 02 Jul 2008 08:01 GMT | 7 |
we change NAND flash from 1Gbit(128M K9F1G08U0A) to 4Gbit(512M HY27UF084G2M) i update souce code fmd.cpp as the following: ========
|
| CE6 R2: RDP Licenses problem. | 02 Jul 2008 03:16 GMT | 2 |
Excuse me, I found two RDP license problem in my CE6 R2 image: 1) After RDP client connected to RDP Server (Windows server 2003, and Windows Server 2008), I could not see the Licenses in "Terminal Server Client Licenses" list of control panel.
|
| CE6 R2: How to restore RDP session password? | 02 Jul 2008 02:36 GMT | 5 |
Excuse me, my CE6 R2 image is Ram-Based, and includes RDP. I set the registry: [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services] "DisablePasswordSaving"=dword:0[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Terminal Services]
|
| Debugging VS2008 App and Driver under PB5 | 01 Jul 2008 22:27 GMT | 8 |
I'm not sure if I'm trying to do the impossible - be patient if I am! It seems an obvious thing to do, but I can't find any docs or previous posts covering it. I've got an OS downloaded from PB5.0 over ethernet to my device. KITL
|
| Strange Debugger Message - CE 6.0 | 01 Jul 2008 19:39 GMT | 2 |
While trying to connect via KITL VS2K5 is giving me this dialog... "Kernel Debugger Connection Error" OS image file cannot be opened - it is either invalid or not accessible. This error is non-recoverable, and the connection must be aborted.
|
| Mapping Physical Memory | 01 Jul 2008 19:18 GMT | 2 |
I have a requirement to map an area of physical memory containing static RAM into an application on a custom CPU board. I am currently working with CE 6 so MmMapIoSpace will only work from kernel mode. I have looked in to using a KernelIoControl or some other kind of driver but ...
|
| What's the relationship of activesync, USB Serial, Unimodem and so on? | 01 Jul 2008 19:12 GMT | 1 |
When adding activesync in Windows CE, we have to add a lot of related components, such as USB Serial, Unimodem, Dial Up Networking and Network User Interface. Where can I get documents about their relationship? I quite doubt about this.
|
| Touchscreen Driver | 01 Jul 2008 15:24 GMT | 4 |
I have a PXA 320 running WindowsCE 6.0 and I need a touchscreen driver that uses the 320's touchscreen interface. I am out of time and need something QUICK! Can someone help me? PIPC
|
| Testing application in an emulator | 01 Jul 2008 08:42 GMT | 6 |
my target platform will be an iMX27 ARM, but for testing in advance I would like to debug my application in an emulator. My application needs some specific dll's for speech, that are normaly embedded in my platform. Is it possible somehow to load these ddl's during the emulator ...
|
| Multiple instances to device using streans interface | 01 Jul 2008 07:24 GMT | 11 |
I will try to keep this as concise as possible ... 1/ I have USB class driver for proprietary device, loading properly. 2/ Device enumerates four (4) endpoints. 3/ I am porting Win32 application that opens each pipe separately with
|