CE5.0 PC Card Bus Driver PDD Documentation
Have I missed something? The PB5 help appears to document at length
the functionality of the MDD but not the required functions in the
PDD. Is there a white paper on this anywhere or do I just have to
grope through the (barely commented) examples supplied?
Andrew. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97551
Where / How is device.exe built ?
Hi,
I made a change in devcore (yes,yes, i know...)
But this folder compiles to a .Lib
This lib is used in building device.exe somehow.
But I cannot find which project actually delivers device.exe as its target.
I searched through all sources files...
I want to build device.exe as a seperate PB-project.
Probably I am missing something here.
Any tips ?
Greetings,
Rob Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97549
NK Kernel debugchk error in schedule.c
Hi all,
I have downloaded the nk.bin on to the target. I have enabled KITL
and debugging the code. Here is debug log I get on the platform
builder. I can see hd.dll, nk.exe, osaxst0.dll, osaxst1.dll,
coredll.dll and filesys.exe loaded
Can anyone say why do I get the following error
NK Kernel: DEBUGCHK failed in file c:\macallan\private\winceos\coreos
\nk\kernel\schedule.c at line 1959 and the code hangs.
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SCRet: return to
03f39d90 Proc=8254c7d0 aky=3, mode = 0000001f
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SCRet: Before return
psrs->mode = 1f, psrs->prevSP = 00000000
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: ObjectCall: obs =
040afdd0, ra=03f372b4 h=00000003 iMethod=ffffffe0 mode=1f
extra=f000ff80, prevSP = 00000000
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: ObjectCall: 80203348
'Wn32' API call #32. disp=3.
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: KPSLDispatch: pci
80203348, fnptr 8028b02c
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_GetRomFileInfo
entry: 00000003 01fff224 040afe1c
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
entry: 040afe1c 03fece5e
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
exit: 040afe1c
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
entry: 01fff224 03fece5e
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
exit: 05fff224
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SCR: psrs = 040afde4
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SCRet: return to
03f372b4 Proc=8254c7d0 aky=3, mode = 0000001f
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SCRet: Before return
psrs->mode = 1f, psrs->prevSP = 00000000
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_GetRomFileInfo
entry: 00000004 01fff228 00000000
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
entry: 01fff228 03fece5e
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_MapPtrToProcess
exit: 05fff228
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: SC_OpenEvent entry:
001f0003 00000000 8021330c 00000000
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: NK Kernel: DEBUGCHK
failed in file c:\macallan\private\winceos\coreos\nk\kernel\schedule.c
at line 1959
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: ExceptionDispatch:
pexi=040afc24 Pc=8022f264
4294767296 PID:3fece5e TID:3fecbfa 0x83fecc1c: addr 40aefec, id 1, sp
040afc48, fsr=00000007, BVA = 8022f264
if (pszName) {
// caller needs to be trusted if the named object is system
prefixed (case insensitive)
if (!kstrncmpi (pszName, TEXT("SYSTEM/"), 7)) {
TRUSTED_API (L"OpenOrCreateSyncObject", NULL);
}
// try to find it in the list if name is supplied
len = strlenW(pszName) + 1;
if ((MAX_PATH < len) || !LockPages(pszName, len *=
sizeof(WCHAR), 0, LOCKFLAG_READ)) {
KSetLastError(pCurThread, ERROR_INVALID_PARAMETER);
return NULL;
}
}
EnterCriticalSection(pObjMethod->lpcs);
// try to find if name exists
if (pszName) {
for (hObj = *phHandleList; hObj; hObj = ((LPEVENT) pObj)-
>hNext) {
LPName pObjName;
pObj = GetObjectPtrByType (hObj, pObjMethod->pci->type);
-> !!!!!!!! DEBUGCHK (pObj); !!!!!!!!!!
pObjName = pObjMethod->pfnGetName (pObj);
if (pObjName && !strcmpW (pObjName->name, pszName)) {
// object already exist,
if (ACLCheck (hObj)) {
// increment ref-count and done
IncRef (hObj, pCurProc);
dwErr = ERROR_ALREADY_EXISTS;
} else {
// no access
dwErr = ERROR_ACCESS_DENIED;
Can anyone figure out what the problem could be. Please help
Thanks,
Chitra Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97544
displayer driver screen size problem?
hi all,
am using ce.net42 with the smdk2440,my device with CSTN 320*240
panel(LM057QC1T01).
In the bootloader, setting the LCD controller as 8bit single scan, 16bit
color,
it works well. This driver has works well for the TFT 640*480 16bit color
panel.
Now in the ce display driver's construction function, setting this value.
S3C2440DISP::S3C2440DISP (void)
{...
m_nScreenWidth = 320;
m_nScreenHeight = 240;
m_colorDepth = 16;
m_cbScanLineLength = m_nScreenWidth * 2;
m_FrameBufferSize = m_nScreenHeight * m_cbScanLineLength;
...
}
But the problem is, the screen resolution is very small, like only 160*120.
How should these value should been set,or there is other problem?
Thanks in advance.
kavin Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97543
USB keyboard stopped working
Hi,
Suddenly my USB keyboard has stopped working.
My USB touchscreen is also no longer working.
I donot know what I did to cause this.
When I plug in the keyboard I see the following :
4294862543 PID:edf8dc2e TID:8de42ca2 0x8de42a10: >>> Loading module
hidparse.dll at address 0x036E0000-0x036EF000 (RW data at
0x01F77000-0x01F77474)
Loaded symbols for
'E:\WINCE500\PBWORKSPACES\TEST\RELDIR\VIACN_X86_DEBUG\HIDPARSE.DLL'
4294862559 PID:edf8dc2e TID:8de42ca2 0x8de42a10: >>> Loading module
usbhid.dll at address 0x03720000-0x03732000 (RW data at 0x01F7F000-0x01F7F540)
Loaded symbols for
'E:\WINCE500\PBWORKSPACES\TEST\RELDIR\VIACN_X86_DEBUG\USBHID.DLL'
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10: +DEVICE!I_ActivateDeviceEx:
starting HLM\Drivers\USB\ClientDrivers\Hid\Instance
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\Flags) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\Prefix) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\BusPrefix) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\Index) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\Context) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\USB\ClientDrivers\Hid\Instance\BusInitCode) returned 2
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10: CreateHidInterface: Unable
to activate HID stream driver
4294862598 PID:edf8dc2e TID:8de42ca2 0x8de42a10: UsbHid: DEBUGCHK failed in
file
E:\WINCE500\public\common\oak\drivers\usb\CLASS\HID\HIDCLASS\USBPDD\.\setup.cpp at line 60
4294862617 PID:edf8dc2e TID:8de42ca2 0x8de42a10: -CHub(Root tier
0)::AttachDevice - port = 2, fIsLowSpeed = 1, address = 1
Any ideas ?
Greetings,
Rob. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97541
ppp and software flow control
Hello,
i'm trying to configure my device to accept incoming ras connections.
I installed the package and configured the service and so far everything
works well.
The problem is I have to configure the modem to use software flow control. I
altered the DevConfig but now the connection sometimes stands still. I think
this is due to ppp. I think while the communication is established bytes are
sent from the device to the modem and some of these bytes happen to be the
xon / xoff signals. Thus I assume ppp doesn't know there is software flow
control set up.
In the case I'm right, does anybody know how to fix that?
In the case I'm wrong, does anybody know how to set up software flow
control?
Thanks a lot
__
Greetings, Dennis Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97540
WinCE6: Build System - A solution for conditional statements in "sources" ?
Hi all,
If i have to include conditions in my build system, should i have to
forget WinCE's build system and use other tools ?
For example, it seems WinCE's "sources" file does not support :
#ifdef ALLOW_COLOR
WINCETARGETFILE0=color16.h color32.h
SOURCES=common.c color.c color16.c color32.c
#else
WINCETARGETFILE0=bw.h
SOURCES=common.c bw.c
#endif
Thanks
Olivier Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97538
Help needed with release driver
Hi everybody!
I have developed a driver for a PCI device. With the debug version
everything is working fine. I have added registry settings and
modified platform.bib file so that the driver is assigned to the
device. I can not see the driver in the Windows directory in the
device, but I can see it with Process Viewer remote tool.
I need to test the real-time performance of CE6 and the results are
not satisfactory at all with the debug version so I am trying to make
the release version work. I just changed the active configuration to
release and made the image. However the driver I developed is not
working anymore. It seems to be ignored although I can find it in the
Release Directory.
I get few messages in the debug window...
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS
\OSDESIGN11_INDCTRL\OSDESIGN11_INDCTRL\RELDIR\TESTCEPC_X86_RELEASE
\NK.EXE'
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS
\OSDESIGN11_INDCTRL\OSDESIGN11_INDCTRL\RELDIR\TESTCEPC_X86_RELEASE
\COREDLL.DLL'
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS
\OSDESIGN11_INDCTRL\OSDESIGN11_INDCTRL\RELDIR\TESTCEPC_X86_RELEASE
\KERNEL.DLL'
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS
\OSDESIGN11_INDCTRL\OSDESIGN11_INDCTRL\RELDIR\TESTCEPC_X86_RELEASE
\KITL.DLL'
... (and so on)
but none refering to my driver.
Could someone please help me?
I would really appreciate any suggestion.
Thanks in advance.
maite Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97537
Soft Input Panel
HI,
I have to include a SIP.
Including the three components
SYSGEN_SOFTKB
SYSGEN_LARGEKB
SYSGEN_MSIM
I get the following errors during Sysgen
D:\WINCE500\PBWorkspaces\Sentinel\WINCE500\VIA_Twister_x86\cesysgen\oak\lib\x86\retail\coredll_ALL.lib
coredll.def : error LNK2001: unresolved external symbol SipEnumIM
coredll.def : error LNK2001: unresolved external symbol SipGetCurrentIM
coredll.def : error LNK2001: unresolved external symbol SipGetInfo
coredll.def : error LNK2001: unresolved external symbol
SipRegisterNotification
coredll.def : error LNK2001: unresolved external symbol SipSetCurrentIM
coredll.def : error LNK2001: unresolved external symbol SipSetDefaultRect
coredll.def : error LNK2001: unresolved external symbol SipSetInfo
coredll.def : error LNK2001: unresolved external symbol SipShowIM
coredll.def : error LNK2001: unresolved external symbol SipStatus
D:\WINCE500\PBWorkspaces\Sentinel\WINCE500\VIA_Twister_x86\cesysgen\sdk\lib\x86\retail\coredll.lib
: fatal error LNK1120: 9 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'D:\WINCE500\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.
NMAKE : fatal error U1077: 'D:\WINCE500\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.
How can I solve it?
Many thanks in advance,
Paolo Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97535
Calling crypto APIs from OAL (OEMCertifyModule) in CE 5.0
I would like to improve the signature verification method proposed in
the Trusted Environment Creation, which is using a single public key,
to a more elaborated model using certificates.
Would be a way to call the Crypto API from OEMCertifyModule?
Otherwise, would be possible to use the MINCRYPT library?
Thanks,
MV Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97530
Leaking D3DM Object: Vertex Buffer
Hi there, i am currently working on porting my D3DM driver from Windows CE
5.0 to Windows CE 6.0. In the process, i have of course already added in
necessary changes like kernel-to-user memory mapping for surfaces/buffers and
changing of the shared memory resource pool allocation API's (as per the
sample null driver).
When running the MS Widows CE CETK tests for D3DM, the interface tests
passed as expected, but in the verification tests, i found that the
middleware seems to not destroy the 1 vertex buffer it creates for each test.
in my driver, my contexts are not destroyed prematurely until the last
surface gets destroyed, this is causing the contexts to leak as well. The
tests start, run and finish, posting the results, but it destroys all
surfaces except the vertex buffer it created and then invokes my driver to
destroy the context. This is happenning when on CETK D3DM Verification tests
(tests 200 and above).
I find the d3dm middleware displaying the following debug message just
before destroying the context:
"Leaked D3DM Object: Vertext Buffer, [hex address of vtx buf]"
anyone has any ideas why this is happenning? Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97518
WinCE 5 - clone catalog item again - unable to do via PB ?
Hello,
it was enough said not to modify the code under PUBLIC tree. Even if some of
us occasionally do, some day tried to clone just a subtree as an example of
good doing (as opposed to worng doing, which is directly alter the needed
source code under whatever tree it is).
So the Help in PB 5
[ms-help://MS.WindowsCE.500/wceosdev5/html/wce50tskCloningCatalogItem.htm ]
says that
......
Create or open a workspace containing an OS design you want to modify.
In the Catalog, select the Catalog item you want to clone into your OS
design and then, from the context menu, choose Add to OS Design.
The item is added to your OS design as an user-specified Catalog item.
1.. In the Workspace window, on the OSDesignView tab, select the Catalog
item you added and then perform one of the following:
2.. From the context menu, select Clone Catalog Item.
3.. From the Platform menu, select Clone Catalog Item.
The Clone Libraries dialog box appears.
Why is the menu item in both cases 2 and 3 is grayed out ? Yes, for some
items in OSDesignView it is not grayed out, but for several ones - it is
grayed. For example {Windows XP-like Sample Skin} or {Standard Shell}. Does
it mean these items aren't supported to be cloned [via PB] ? Perhaps anyone
have seen this before, right ?
Thank you for your consideration
Sergei R Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97514
Bug in rtc.c in SMDK2440A BSP
Hi all,
I have just found a problem in rtc.c in SRC\ARM\SAMSUNG\S3C2440A\Rtc.
All references of pRTCReg->BCDDATE and pRTCReg->BCDDAY are swapped:
BCDDATE should be used to store the day (1-31). (pTime->wDay)
BCDDAY should be used to store the weekday (1-7). (pTime->wDayOfWeek)
However, in the original rtc.c file they are used the other way around.
Hope this helps someone.
BTW, in case there is an updated version of the SMDK2440A, where can I get
it?
Thanks,
H Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97503
Enabling DMA into SMSC LAN9118 driver rel.1.08
Hello,
I've integrated rel.1.08 of the SMSC driver into a Windows CE 5.0
kernel for the PXA270.
It works in PIO mode (slow!).
After enabling RX and TX DMA, I am able to see all PIO packets on the
network sniffer.
The first TX packet using DMA is not transmitted by the LAN chip,
although it seems to be transmitted ok by the driver functions.
The next packet transmission fails due to a "TX FIFO full" condition
(free space = 0 bytes). TX FIFO free space should be at least
4608(empty)-736(previous)=3872 bytes(free).
So, are you using DMA with LAN9115/6/7/8?
Is it required to add glue code for DMA, other than the one present
into the driver itself?
Peace & Happiness
Panino Colsalame Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97489
ActiveSync on COM4 !!!
I have a GENE5312 from AAEON with WinCE 5.0 and 4 COM : COM1,COM2,COM3 and
COM4.
When I run Repllog, Repllog send caracters CLIENT on COM4 and I want to use
COM1.
Anybody knows which register or anything else to modify the serial line
--
Thanks
Damien Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97480
Loading problem, WinCE 6.0 dm9000 Ndis driver
Hi,
Im trying to move our old DM9000 miniport ndis driver from our old
WinCE 4.2 platform to WinCE 6.0. It all works well when running in
debug mode but when I do a release build the dm9000.dll won't load.
I have verified that the dm9000.dll resides in the image and that ndis
is running. I have also built a release image with kitl support and
added some RETAILMSG to the DriverEntry function, but it does not
output anything.
This is the registry entries:
[HKEY_LOCAL_MACHINE\Comm\DM9CE]
"DisplayName"="DM9000 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9000.dll"
[HKEY_LOCAL_MACHINE\Comm\DM9CE\Linkage]
"Route"=multi_sz:"DM9CE1"
[HKEY_LOCAL_MACHINE\Comm\DM9CE1]
"DisplayName"="DM9000 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9000.dll"
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
"BusNumber"=dword:0
"BusType"=dword:1
"SysIntr"=dword:1F
"XmitBuffer"=dword:64
"RecvBuffer"=dword:20
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms\TcpIp]
"DefaultGateway"=""
"UseZeroBroadcast"=dword:0
"IpAddress"="192.168.1.1"
"Subnetmask"="255.255.255.0"
"DNS"=""
"WINS"=""
"EnableDHCP"=dword:0
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
"Bind"="DM9CE1"
Anyone have any suggestions why this is happening? Why does it work in
debug mode and not in release mode?
Thanks in advance!
Best regards,
Bjorn Hall
Beijer Electronics Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97478
CE4.2 InternetReadFile oddities + PPP debug.
I have been experiencing very strange behavior in the wininet
InternetReadFile API. I am using InternetReadFile to download a 1Mb file via
FTP (Passive). The server side is IIS's FTP server.
The environment is quite involved and by no means orthodox. I am testing on
a custom Windows CE 4.2 platform (handheld device). The handheld is using the
Microsoft Bluetooth Stack with a customized stream driver that can multiplex
several virtual serial devices over the wireless bluetooth connection (SPP)
to a 'black box' which finally demuxes to physical RS232 ports.
I am testing with a DUN RAS connection via a GPRS modem (Siemens MC35
terminal) physically plugged into that 'black box'.
InternetReadFile() is called in a worker thread to manage the timeouts as
per KB176420/KB224318 (fixed 60 min timeouts?!) I have tried pulling 512 and
2048 chunks on each successive call.
The actual InternetReadFile() quirks are listed below, I am only able to
reproduce these quirks with a GPRS/CDMA wireless modem (~1.5KiB/s
throughput). Obviously there are wireless network and mux/demux (bluetooth)
latency and delays. High speed direct serial (PC to PC) connections are fine.
I suspect latency, is a big player.
Quirk 1. InternetReadFile() is blocking indefinitely on 9 out 10 file
transfer sessions, usually at similar points (often at ~90%). I have
visibility of ppp stack's polled reads through debugging traces of COM_Read's
in the mux driver. I can see that 2k chunks of data are still being polled,
though sometimes not. So there can be activity under the hood while it is
blocking.
Quirk 2. Occasionally, InternetReadFile() returns with success and zero
bytes (EOF) even though it has only transferred part of the file. This just
shouldn't happen.
Quirk 3. Rarely, InternetReadFile() will return with 12031 (connection
reset).
What is most interesting is that if I don't call InternetReadFile() in a
worker thread it tends to work fine. Also, the PPP connection is still alive
and well after the FTP transfer fails. I am also pretty confident the
mux/demux driver and hardware are working correctly.
I'm sure you can appreciate how difficult this is to debug. Compounding this
is that the original engineer has left the project, I am merely mopping up. :(
My questions: -
1. Has anyone seen these problems with InternetReadFile() before?
2. Are there any metrics/statistics that I can check in the TCP/IP or PPP
stack to ensure there are no framing errors or bad packets?
3. Can I get access to the wininet source to work out what is going on?
4. Is it possible to get detailed logs from the PPP stack under Windows CE?
I don't easily have access to the platform build (managed by another division
of my employer).
Thanks in advance. :)
David. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97477
Usage of SetSystemPowerState
Hi All,
I have been working on an MFC application which will be deployed on a
Samsung SMDK2410 board.
I need to turn off the system (or put it in suspended state) on a
button click. The code that I have used to turn off the power
is as follows:
void CMyAppDlg::OnButtonClick()
{
SetSystemPowerState(NULL,POWER_STATE_SUSPEND,0);
}
I am currently testing this on the PB emulator and following are the
issues I am facing:
1. As soon as I click the button, the system is going into suspend
mode but after a
few seconds it resumes operation(without any mouse click or
keyboard hit from my side).
A call to GetSystemPowerState( ) returned POWER_STATE_ON as the
current state.
What am I supposed to do if I need to keep the system in the
suspended state till a
mouse click happens or the touch screen is touched?
2. The PB documentation mentioned about registering power events in a
POWER_BROADCAST structure.
Do I need to do this before calling SetSystemPowerState?
Thanks in advance
Treadstone Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97475
Is zero-length USB packet supported in Windows CE 5.0 ?
We are developing a USB Device Driver in Windows CE 5.0. We are using
the
BSP for Intel PXA27X ARM Processor. Our USB device has 1 Bulk-In
endpoint, 1
Bulk-Out endpoint and 1 Interrupt-In endpoint.
For the Bulk-Out transfers, we will send out a zero-length packet for
data
transfer of multiple of 64 bytes. However from the CATC USB anaylzer,
we
don't see the zero-length packet being transmitted out by the USB
Bus. Since
the device did not receive the zero-length packet, the device could
not
determine the end of transfer and would always appear to "hang"
whenever a
multiple of 64 bytes of data is sent.
We tested the same driver in Windows CE 4.2 and we don't have such
problem.
Thank you. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97471
Is it a celog bug to get the dwCodeBase?
I wrote an application and change the default base address (using /base
option) to 0x20000. To my understanding, if the process is loaded to address
0x1c000000, the execute code will begin from 0x1c020000.
However, in the my celog, the dwCodeBase field of the structure
CEL_EXTRA_PROCESS_INFO still returns 0x10000.
Is it a bug of celog? If not, is there any way that I can get the correct
value?
Platform: Windows Mobile 5.0 for Pocket PC + XScale target + visual studio
2005 Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97468
Flash File system FMD Erase Block
HI
I am using PXA270 and Mainstone ii BSP with wince 5.0. For Flash
file system i am using the driver provided by win ce i.e fmd.cpp . i
am using intel strata paired flash of 128Mb (with 64MB each).
Using shawdowing whole windows directory is mapped to flash.
But it is calling FMD Erase block some times with lot of
inconsistency. but data in the flash remains unaffected.
I suspect that bcoz of this operation our application is crashed after
2 hrs or some times even 20 minutes.
could any one pls help on this issue??
thanks in advance Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97466
USB is not recognized+wince
Hi,
I am working in Wince for s3c2440 target board.
I want to download my Nk.nb0 thro' USB from Eboot.
I added USB client driver for USB support in Bootcode for
downloading my Nk.nb0.
Any thing i have to do in Host side(PC) for recognizing my USB
device.
It always shows my USB is not recognized....
How i have to configure so that i can proceed downloading.
Thanks
Kirthika Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97465
CE6 CEPC debug NICs
Why does CE6 have worse CEPC NIC support than CE5? CE5 doesn't support many
CEPC target NICs but at least I found one 100BT NIC, Netgear FA311, that it
does support. CE6 will download to a target that has this but then the target
hangs when it jumps into the image. The exact same hardware works fine in
CE5. When the fast NIC is replaced by a clunky old 10BT (Kingston) CE6 works
OK but communicates many times slower than CE5 on this same NIC. Why are we
going backwards? Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97459
WinCE 6.0 / PB6 very slow builds?
Has anyone noticed very slow builds, using PB6?
I've been using PB4.20, then PB6beta without any problems with the build
times. My platform was built within a few minutes, with a CPU usage around
70%, while the disk was working loudly.
With PB6 (RTM + VS2005 SP1) the builds takes 10-20 minutes, CPU usage 100%,
but almost no disk activity at all ?!? The CPU is hogged so hard that the
computer can hardly be used for anything else during the build... :-(
Similar problems seems to appear when I Attach to my device (and starts
debugging) - the machine gets very slow...
Are there any solutions or suggestions out there?
Thanks in advance
--
Johan Ekstrom Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97447
Need Help to set breakpoint to debug the code
Hi All,
I have problem in bringing up the kernel, I have enabled KITL and I
do get the debug messages on platform builder as kernel debugger
connected and some debug message. But if I set a breakpoint the colour
changes but the code doesn't stop there. I tried adding debugbreak()
function in oal layer it works but how do I set breakpoint in kernel
code using debugbreak() function. Please reply.
Thanks & Regards,
Chitra Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97444
Cannot download NK.bin with PB
My PB can download nk.bin before. But now it cannot download. the following
is the message printed in hyperterminal:
ProcessDHCP()::DHCP IP Address Resolved as 10.193.101.88, netmask:
255.255.255.0
Lease time: 43200 seconds
Got Response from DHCP server, IP address: 10.193.101.88
No ARP response in 2 seconds, assuming ownership of 10.193.101.88
+EbootSendBootmeAndWaitForTftp
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Got EDBG_CMD_JUMPIMG
Got EDBG_CMD_CONFIG, flags:0x00000000
-EbootSendBootmeAndWaitForTftp
Download successful! Jumping to image at 0h...
Clearing RAM
How can I fix the issue? Thanks a lot. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97441
Suspend Problem..
Hi,
I'm working on a x86 processor. I ported winCE on that, and its booting. The
only problem is, when i click on suspend option, system halts, but desktop
didnt go away. When i press any key in keyboard, USB mouse gets power up, but
not working. I'm using AGX display driver. After 1 min, due to system idle
time which i have set, monitor power gets down.
The following s the some part of debug output.
0x83cc58a8: >>> Loading module netui.dll at address 0x03BE0000-0x03C2B000
(RW data at 0x01FC0000-0x01FC6808)
0x83cc58a8: >>> Loading module commctrl.dll at address 0x03D60000-0x03E04000
(RW data at 0x01FE1000-0x01FE1C0C)
0x83cc5a84: >>> Loading module ssllsp.dll at address 0x03AD0000-0x03AE1000
(RW data at 0x01FA8000-0x01FA9055)
0x83cc5a84: >>> Loading module wspm.dll at address 0x03B00000-0x03B05000 (RW
data at 0x01FAD000-0x01FAD154)
0x83f81a54: Geode PM: IOCTL_POWER_SET called
0x83f81a54: Geode PM: IOCTL_POWER_SET called
0x83d2de48: Bailing on save bits because someone has an open DC!
0x83d2de48: Geode PM: IOCTL_POWER_SET called
0x83d2de48: FS: Got Power notif 0x00000002
0x83d2de48: FSREG: Flushing registry
0x83d2de48: FSRAM: Flushing cached file data
0x83d2de48: Powering Off system:
0x83d2de48: Calling GWES power proc.
0x83d2de48: Calling device manager power proc.
0x83d2de48: Calling OEMPowerOff...
RTC - Status Reg B - 0x22
0x83d2de48: Back from OEMPowerOff
0x83d2de48: Calling device manager power proc.
Help me friends...
Regards,
Mekas.. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97437
CHKDSK reports file system error on Compact Flash
Hi,
We are using CE 6.0 with Hive based registry.( amd LX platform)
The CE 6.0 image successfully bootsup with "Documents and settings" folder
in Compact Flash.
But when we takeout Compact flash and do CHKDSK,it reports file system error
in "Documents and settings" folder.
Is it a bug with Hive Based registry in CE 6.0?
Thanks & Regards,
Krishna Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97435
Problems with serial port during booting
We have a problem with COM3 on a CE5 device (PXA255). On this COM port we
have connected a GPS receiver. On startup (startup is always an cold boot on
our device) the GPS receiver sends immediatly data to the COM-Port. Now it
seems, that the serial port driver could not handle this. The system hangs in
device.exe. in the launch section we have defined the call to shell.exe
later, but it will be never called. If we start the system with disconnected
GPS receiver , everythings works fine. If we reconnect later (system is
running now), we get the GPS data fine .
Thanks for your help Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97431
Unsupported Device Type
Dear All:
I have Windows CE 5.0 based Handheld Device, and I tried to install a
cab file which support WinCE 5.0 platform, but anytime I try to run
the CAB file in my device, I got error message "Unsupported Device
Type". I tried the same CAB file withe another WinCE 5.0 based
platform, workds fine. My question is, where in the file or in OS, I
define this Handheld is WinCE 5.0 device.
Please help. Thanks Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97428
ActiveSync connection problem after reboot
Hi,
For an S3C2440 WinCE 5.0 platform we must implement POWER_STATE_OFF and
POWER_STATE_SUSPEND power states.
If the device is connected to the PC via USB (ActiveSync working fine) and I
suspend/resume, it is possible to reconnect ActiveSync, although I have to
unplug and plug back the USB cable. Annoying, but I don't care at this
point.
However, if I completely power off the system (this is done with a locally
modified version of public\common\oak\drivers\pm\pdd\default\platform.cpp in
the function PlatformSetSystemPowerState), at the next time the system boots
I keep getting RAS error 608 (ERROR_DEVICE_DOES_NOT_EXIST as defined in
raserror.h).
I "traced" (by doing string searches) this error message to ras.c file from
the private source tree (private\winceos\comm\ppp2\ppp\ras\ras.c, line 895 -
inside the function pppRasCntlGetDispPhone, a call to FindAdapter is
failing).
The only way I found to restore ActiveSync functionality in this case is by
deleting the system.hv registry file (with command
RegReplaceKey(HKEY_LOCAL_MACHINE, NULL, NULL, NULL) and another reboot).
Am I doing something wrong? It looks like the registry is being left in a
funny state that affects ActiveSync. I am using hive-based registry.
Any suggestion is welcome.
Thanks!
H Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97425
embedded web server over ActiveSync?
My device does not have ethernet or any other TCP/IP connections.
I do have USB client with ActiveSync working (RNDIS and serial clients
installed).
And ActiveSync launches automatically when USB cable plugged in.
I would like to run an embedded web server that I can browse from the
desktop via AtiveSync.
Is this possible?
I have the web httpd installed standard registry settings .. IsEnabled etc.
I think AS uses 192.168.55.101 but when I type:
http://192.168.55.101 from the desktop browser I get nothing.
Can this be done? Do I need to "Bind" it some how? Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97424
problem with typically HelloWorld application
Hey i made an CustomDevice OS (with no extra options) and this works
fine but now i want to add the typically HelloWorld application to my
OS. But when i'm building it i get errors because of unreferenced
symbols.Now i have two questions.
1) How can i get away these errors (maybe by adding a lib to my source
file or something like that)
2) On my OS there's nothing implemented like a display driver or gwes
or gdi and i see it's a graphical application, but if i add minimal
gwes or minimal gdi via the catalog items, my OS crashes after the
debug note Launching apps so wich elements do i have to add for the
graphical part and what's the best way to include them.
Below you see my errors
unresolved external symbol DispatchMessageW referenced in function
WinMain
BUILD: [01:0000000035:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol TranslateMessage referenced in function
WinMain
BUILD: [01:0000000036:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol TranslateAcceleratorW referenced in
function WinMain
BUILD: [01:0000000037:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol GetMessageW referenced in function WinMain
BUILD: [01:0000000038:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol LoadAcceleratorsW referenced in function
WinMain
BUILD: [01:0000000039:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol RegisterClassW referenced in function
"unsigned short __cdecl MyRegisterClass(struct HINSTANCE__ *)" (?
MyRegisterClass@@YAGPAUHINSTANCE__@@@Z)
BUILD: [01:0000000040:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol GetStockObject referenced in function
"unsigned short __cdecl MyRegisterClass(struct HINSTANCE__ *)" (?
MyRegisterClass@@YAGPAUHINSTANCE__@@@Z)
BUILD: [01:0000000041:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol UpdateWindow referenced in function "int
__cdecl InitInstance(struct HINSTANCE__ *,int)" (?
InitInstance@@YAHPAUHINSTANCE__@@H@Z)
BUILD: [01:0000000042:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol ShowWindow referenced in function "int
__cdecl InitInstance(struct HINSTANCE__ *,int)" (?
InitInstance@@YAHPAUHINSTANCE__@@H@Z)
BUILD: [01:0000000043:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol CreateWindowExW referenced in function "int
__cdecl InitInstance(struct HINSTANCE__ *,int)" (?
InitInstance@@YAHPAUHINSTANCE__@@H@Z)
BUILD: [01:0000000044:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol DefWindowProcW referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000045:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol PostQuitMessage referenced in function
"long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned
int,long)" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000046:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol EndPaint referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000047:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol DrawTextW referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000048:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol GetClientRect referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000049:ERRORE] HelloWorld.obj : error LNK2019:
unresolved external symbol BeginPaint referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
BUILD: [01:0000000050:ERRORE] obj\MIPSII\debug\HelloWorld.exe : fatal
error LNK1120: 16 unresolved externals Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97414
link problem with DeviceIOControl in driver
the linker can't find DeviceIOControl().
I checked coredll.dll with dumpbin and it is there.
I can link with ReadFile()/WriteFile() fine.
Am I missing anything else?
void olSetBits(unsigned int BitsToSet)
{
DWORD BytesWritten;
//WriteFile(hMLT, &BitsToSet, 2, &BytesWritten, NULL);
DeviceIOControl(hMLT, IOCTL_MLT_SETBITS, &BitsToSet, 2, NULL, 0,
&BytesWritten, NULL); //only write these bits
}
sources file:
TARGETNAME=xrtc
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
SOURCELIBS= \
DEFFILE=xrtc.def
PREPROCESSDEFFILE=1
DLLENTRY=XRC_DllEntry
SOURCES=xrtc.c \
rtcx.c Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97406
Serial port driver bug
Hello!
I´m using RS485 2-wire communication and found the following behaviour of
the serial port driver:
The condition for RS485 communication in both directions is to set
dcb.fRtsControl = RTS_CONTROL_TOGGLE.
Now sending some bytes over the serial port depends on the speed of the
processor. Using a Geode GX2 and 115200 baud the bytes are all sent. Using a
GeodeLX and 115200 baud the last byte is not sent correctly. Using the
GeodeGX2 with slower baudrate eg. 110 baud the last byte is also not
correctly sent.
This behaviour is caused by the Com_Write Function in mdd.c which clears the
RTS without waiting for the Transmitter Empty Flag of the Line Status
Register.
So i made the following changes:
if ( pSerialHead->DCB.fRtsControl == RTS_CONTROL_TOGGLE ) {
// Patch
if(pFuncTbl->HWGetLSR != NULL)
while(!(pFuncTbl->HWGetLSR(pHWHead) & 0x40)); // wait for
Transmitter Empty (TEMT) Flag
// End Patch
pFuncTbl->HWClearRTS(pHWHead);
}
HWGetLSR is a extension of the HW_VTABLE Struct, which is linked with the
included SerGetLSR Function in cserpdd.c.
The SerGetLSR Function uses the GetLineStatus Function in pdd16550.cpp.
The functions are implemented like the HWClearRTS and SerClearRTS functions.
Now the serial RS422 2-wire communications works well.
Regards,
Andy Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97402
USB Disk On Key
Hi,
When I try to connect a DOK with a large number of files to my
device , the OS freezes while displaying the file list through Windows
Explorer. When that happens, I disconnect and reconnect the DOK and
then go back to explorer. After doing so, all the files are
displayed . I'm running CE 5.0 with all the QFEs. It looks like there
is a buffer that gets filled up and requires a refresh. Any ideas how
to fix this? The problem occures with all types of DOKS.
thanks
Ohad Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97401
PlatforMBuilder+SDK
I'm trying to build a SDK in PlatformBuilder for Win CE 5.0
I find this kind of error
Committing database changes
Rolling sysgen'ed headers and libs
Emulator: x86_Release
CreateFile failed to open
"C:\WINCE500\PBWorkspaces\ms\SDK\ms\Include\Emulator\shellsdk.h" , Err = 32
==> The process cannot access the file because it is being used by another
process.
Sorry I'm new,but I don't understand what's happened ....somebody helps me!
thanks
Mauro Savoiardo
msavoiardo@tin.it Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97400
limitation of VirtualAlloc calls?
hi
i get an error when i try to load a dll with the LoadLibrary() call
whithin my application.
my app is quite big and contains many dll's.
with the GetLastError() i got the 14 (ERROR_OUTOFMEMORY) error.
so i did some logging with several tools to check the virutal memory
situation.
the result was the following (Slot1 and Slot 0):
free virtual memory:
Total commit: 34476032
Total reserved: 14319616
Total free: 18313216
Total waste: 487424
Total avail: 17825792
Largest contiguous free memory block: size 7208960 at 0x00650000
The largest contiguous free memorblock resides in slot 0. The dll i
try to load is about 1,8MB so it shout fit into that gap well.
i heard about a maximum number of VirtualAlloc calls. could this be a
problem? Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97394
linker settings
Hello,
I had problems to load DLLs with Platform Builder 5.0 in debug build. The
DLLs are built with VS2005 and therefore had a different set of linker
settings.
The linker setting that affected most is /INCREMENTAL:NO, that is used in PB
build but not in VS2005. This caused the linker to generate an .idata
section. PB failed to laod this DLLs.
Other differences are the use of /LARGEADDRESSAWARE and
"/MERGE:.rdata=.text".
AFAIK "edit, compile and continue" does not work with Windows CE at all. So
I dont understand, why this is enabled by default for samrt devices.
But about with the other options, are there requirements?
What effect has the merge option?
/Helge
--
Time is an ocean but it ends at the shore. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97392
How to dynamically change control color?
Hi friends,
I need to dynamically(at runtime) change the colors of static text's,
slidebar's and editbox background color. I can individually change them
handling WM_CTLCOLORSTATIC, WM_CTLCOLORBTN and WM_CTLCOLOREDIT messages but i
can't change them at runtime.
Do these messages come only once? If so how can i send these messages. I
tried to use SendMessage but i also doesn't work. Any sugeestions
please...Thanks.. Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97386
How to resume ce 5 from pxa27x deep-sleep mode
Dear all,
some people showed me an handheld device from hp with a nice
behaviour:
1) launch some applications
2) remove battery pack
3) insert battery pack
4) the device restart quickly with the applications in the previous
state
I am very surprised because the pxa27x comes out of deep-sleep only
with one register preserved (pspr)
How can I achieve the same goal?
Thank you very much Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97384
ceqfecheck utility
can anyone plz tell me from where can i get ceqfecheck utility Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97374
reloading the driver after resume
This is a multi-part message in MIME format.
------=_NextPart_000_0071_01C76013.45F18610
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear All,
I suspend my device using =
"SetSystemPowerState(NULL,POWER_STATE_SUSPEND,POWER_FORCE)) "
After I Resume from the suspend mode the wireless does not work.
What am I missing during startup do I need to reload the wireless =
driver? How do I do this reloading?
Thanks in Advance
------=_NextPart_000_0071_01C76013.45F18610
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Dear All,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial><FONT size=3D2>I suspend my device using "<SPAN=20
style=3D"FONT-WEIGHT: bold; COLOR: rgb(51,102,255)"><FONT=20
color=3D#000000>SetSystemPowerState(NULL,POWER_STATE_SUSPEND,POWER_FORCE)=
)=20
"</FONT></SPAN></FONT></FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN=20
style=3D"FONT-WEIGHT: bold; COLOR: =
rgb(51,102,255)"></SPAN></FONT></FONT> </DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN=20
style=3D"FONT-WEIGHT: bold; COLOR: rgb(51,102,255)"></SPAN>After I =
Resume from the=20
suspend mode the wireless does not work.</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>What am I missing during startup do I =
need to=20
reload the wireless driver? How do I do this reloading?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in Advance</FONT><FONT =
face=3DArial=20
size=3D2></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0071_01C76013.45F18610-- Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97368
Which JATG probe ?
Hi all,
I am going to start BSP development (Eboot+AOL) for an ARM926EJS SoC.
So I would like to know which are the suggested JTAG probes for CE 5.0 and
possibly CE 6.0.
Any help will be highly appreciated,
PaoloC Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97367
Bluetooth stack wince 5 with virtual com port feature
Hi,
i want to use a bluetooth dongle (connected on USB) on a wince 5.0
platform with the Virtual ComPort feature.
I use the Microsoft Stack included in PB5 but i have a speed
limitation of the "classic" com port (128.000 baud).
I need a stack that allows me to go beyond this limit.
I have seen that broadcomm have one, but if possible i need something
freeware.
Can someone give me some information? Tag: Help needed to add telnet reg settings to my emulator version 2 bu Tag: 97365
code hangs after loading hd.dll
Hi,
Can anyone Please tell me which are all the dlls to be loaded in
order to make sure that the kernel is up. Which dll must be loaded in
order to get the shell. Please if po