Wireless UI
The "Wireless UI" does not implement in function
AdapterIPProperties (\Netui\network.c).
But the CE 5.0 document always says "Implements the IP
Properties dialog box that is displayed in the network
connections UI that allows users to configure IP
addressing, DNS/WINS information, and wireless local area
network (LAN) settings."
What's the problem?
Bryan. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62222
Kernel Debugging in PB 5.0 beta
Hello,
Is it possible to step through WMGR or GDI functions like CreateWindowEx,
DrawText and ExtDrawText? I Enabled Kernel Debugging but I can not open the
kernel source code, it has only stub.cpp file!
Any help is greatly appreciated Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62215
Develop a win USB application to download image?
I want to develop a win32 application (use VC++ or BCB)to download image to
PXA25X via USB,
Do I need to develop a USB driver or use the default driver by the win2000?
I found that the Samsung provided a "DNW" tool to download image to 2410.Is
there any same one provided by Intel?
Any suggestion is appreciated. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62211
D3DM err
Hi,
I have Sandgate II-G (PXA270+2700G) and CE5.0. Now I try to add
Direct3DMobile in the CE image. When I execute the D3DM sample code
from Microsoft, the call CreateDevice fails with return value
D3DMERR_INVALIDDEVICE. That reads the hook can't find according to MS
doc.
Anyone here experiences similar situation with D3DM?
Regards,
Mark Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62210
magic packet reception
Hi All,
os -Wince4.2
BSP -VIACEPC
I am trying to implement Wake On LAN using VT3065 NIC ...I have got a driver
for the same ..
how do I extract ethernet address from incoming data from the n/w?..Should
I communicate with
protocol driver or can i directly go for NDIS functions...Can anyone give me
a slice of code to
implement the reception of magic packet...Is there any sample files in PB
which I can use a reference? Can I use files under
public\COMMON\OAK\DRIVERS\NETSAMP\PASSTHRU as a reference code?
Any suggestions /Links will be greatly appreciated..
Thanks in Advance,
Johns Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62207
drm in windows ce.net 4.2
I'm wondering when I install microsoft drm 7.1 and whether I use the
individualized certificate or generic certificate, everytime I try to
play a drm'd video/audio file I get this error:
You need a license to perform the requested operation on this media
file. (0xc00d0bbe)
What is causing this error? Am I missing a component in the platform
builder? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62205
NewPlatformWizard XML file
Hi,
I am creating a new platform wizard XML file and need to preset some build
environment variables. Within the DefaultSettings section of the XML file, I
am using the following syntax and it doesn't seem to work.
<BuildEnvVar Name="INCLUDE_ME" Value="1" />
What am I doing wrong?
Thanks in advance. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62201
PQOAL PCI BusID vs Bus Number Problem
The OALxxx PCI routines (e.g. OALPCICfgWrite) all take a BusID parameter, in
addition to the regular PCI location address. There is no documentation on
the parameters, but the bus ID appears to be intended for additional PCI
interfaces, while the bus portion of the PCI address defines secondary buses
behind a PCI bridge. In most cases, the BusID parameter would be zero,
unless there were multiple host bridges in the system.
However, the CEDDK functions (HalGetBusData etc) don't have a BusId
parameter, this is apparently something new that was defined with the PQOAL.
The CEDDK maps calls to the HalXXX functions to IOCTL_HAL_DDK_CALL, and
from there on to the OAL functions. However, the BusID parameter needs to
be set, so the PQOAL fills in this parameter with the PCI bus number.
Unfortunately, the OAL sees calls for secondary buses as calls for buses on
another interface. Obviously, the cpu dependent code can ignore the BusID
parameter and just use the PCI device location for any system that has only
one host interface.
Questions:
- What is the purpose of the BusID parameter in the PQOAL routines, and how
is it different from the bus portion of the address?
- If there are multiple interfaces (multiple host buses) how are they
supposed to be differentiated in calls to the CEDDK configuration routines?
Any other thoughts on this?
--
Dean Ramsier - eMVP Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62200
Failed executing Command Processor Commands
Hi all,
I am using winCE 4.2 Platform Builder
When I try to excute Standard shell command in the Target Control window:
Windows CE>s cmd /K TIME
I got the following in the Debug window:
Loaded symbols for '...\CMD.EXE'
Console NOT redirected for process 0x42
ObjectCall: Failed(2): h=ffffffff
Invalid handle: Set=7 Method=3
MessageBox - Customizeable
<<< Unload module cmd.exe at address 0x0E010000-0x0E02B00
Unloaded symbols for '...\CMD.EXE'
In the Target Process window, shell.exe appears in the list
Do I need to set up anything else to run the Command processor commands
Thanks in advance for any help.
RH Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62199
How to add my dll to platform?
Hi,
I have a dll (usb driver) created via an existing evc++ project. Looks like
PB wants me to create a new platform builder dll project (pbp); but then I'd
have to somehow migrate my existing evc++ project over.
Can I just somehow point PB at the dll I've already built? What about the
associated registry keys?
I also was reading in the help files that a "Catalog Feature File" (.cec)
might be another approach.
I guess I really want to know: What's the 'right' thing to do here?
Thanks much! Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62194
Releasing a WCE Image
I've created a personallized WCE image for using in a CEPC.
But I didn't acquire PlatBuilder licence, because I did all my work within
the 3 month trial period.
Obviously I'll pay for each one of WCE in my product, but do I still need to
buy PlatBuilder licence, in order to release them? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62192
switching from one keyboard driver to another
Hi,
i have allready posted about this before, but i havent been able to get it
to work, so i'm going to reinstall my bsp to have a fresh one to start with.
The problem i'm having is the following. In our device (custom hardware)
there is allready a keyboard driver that handles the buttons on our device.
Now i would like to have the possibility to use the USB keyboard, discarding
the buttons on the device itself.
So my question is, what do i need to take out to get my old keyboard driver
out of the bsp, and what do i need to put in to get my USB keyboard
supported? The USB works, as i can use it to read from a memory stick. Later
on i want to merge those two, but currently i'm short on time to do it.
Thank you in advance,
Kristof Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62177
How to change the com port in EdbgOutputDebugString ?
Hi,
I trace the eboot codes, and I found it uses "EdbgOutputDebugString" to send
messages through com port.
In my system, it use com 2.
I want to change it to com 1.
Where is the code ?
Thanks.
Yu. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62174
Usb stick support when plugged in at boot
Hello,
I have figured out how to support a removable usb memory stick under CE, and
it works ok when i plug it in after the OS has booted. But if the stick is
allready connected when turning on the power, then the stick is not
recognised/seen. My best guess is that is is due to the fact that it is a
loadable driver (correct term??) Is there any way i can probe at startup to
see if the stick is connected, or is there a way to make it an always loaded
driver, but still with the capability to start it when i load/change sticks
at runtime?
Thank you,
Kristof Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62171
Retail vs Evaluation
Dear CE gurus,
does anybody know what are the differences between
Windows CE 5.0 retail and Windows CE evaluation
edition? Will the BSP developed and tested with retail
PB 5.0 work for BP 5.0 evaluation edition?
Thanks Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62170
Checksum failure if problem image to the flash
Hi, All
I modified config.bib to problem nk.bin to the flash. But I got
checksum failure when eboot starts downloading the image. The error
msg is:
****** OEMVerfyMemory checking physical range [0x80000==>0xE16627]...
****** FLASH Address ******
ERROR: Checksum failure (expected=0x2EB computed = 0x2C6)
*******Checksum failure on record 1, ABORT!!! ******
The config.bib is as follows, the platform is PXA27x WinCE5.0. Did I
miss out anything?
MEMORY
; Name Start Size Type
; ------- -------- -------- ----
RSVD 80000000 000FF000 RESERVED
ARGS 800FF000 00001000 RESERVED
NK 9CA80000 01000000 RAMIMAGE
RAM 80100000 03F00000 RAM
; Reserve ZBANK virtual block (No physical memory
; is required to back this virtual range).
;
ZBANK 96500000 00100000 RESERVED
CONFIG
ROMSTART=9CA80000
ROMSIZE=01000000
ROMWIDTH=32
AUTOSIZE=OFF
KERNELFIXUPS=ON
Thanks in advance
Tang Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62161
Warm boot clear "working RAM"?
I'm a bit confused when I read WinCE 5.0 documentation : Kernel Power
Management. The state diagram shows that Warm Boot clear working RAM.
My impression is that warm boot will not clear the content of the RAM.
Could anyone clarify what exactly is preseved/cleared during warm boot?
Device drivers? Application? What exactly is "working RAM"? Thanks!
Zhijie Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62160
How to develop CAN bus driver in CE?
Hi all,
now I want to develop CAN bus driver, but dont know how to start.
where may I find can bus driver source codes or who may give some glues or
source codes?
thanks! Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62159
eboot usb transfer,
want to implement usb image transfer in eboot.
EZUSB, or usb to serial adaptor protocol come to mind.
is there any documentation or even simple software that show how does it
work?
and where can i find those "standard usb device" protocols? e.g. standard
HID, standard mass storage device, standard printer device etc.
thanks Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62154
I/O card locks up new Dell X50
I wrote a driver for a I/O mode flash device my company is developing and it
runs fine on a PXA255 based Dell Axim running PPC 4.2 and an HP IPAQ that is
based on a PXA250 running PPC 4.2.
However, when I plug the device into a Dell that is based on a PXA270 and
PPC (now Windows Mobile??) 4.2 2nd Edition, my driver loads OK and receives
data from the I/O card (I know this because the driver can write the incoming
buffers to files), but the Windows UI stops functioning and takes no user
input and never refreshes the screen.
Does anyone know if 4.2 2nd edition requires driver mods? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62144
adding a new emulator to Visual Studio 2003 environment
Hi guys,
I just wanted to know how to add an emulator to the VS 2003 environment.
Especifically, I donwload an SDK for a 3rd vendor (but it was built by
Conectix).
It requires embedded C++ 4.0 to be installed. I can deploy from the embedded
tool, but it says it's emulating windos CE.NE.
Anyway, how to add that (or any other) emulator to the VS 2003 environment
TIA
--
Leo Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62142
Can not write to SD card
I am porting SDMMC driver from CE 4.2 to CE 5.0, loader detects the SD card
fine and loads the sdmmc driver, "Storage Card" folder finally shows up in
the file system, I can read file from the card. But when I try to write to
SD card, e.g. delete a file from SD card, system simply says "cannot remove
filename" without even trying with DISK_IOCTL_WRITE.
Sound familiar to anybody here?
If I build a 4.2 image with 5.0 SDMMC driver, it works just fine; a 5.0
image with 4.2 sdmmc driver has the same write problem.
--
Zhongwei Wang
Applied Data Systems
www.applieddata.net
Application - Ready embedded systems
Microsoft Windows Embedded Partner
Gold Level Member Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62137
IssueBulkTransfer & IssueVendorTransfer return 0x05
Hi
I am communicating with a USB device on WinCE 5.0 for a miniport driver.
After the device gets enumerated, I am able to get the device, configuration,
interface and endpoint info properly.
Later, when I call lpIssueVendorTransfer or lpIssueBulkTransfer, I am
getting 0x05 (USB_DEVICE_NOT_RESPONDING_ERROR) as the error code from
lpGetTransferStatus (I wait till the transfer completes) each and every time.
Can someone tell what is the possible reason for getting that error?
There cannot be any firmware error as the same device is working absolutely
correctly when connected to a Win XP machine.
Thanks in advance.
Regards
Vicky Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62128
Profiler
Hello.
I'm trying to get profiler running on wince 5.0 since some of
our customers want to see it in the BSP. After implementing
necessary steps: modifying config.bib, adding KernKitlProf
folder to the kernel tree, adding OAL profiler support
(OEMProfileTimerDisable, OEMProfileTimerEnable,
etc etc etc) I can build kernkitlprof.exe and sysgen
resulting image with profiler option enabled.
Is it any way to chek if profiller is enabled or not? PB doc
recomeds to use "prof on/off" commands from ce shell. I'm able
to turn on the profiler (at least I think that I can do it). Then I can
get CeLog and see some events there.
But when I build KernKitl only (no profiler enabled)
then "prof" command is still available and I still
can do "prof on" and get some log output???
How to chek if kernel profiler is working?
Thanks Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62125
USB Wireless LAN - Windows CE 4.2
Dear Guides,
We are planning to integrate a Wireless LAN based on USB interface for
our ThinClient based on Windows CE 4.2. Can any one suggest one USB
based Wireless LAN vendor windows Windows CE 4.2 driver.
I searched for Cisco all models are available for PC-Card interface.
In our hardware we are not having that support. So we thought of going
for a USB based.
I serched our groups mails. But unable to find a USB based wireless
card.
Kindly help me in indentifying such a Wireless card with CE driver.
Thanks in advance
avkumar. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62119
How to prevent other applications from running on my platorm?
Hi,
Our system is based on WinCE 4.2.
I hope only our applictions can run on my platform.
In other words, it will be failed if someone wants to run other applications
on my platform.
How can I do that ?
Thanks.
Yu. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62115
Loading 1394 Driver in CE 5.0
Hi everyone,
I am working on porting a XP 1394 driver to CE 5.0. I have been looking for
information on how does CE decides to use the driver for a particular
firewire device. In XP, the vendor ID and chip ID in the firewire configRom
is used to produce an enum in which XP then uses to find the corresponding
driver specified in the registry.
Does CE 5.0 do something similar to determine which driver to use? If so,
could you please point me to some info to where I can configure CE to load
the driver?
I would be appreciated if you could also point me to where I can find info
in how CE does PNP enumerations as well.. I couldn't find much info from
Microsoft documents..
Thanks
Chi Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62114
ROM and Hive Registry
Hello All.
Here's what i'm trying to do: I want to have certain values under a registry
key be read from ROM, and not from the System.hv file.
For example
[HKLM\Comm\TestKey]
"ValueA"="will be modifiable between reboots"
"ValueB"="Will always be this string at reboot"
any clues? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62108
How can I replace Std Shell w/ Taskman Shell?
I know to build the Taskman shell, SYSGEN_TASKMAN needs to be declared and
set to 1. I can do this in Platform Settings.
However, I do NOT want the Standard Shell, since I'll be using Taskman. If
I try to delete in from the image feature view, it does not allow me. Also,
I can not disable it (exclude from build) with the feature view.
So, how do I clear SYSGEN_STANDARDSHELL so that cesysgen.bat sees it as
undefined?
I'm using Platform Builder 4.2.
Thanks,
Craig Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62098
SysGen Error
I continuously have this error:
filesys_ALL.lib(dbase.obj) : error LNK2019: unresolved external symbol
_CeEnumDBVolumes referenced in function _FlushAllDBBuffers
I do not need file systems, but the Target Control Support (Shell.exe)
forced it. Does anybody know what I'm missing ?
Regards Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62093
build release image for compact flash card
I use debug version image and load it from ethernet in this case I have no
problem but when I want to load image to flash card I have.
I build release version of image and with tool PTUpdate I try to load to
device but I get error of limited memory. although I connect the flash card
on device..
I think that I should make some changes on bootloader But I don't know
exactly what they are to see flash card as primary memory on boot.
thanks
Ozgur B Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62087
Question about stratad.dll
I would like to use stratad.dll as flash block driver.
I built os image with INTEL bsp and MS Magneto (14244) on Mainstone
board and our custom board using intel strata L30 (128MB)
When stratad.dll was loaded, stratad.dll received unrecognized IOCONTOL
code and then data abort occurred in filesys.exe.
In PPC 2003 SE, An error occured in the function InitializeFlash.
"Error, The number of block in erase region is (2)".
Stratad.dll also received unrecognized IOCONTOL code.
I don't remember the exact code value.
So, I have a question about stratad.dll in
Public/common/oak/drivers/block/msflashfmd/strata.
Is it possible to use stratad.dll without modification on Mainstone or
strata L30 flash ? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62085
how can I Install my own Input Method?
I developed an Chinese Input Method under WBT of WINCE4.2,how can I Install
the Input Method? Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62080
How can i use USB as KITL, and download nk.bin via USB?
SGksYWxsDQogICAgSSB3YW5uYSBjb25uZWN0IHRoZSB0YXJnZXQgZGV2aWNlIHRvIHRoZSB3b3Jr
c3BhY2UgdmlhIHRoZSBVU0IsIHVzZSB0aGUgVVNCIGFzIGEgS0lUTC4NCiAgICBCdXQgSSBhbSBu
b3QgcXVpdGUgc3VyZSBhYm91dCB0aGUgcmVsYXRpb24gYmV0d2VlbiBSTkRJUyBhbmQgS0lUTC4g
SXMgdGhlIFJORElTIFVTQkZOIGNsYXNzIGF0IHRoZSBkaXJlY3RvcnkgV0lOQ0U1MDBcUFVCTElD
XENPTU1PTlxPQUtcRFJJVkVSU1xVU0JGTlxDTEFTU1xSTkRJUyBzdXBwb3J0IGZvciBLSVRMIHRy
YW5zZmVyPw0KICAgIE9yIHdoYXQgbW9kaWZpY2F0aW9ucyBzaGFsbCBJIGRvIHRvIHVzZSB0aGUg
VVNCIGFzIGEgS0lUTD8NCg0KICAgIEFuZCBvbmUgbW9yZSBxdWVzdGlvbiwgaG93IGNhbiBJIGRv
d25sb2FkIG5rLmJpbiB0aHJvdWdoIFVTQj8gTm90ZSB0aGF0IHRoZSAidGFyZ2V0IGRldmljZSBj
b25uZWN0aXZpdHkgb3B0aW9ucyIgZGlhbG9nIGluIFBCIGRvZXNuJ3QgaGF2ZSB0aGUgZG93bmxv
YWRpbmcgb3B0aW9uIG9mIFVTQi4NCiANCqGqoaqhqqGqoaqhqqGqoaqhqqGqoaqhqqGqoaqhqqGq
oaqhqqGqoaqhqqGqoaqhqqGqoaqhqqGqoaqhqiAgICAgIA0KSi5XYWx6ZXINCkludGVsbGlnZW50
IEdyb3VwaW5nIFJlc2VhcmNoIGFuZCBEZXZlbG9wbWVudCBJbnN0aXR1dGUgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgDQpBbW9pIEVsZWN0cm9uaWNzIENvLixMdGQuDQp3
YW5nekBhbW9pLmNvbS5jbg0KVEVMOis4Ni41OTIuNjUxLjY3NzcgZXh0LjY1MDg= Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62079
Read a textfile at IOCTL_HAL_INITREGISTRY
I have found a posting regarding to my question "[Q] Open and read a Textfile
in IOCTL_HAL_INITREGISTRY". In this posting it is said that this is not
possible at this state.
I am not sure, does this belong also to Windows CE 5.0? I am using
HIVE-BASED Registry so in my opinion the filesystem is ready at this state.
Is it possible to read a textfile at IOCTL_HAL_INITREGISTRY?
Regards Peter Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62078
what's wrong with my Input Method??
I developed an Chinese Input Method under WBT of WINCE4.2,the Input Method
is working well in the WBT's Normal Windows's Edit Contrl.But in the Input
edit of of a websit(such as google.com) in iesample,the Input Method is
wrong,
the composition window and the candidate window can not be showed.And I
press the keyboard,the chinese string enter the Input editor.
How can I work it out! Any help is appreciated. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62076
EHCI Support for 64bit Extension
Does Microsoft plan to release an QFE for USB 2.0, EHCI and 64bit Extension
(Windows CE 5.0)? I am using Intel 855 and 815 chipsets (ICH4) and on both
chipsets the EHCI controller does not work.
Regards Peter Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62073
speakerphone mode of smartphone 2003
Hi all,
I got a problem with audio driver, I need to implement a feature that
press-and-hold SEND key of smartphone is able to activate the Speakerphone
Mode. Now I the functionality is implemented, but OS is not notified, ie,
the speakerphone icon is not shown on the title bar. How can I inform OS
about the speakerphone is ON? Which IOCTLs need I handle?
Thanks in advance
vivy Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62071
Communication on CompactFlash interface
Hi
I want to communicate with a device having a CompactFlash interface. Can
someone tell me how to do that?
Can I use PC Card samples available in PB? Is there a sample for a client
driver which I can look at?
Would appreciate any pointers/help/articles/links.
Thanks & Regards
Vicky Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62061
TCP/IP Security
Hello,
I have an x86 device called FB6500
(http://www.fabiatech.com/products/fb6500.htm). It uses Windows CE 5.0 which
i built using PB 5.0. It's purpose is to run an app which uses TCP/IP. It
basically sends TCP packets to a client every 10 seconds.
I am considering of putting some sort of security or encryption for this TCP
stuff but i am unsure of how to go about doing it. I realize there are some
components out there which provide encryption algorithms to manually encrypt
the sent data. However, i've also read stuff on SSL and IPSec, and that these
features can be added to the OS image using PB 5.0. If i do add these
features, how do i use them in my application? Thanks.
Michael--J. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62052
CE Web server unloads ISAPI extension after 10 mins
I have an ISAPI extension that loads off a ASP page and everything works fine
but... if I walk away and get a coffee IIS unloads my ISAPI DLL extension
after 10 minutes of no brower activity. If I refresh the browser, it gets
reloaded. Is their a setting to increase the timeout??
Thanks,
Mike Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62051
keyboard localisation in Windows CE 5.0
Hello All
I have a problem with keyboard localisation in Windows CE 5.0. I need to
create
Polish keyboard. I have already done it for Win.CE 4.1 and 4.2 but for 5.0 I
have
difficulties. My modified KeybdDriverVKeyToUnicode() function seems work
correctly, alt + a,o,e etc.. produces appropriate new unicode chars (I saw
in pCharacterBuffer pointer).
However when I tries press the following keys down:
alt + a produces char 261 but in any input text box I see 'a'
alt + l produces char 322 but in any input text box I see 'l'
alt + o produces char 243 and in input box I see 'o with accent'
It seems that Windows CE 5.0 does not accept unicode characters greater than
255.
The question is how can I enable to show all unicode characters ?
Thanks for help
Pawel Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62049
SM501 USB
Anyone using the Silicon Motion SM501 PCI card? If so, I'd be curious about
your experience. I'm using it in a CE5 XScale system, and having problems
primarily with USB (although there is trouble with the 2D hardware
acceleration as well). The biggest problem is that the USB host controller
appears to be reading bad data when it accesses the transfer descriptors.
Almost as if the hardware isn't accessing the same memory the software is
initializing. Silicon Motion hasn't been able to provide much support, at
least to this point...
Anyone have experience with this card and can provide some insight?
Thanks,
--
Dean Ramsier - eMVP Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62044
EULA-Toolkit
Hi,
does anyone know where I can obtain a copy of the EULA T's & C's for the
tool kit only... not the runtimes.
Thanks,
--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62036
ie.reg error in latest QFE for SH4, possibly others
In \%WINCEROOT\PUBLIC\IE\OAK\FILES\ie.reg, someone who created the file did
not realize that comments are preceeded by a semicolon (";") not a double
slash ("//"). This causes spurious warning messages to be generated by
Platform Builder if IE is included in the build. It appears that this might
have been introduced in the latest QFE, as I don't remember seeing the
warnings before the last update. Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62034
Wince 5.0 on Intel 855GME/ICH4 chipset
I am trying to make IDE and USB work on the CEPC BSP. The board is an Intel
Pentium-M based 855GME/ICH4 based chipset. After the Windows CE 5.0 boots up
it does not recogonize the IDE or the CF card connected to ATA interface.
USB interface too has the same problem. Can any one let me know where can I
find the CE 5.0 drivers for ATA and USB drivers.
Thanks in advance,
Basu Tag: ALC202A Driver for WINCE.NET 4.2 Tag: 62033
Hello there~
Does anyone here know where I can get ALC202A Audio Driver for WinCE.NET
4.2?Please kindly help !!Thank you a lot....