| Thread | Last Post | Replies |
|
| Accessing kernel mode address fron driver | 08 Jun 2005 16:46 GMT | 7 |
If my driver wrote directly to kernel virtual address rather than using VirtualAlloc/Copy would this cause an exception. I don't want to try but was wondering what would happen and how
|
| Multiple Input Language | 08 Jun 2005 14:27 GMT | 2 |
I have a working for the multi input language. and mui. i want to support that us, german, french, italian key board and so on.. MUI feature is working well. but i have some queston in multi keyboard support.
|
| Is it an error in the common driver directory? | 08 Jun 2005 14:09 GMT | 1 |
I am reading code of sdmemmain.cpp, there are some codes like this: // // Execute the IOCTL //
|
| Bootloader | 08 Jun 2005 13:56 GMT | 4 |
How can I change the size, the bootloader loads? In details I have an about 20 mb big and debug image but the bootloader loads about 16 mb part of it and then jumps image so it does't work. Would I need to make changes on boot.bib, like the ROMSIZE change I have
|
| How to modify keyboard driver? | 08 Jun 2005 13:50 GMT | 1 |
i have PXA 270 ,wince500. i want to make about 10keys... How to use properly device driver?
|
| Wav Record return no data? | 08 Jun 2005 11:57 GMT | 2 |
I created a very simple app that just receives the data from the wavein device using the standard wave APIs on a Xscale PXA255 Develope Board,but the DMA returns nothing,and then I used the example app called wavrec.exe which is designed to record for 5seconds and the same thing ...
|
| Migrating Windows CE.NET 4.2 to CE 5.0 on OMAP1510 platform | 08 Jun 2005 09:37 GMT | 14 |
We are migrating Windows CE.NET 4.2 to CE 5.0 on OMAP1510 platform. The BSP is working fine with CE.NET 4.2. The same BSP we build it CE 5.0 and downloaded into target device but image is not getting displayed. We debugged it and found that CE Core schedulerInit is failed, ...
|
| using environment variable in CPP file | 08 Jun 2005 07:14 GMT | 2 |
Im using Platform Builder 5.0. I have set an environment variable say VAR=1. (I go to command prompt and say set VAR=1) Now I want to use that environment variable as
|
| PB 5.0 Cannot get the OS Design View | 08 Jun 2005 06:09 GMT | 10 |
Suddenly, I cannot see the OS Design View for any project. I only see the Parameter View and the File View! This happened after trying to import an new CEC file into the catalog. SO I have removed all my custom CEC files and still I cannot creat a simple
|
| sysgen vars problem | 08 Jun 2005 05:21 GMT | 6 |
I have added a news utils directory to my platform and can't get sysgen filtering working: WINCE500\ PLATFORM\
|
| how to implement to cold boot and warm boot in BSP??? | 08 Jun 2005 03:52 GMT | 2 |
I got my platform organized in following way: store the eboot and CE image in FLASH, when startup, the eboot copy the whole image into SDRAM(the image compiled to run at SDRAM's address) then jump to that address(0x80080000) to run wince.
|
| Download problem | 07 Jun 2005 23:36 GMT | 7 |
Last night i was busy debugging my image, switched off PC and dev board went home. Must have downloaded image over Ethernet 20 times or so in a day. Come back in the morning switch on PC
|
| Missing hive files | 07 Jun 2005 19:17 GMT | 1 |
During the makeimg phase (PB5.0), regcomp claims to writevarious hive files in the FRD. The .hv files show up later in makeimg's dump, but a scan of the FRD shows the .hv files to be missing. Thinking that a later sub-phase deleted them I tried cutting and pasting the relcomp ...
|
| How to set RAMIMAGE in config.bib if XIP is used | 07 Jun 2005 18:33 GMT | 4 |
Our device has 64M NOR flash and 32M SDRAM, and I wanna all the flash image to be XIPable. But I am not sure how to set the start address of RAMIMAGE. For example, the virtual address of the Flash starts at 0x9AA0,0000, with 512K
|
| what is the correct way to ask for a usb device reenumulation? | 07 Jun 2005 18:10 GMT | 1 |
the device is xscale 27x running eboot usb rndis, and then switch to ce kernel usb rndis kitl. because i cannot pass too many data from eboot to ce kernel's rndis driver, i could not have kitl driver resume the task left out by eboot's driver.so i
|