| Thread | Last Post | Replies |
|
| what does this mean? | 15 Jul 2005 05:28 GMT | 9 |
I build a dll file in WINCE500 platform, then I copy it to WINCE420 platform, after I modified register to add my dll file, I run Make Image, then Wince420 platform report : Error: Can't find import 1819 in coredll.dll
|
| PXA270 Power I2C access on CE5.0 hangs system | 15 Jul 2005 03:49 GMT | 1 |
I am trying to dump power I2C registers on PXA270 on Windows CE5.0. The operation hangs the system. I can successfully dump other peripheral registers. The PWR_I2C is connected to the PMIC. But I think I should at least be able to read the Bus Monitor Register at 0x40F00180. This
|
| interrupt relocation | 14 Jul 2005 22:22 GMT | 2 |
hi, i am developing bootloader for ARM9 using wince 5.0,The interrupt vector locations for ARM is from 0x000000004 to 0x0000001c ,but wince 5.0 is adding digital signaatures in this location.Ihave added branch instructions inthese locations ,but these branch instructions are
|
| wince v5, PC104 SBC boot connection mgr to target via serial | 14 Jul 2005 20:10 GMT | 2 |
This my first run at loading my target (pc104, single board computer) with a WinCE OS. I'm using the boot floppy, CEPC connection manager on the target device, On the target boot, I select the "Boot CE/PC (serial via sboot.bin)" option,
|
| Want to know how-to work with Remote Tools in PB | 14 Jul 2005 18:21 GMT | 13 |
I wanna hook-up my remote tools with the target board where i've put-up my image....which is thru Ethernet Bootloading. Im trying to do a Kernel debugging to the image too and hence i had selected KdStub in the Platfrom settings' 'Debugger' option, and the
|
| Displaying Asian fonts | 14 Jul 2005 18:14 GMT | 4 |
I'd like to display chinese characters on my device. What I tried so far is using my standard image and just add a font resource (using AddFontResource) that includes some chinese characters. I assumed when I use then the corresponding unicode charactars it'll show some chinese
|
| Hive registry flushes automatically | 14 Jul 2005 15:41 GMT | 6 |
I'm finding that the hive registry is being flushed automatically even though I have the setting: [HKEY_LOCAL_MACHINE\init\BootVars] "RegistryFlags"=dword:0
|
| CE 4.2 Bluetooth configuration | 14 Jul 2005 10:24 GMT | 2 |
I have an CSR BC01 (HCI 16_4, UART, BCSP, 115200,8E1) on CE 4.2 , CEPC: X86, Configuration = 'Internet Appliance', COM1/2 . How I can use the CE 4.2 BT-Stack with this chip ? What I have to configure ? What can I configure (baud ? , BCSP/H4 ?, FlowControl ?, ...)
|
| ActiveSync vs Remote tools | 14 Jul 2005 02:33 GMT | 4 |
My mobile device can connect with Activesync and can copy file at folder "/my computer/movile device" in the desktop computer well. But I can't operate the "Remote File Viewer" or other tools in the EVC4/PB4 with activesync. How can this happen?
|
| Trying to SYSGEN with Windows CE 5.0's Platform Builder | 13 Jul 2005 16:36 GMT | 11 |
This is my first attempt at doing embedded programming with Microsoft tools. Using Windows CE 5.0's Platform Builder I created a plain vanilla CEPC x86 workspace in an attempt to get a clean sysgen and it complains about corelibc.lib. I would think that a clean workspace should be ...
|
| Platform builder, sysgen, and lockups... | 13 Jul 2005 15:51 GMT | 2 |
This is the first time I'm getting this problem, but it sure is getting on my nerves... On my hyperthreading-enabled 3Ghz P4 with 1Gb RAM, Windows XP, when I launch sysgen, it does it's job once every 7/8 tries.
|
| Modify cesysgen.bat behaviour in CE5.0 | 13 Jul 2005 13:57 GMT | 3 |
I have a 4.2/5.0 based headless project that basically only needs the "Minimal GWES Configuration" feature (SYSGEN_MINGWES) from the "Graphics, Windowing and Events" catalog folder. Additionally, I also need to include timer support in my image (SetTimer/KillTimer) which is ...
|
| Reading difference with reading from HDD and Main Memory ?? for DRM | 13 Jul 2005 10:07 GMT | 1 |
I am using Windows Mobile 5.0.(Smartphone) I have integrated OMA 1.0 DRM-engine to my device. So, I tried to play(execute) some DRM_Protected contents
|
| Can't create a File in xxx_Init, why? | 13 Jul 2005 09:51 GMT | 22 |
In order to create file in my driver,I add CreateFile function in driver's xxx_Init function ,like this : HANDLE Handle; LPDWORD pword = NULL;
|
| pxa270 resume from sleep (mainstone II) | 13 Jul 2005 08:31 GMT | 12 |
I am trying to suspend/resume our pxa270 (C5 stepping) board derived from mainstoneII (WinCE 5.0). The suspend seems ok but the resume procedure does not wake-up the system.
|