LCD Display Driver Problem
Hi
I am working on wince5.0(ARM).i am using 640x480 LCD.
My LCD is working fine at boot time but as soon as display driver loads
nothing will appear on the LCD(Black).
--
Software Developer
Johari Digital Healthcare LTD.
INDIA Tag: free sex moves download Tag: 114967
Rheap.cpp Debugchck: 1413 and DLL Heap
I was wondering if there was the need to match up the code generation
options from within Platform Builder like you have to do with Visual
Studio 2005.
I am running an ARM platform on Windows CE 6.0. I've updated all QFEs
up until July 2008. I've recently noticed that while I am running
our .Net CF 2.0 Application (under a debug build of Windows CE.) that
we are getting the following debug check while the application is
running (and platform builder is loading modules.)
227405 PID:4470002 TID:54d0002 Coredll: DEBUGCHK failed in file D:
\yamafp-1\private\winceos\COREOS\core\lmem\.\rheap.cpp at line 1413
The comments aroudn the debug check itself basically mentions that it
will fire the DEBUGCHK if the dll heap is not being used (it checks
g_ModuleHeapInfo.nDllHeapModules)
Normally under VS2005 you would use /MD or /MDd to specify whether to
use the Multi-Threaded DLL or Multi-Threaded Debug DLL code generation
options, as you can't really do conditional options under the SOURCES
files I figured that this was not necessary.
Am I missing something, doing something wrong, or is this not actually
an issue?
I would appreciate any comments, issues or insights that others may
have into this.
Thank you,
Brad. Tag: free sex moves download Tag: 114965
Making an application non-pageable
Hi
I was wondering if there is a way to tell the kernel to not page a specific
application.
I have read this article
http://blogs.msdn.com/ce_base/archive/2008/01/19/Paging-and-the-Windows-CE-Paging-Pool.aspx
And, it suggests a method for making all applications non-pageable or a
method for making a section or sections of a specific application
non-pageable.
I have tried the first method, but I find that the system memory consumption
is too high.
The second method may be acceptable, but I would perfer to make the entire
application non-pageable instead of doing this by sections.
Is there a method for doing this?
Thank you,
Tom Tag: free sex moves download Tag: 114963
doc on clock/ SetLocalTime date limits
I'm using a custom build ver CE5.0.
it doesn't matter if I use the MS build datetime GUI or my own program call
to SetLocalTime(),
there seems to be a limit on the date I can change(year only?). But I
cannot find any documentation on it.
it seems like year over 2099 and under 1980. If I enter a date outside this
range, the date set fails and the clocks
show some time in year 2046/2047.
is this true, there is a limit and if so what is it.
a pointer to the actual documentation would be nice.
Thanks. Tag: free sex moves download Tag: 114957
Porting from linux BSP to WinCE 6.0 BSP
Hello,
I am working on i.MX31 based Board with BSP from Freescale. Linux is working
well on our board, everything works fine. So I tried to port WinCE 6.0 on our
board.
Now I have the following problem under Linux we added for the GPIOs the
following definition:
(mx31_pins.h)
MX31_PIN_GPIO1_28 = _MXC_BUILD_GPIO_PIN(0, 28, 79, 0, 107, 0),
and we changed (I now it is very dirty *g*) (mx31ads.c):
static int __init _mxc_expio_init(void)
{
/*
CHD: FIXME
dirty hack used expio routine for ethernet IRQ!
*/
int i;
initialized = 1;
/* printk(KERN_INFO "MX31ADS EXPIO(CPLD) hardware\n");*/
printk("\n\nEnable Interrupt for Ethernet\n\n");
/*
* Configure INT line as GPIO input
*/
//CHD changed GPIO1_4 to 1_28 for Ethernet IRQ
mxc_request_iomux(MX31_PIN_GPIO1_28, OUTPUTCONFIG_GPIO,
INPUTCONFIG_GPIO);
mxc_set_gpio_direction(MX31_PIN_GPIO1_28, 1);
set_irq_type(MXC_ETH_IRQ, IRQT_RISING);
//set_irq_chained_handler(MXC_ETH_IRQ, mxc_expio_irq_handler);
/* disable the interrupt and clear the status */
//__raw_writew(0xFFFF, PBC_INTMASK_CLEAR_REG);
//__raw_writew(0xFFFF, PBC_INTSTATUS_REG);
/*for (i = MXC_EXP_IO_BASE; i < (MXC_EXP_IO_BASE + MXC_MAX_EXP_IO_LINES);
i++) {
set_irq_chip(i, &expio_irq_chip);
set_irq_handler(i, do_level_IRQ);
set_irq_flags(i, IRQF_VALID);
}
set_irq_type(EXPIO_PARENT_INT, IRQT_HIGH);
set_irq_chained_handler(EXPIO_PARENT_INT, mxc_expio_irq_handler);
*/
return 0;
}
Now I need to know how to change this settings:
MX31_PIN_GPIO1_28 = _MXC_BUILD_GPIO_PIN(0, 28, 79, 0, 107, 0),
so that it is compatible with the definitions under WinCE 6.0:
for example
DDK_IOMUX_PIN_GPIO1_2 = (2536),
DDK_IOMUX_PIN_GPIO1_1 = (2544),
DDK_IOMUX_PIN_GPIO1_0 = (2552),
I hope somebody could help me
Thanks Tag: free sex moves download Tag: 114947
Ask About BSP
Hi guys,
I'm working on Windows CE .net 4.2 Platform Builder.
I have a BSP that support my board.
I want to ask, can I use the BSP on Platform Builder 5.0?
thanks a lot.... Tag: free sex moves download Tag: 114935
CoFileTimeNow API call Return value on CE 5
I am completely new to the Windows CE / Platform builder. I am trying to test
the API call CoFileTimeNow:
http://msdn.microsoft.com/en-us/library/aa908568.aspx
So far I have the following code in my Application project in my platform
builder:
#include "stdafx.h"
int main (int argc, TCHAR *argv [], TCHAR* envp [])
{
HRESULT CoFileTimeNow(
FILETIME* lpFileTime
);
printf("finished running the program\n");
return 0;
}
The above program compiles and run fines (without any errors) on my target
platform but I am not sure if it actually returned something from the
CoFileTimeNow API call. How do I verify it? Can I do some printf statement to
actually see the time value?
Thanks Tag: free sex moves download Tag: 114931
Win CE Update releases for the month of July 2008
As you may know, updates for Microsoft® Windows® CE are now available as a
monthly rollup. The Microsoft® Windows® CE update rollup will be released
the second Tuesday of every month, the latest release occurring on or around
July 12th, 2008.
The following updates for Windows CE have been recently released and are
available for download. More information for each update is provided in the
Readme document available after the individual update(s) has been installed.
Windows CE 5.0
Update name: Windows CE 5.0 Platform Builder Monthly Update (July 2008)
Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=FB405FD9-983C-4D3F-91EB-6B58CC504604&displaylang=en
Description: This is a set of updates for Windows CE 5.0 Platform Builder
released during the period of July 1 - July 31st, 2008. These Microsoft
Windows CE 5.0 updates are fixes for Windows CE operating system problems
you run into during the development and maintenance of your custom platform.
Windows Embedded NavReady
Update name: Windows Embedded NavReady Monthly Update (July 2008)
Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=10479D0C-43D2-4E31-9BC1-D813A987F830&displaylang=en
Description: This is a set of updates for Windows Embedded NavReady released
during the period of July 1 - July 31st, 2008. These Microsoft Windows CE
updates are fixes for Windows CE operating system problems you run into
during the development and maintenance of your custom platform.
Windows Embedded CE 6.0
Update name: Windows Embedded CE 6.0 Platform Builder Monthly Update (July
2008)
Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=991A6EF3-7035-4D71-B424-1FB393AF8A26&displaylang=en
Description: This is a set of updates for Windows Embedded CE 6.0 Platform
Builder released during the period of July 1 - July 31st, 2008. These
Microsoft Windows CE updates are fixes for Windows CE operating system
problems you run into during the development and maintenance of your custom
platform.
Download Link - directs you to the Microsoft Download Center page associated
with each update. Each update is contained in a self-extracting compressed
file.
Component - displays the module(s) updated in each update
Description - provides more information on the issue(s) fixed
**DO NOT REPLY - THIS E-MAIL IS BEING SENT TO YOU FROM AN UNMONITORED
ACCOUNT. Due to Microsoft's security requirements, the hyperlink(s)
contained in this e-mail may not automatically open your browser. If you
experience any difficulty, please copy the link and paste into your browser.
** Tag: free sex moves download Tag: 114925
InitLocale in coredll.dll/map
Hello All,
I wud like to know the various cases in which InitLocale wud fail and
cause a Data Abort.
Warm Regards
Yash Tag: free sex moves download Tag: 114891
USB Interrupt pipe time out problem
Hi ,
We experience a mind boggling problem during development of a USB
driver for a monitor running WinCE 5.0.
Our host computer is an ETX board Pentium Mobile 800 Mhz which
includes a USB controller.
Other hardware is developed in-house.
Our monitor communicates with an in-house developed sensor via USB
1.1, passing data at 200 Hz over an interrupt pipe. This has been
working satisfactory for some time.
We now want to add a 3rd party USB device that also uses USB 1.1 to
pass data at 2000 Hz to the monitor. Data communication with this
device falls into two stages:
a. a small header is sent over an interrupt pipe.
b. actual data samples are collected from a bulk pipe. The header
indicates how many samples to receive on the bulk pipe.
Capturing the data is done through a thread in a stream driver
implementation by ping-ponging between querying the 2 pipes for data.
The monitor application in return has a thread running to scoop out
the acquired data to the application.
Thread priorities are set such that:
Priority Driver thread > Priority Application Thread > Priority
Application GUI thread
Running both sensors at the same time in a normal state works OK.
However, if we stress the host computer by creating a lot of GUI
activity (signal drawing) the connection with the 3rd party device at
a particular point interrupts. Our own device keeps functioning as
normal.
When we inspect the signals in our USB protocol analyzer it appears
that the querying process to the 3rd party device suddenly stops.
We added some logging code in our driver which, together with USB
logging output, reveiled the following:
1. Our reading thread in the driver still loops after the interruption
of collecting sample data
2. In the driver, at some point we see a time out on an IN transfer on
the interrupt pipe
3. After that the interrupt IN pipe keeps returning time outs ( to the
driver )
4. the last 1 or 2 packes observed in the USB log are non-corrupt
interrupt IN transfers
5. the host does not flip to reading the associated bulk pipe packet,
possibly caused by the failing read (i.e. the time out on the
interrupt package)
6. if a 2nd package IN transfer is fired after the first time out it
comes after the time out period that we specified in the
interruptreadpipe function
Our conclusion is that even though a complete interrupt package was
transferred through the interrupt IN pipe (as we saw in the USB log)
WinCE did not "recognize" it as a valid transfer and fired a timeout.
Our driver code is designed to continue attempting to read the
interrupt IN pipe. We see the loop running and thus expect continuing
Interrupt IN transgers. However, after that point no additional
transfers are detected in the USB analyzer log. The driver keeps
receiving time outs...
My questions are:
- is it possible that the USB driver stuff in WinCE comes into a state
where a request to initiate an IN transfer is not passed to the lower
level drivers / hardware after such time out?
- can heavy load on the CPU (even when present in a lower priority
threads) indeed jeoperdize USB stability
We would appreciate your help....
Hans Tag: free sex moves download Tag: 114887
Using Ce Registry notification functions problem!
Hello,
I am trying to use the registry notification function and get the
notification info without success -
non of the CeRegGetNotificationInfo info succeeded and GetLastError()
does not return an error code.
byte buff[1000];
code:
hndChangeHandle =
CeFindFirstRegChange(HKEY_LOCAL_MACHINE,TRUE,REG_NOTIFY_CHANGE_LAST_SET);
dwErr = WaitForSingleObject(hndChangeHandle,INFINITE);
lng = CeRegGetNotificationInfo(hndChangeHandle,
0,0,0,&dwReturnedBytes,&dwReturnedBytesAvailable);
lngErr = CeRegGetNotificationInfo(hndChangeHandle,0,(PVOID)buff,
1000,&dwReturnedBytes,&dwReturnedBytesAvailable);
Thanks in advance,
John. Tag: free sex moves download Tag: 114873
Question about activesync connection
Dear All,
I met a problem. It is about activesync connection. When the activesync
is trying to create a connection between PC and device and the icon of
activesync has turned green, you reset the device. Then the device will try
to create a connection again when startup, but error happens. The error
message is
!!!!!!!CeEventHasOccurred NOTIFICATION_EVENT_RS232_DETECTED!!!!!!!!!!!!!!!
AUTORAS:: Dialer notifies: [1] [Dialer Start]
ERROR: OALIoCtlHalGetDeviceInfo: Device doesn't support
IOCTL_HAL_GET_DEVICE_INFO::SPI_GETUUID
RASCS_Disconnected: Ecode=619
Posting WM_NETCONNECT(FALSE) message, ErrorCode = 619(0x26B)
If you plug-off usb cable and plug-in again, the activesync works again.
Anybody knows this problem and has the solution?
Thanks. Tag: free sex moves download Tag: 114862
BSPin PB for CE6.0 - Not Recognised After Installation & Usage...
Hello All,
I had previously successfully installed a BSP, created an ODDesign, Built
the project, Executed the Image on Target H/W - All successfully in the last
few weeks.
But now, for some reason, when I try to create a new OSDesign, PB does not
recognize my existing BSP. However, it is listing other BSPs in my system
that are installed (by default, when I install CE 6.0).
What could be the problem? I really don't want to uninstall PB, my installed
SDKs, and re-install everything - I have already done that many many times -
although for other reasons. Its a very laborious process....
Is there a file (some confg file, xml file...etc), that PB looks for when it
searches for installed BSP?
The funny part is, I can load my existing OSdesign, build and play with it -
just fine. And this OS design is based on the BSP that I'm interested in. But
I cant seem to create a new OSDesign that uses the same BSP (as above)....
Thanks. Tag: free sex moves download Tag: 114858
Exception 'Data Abort'(4) ... When booting driver
Hi,
I have a wince6 driver. I am running the driver on an ARM11 platform. On
Debug mode the driver works fine and boots up.
On release mode the driver doesn't boot. I get the following exception:
Exception 'Data Abort'(4) Thread-Id=03530002(pth=880aa000) PC=8403185c
BVA=d3acafc4, dwInfo = 0000080f
R0=8403dffc R1=d3acb034 R2=d3acb0ac R3=00000000
R4=8403e0e0 R5=00000004 R6=848e64b8 R7=880aa000
R8=00000000 R9=00000000 R10=d3acb0ac R11=8403dffc
R12=00000000 SP=d3acb014 Lr=84031a68 Psr=8000001f
Can you help me figure out what is causing this, and how can I fix it?
Thank you Tag: free sex moves download Tag: 114857
(NOR) FAT/TFAT problem.
Hello All,
My device uses Intel StrataFlash P30 (32 and 64 MB). It stores Eboot,
NK, other configurations and Filesystem. TFAT support is activated.
Following are the registry settings.
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
;"Flags"=dword:600034 ; FATFS_DISABLE_AUTOSCAN,
FATFS_ENABLE_BACKUP_FAT, FATFS_FORCE_WRITETHROUGH
;FATFS_TFAT_ALWAYS, FATFS_FORCE_TFAT
"Flags"=dword:00290014
"FormatTFAT"=dword:1
"EnableWriteBack"=dword:1
"CheckForFormat"=dword:1
"TfatMarkAlways"=dword:1
"NonatomicSector"=dword:1
"DisableAutoScan"=dword:1
"Util"="fatutil.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
"Name"="MSFLASH for P30FLASH"
"Folder"="NOR Flash"
"FileSystem"="fatfsd.dll"
"PartitionDriver"="mspart.dll"
"Util"="fatutil.dll"
"AutoPart"=dword:1
"AutoFormat"=dword:1
"AutoMount"=dword:1
"MountFlags"=dword:2
"Flags"=dword:00290014
"MountAsRoot"=dword:1
"MountAsBootable"=dword:1
"Paging"=dword:0
"EnableCache"=dword:0
;For PowerManagement
"ActivityEvent"="PowerManager/ActivityTimer/SystemActivity"
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]
"DriverPath"="Drivers\\BuiltIn\\P30_flashFMD"
"LoadFlags"=dword:1
"Order"=dword:0
"BootPhase"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\P30_flashFMD]
"Dll"="P30_flash.dll"
"Order"=dword:2
"Prefix"="DSK"
"Ioctl"=dword:4
"Profile"="MSFlash"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
;Start file system at a 21MB offset to allow for image in flash
"MemBase"=dword:BBE00000
"MemLen"=dword:00900000
The problem is, during file copy operation, if power goes off, the
FAT corruption is observed.
The device stops booting on next power cycle.
The log is
Booting image from partition 0. Redundancy disabled
+Windows CE Kernel for ARM (Thumb Enabled) Built on Feb 8 2007 at
23:36:51
ProcessorType=0411 Revision=7
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddressTable =
8010706c
Version Number: 2.0.0.5
Sp=ffffc7cc
OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35
INFO: FMD_Init: Flash Address=0xbbe00000 Length=0x900000.
FMD_OEMIoControl: unrecognized IOCTL (0x71c24).
OEMIoControl: Unsupported Code 0x10100c4 - device 0x0101 func 49
===> hangs here.
Tried turning on debug prints from read/write routines of FMD
driver. It looks like the read routine is called infinite times from
upper layer.
Can anyone suggest what could be going wrong?... It's appreciated
for any advises.
Thanks in advance.
Suvarna. Tag: free sex moves download Tag: 114856
Build all extra projects "clean" when doing a Sysgen and Make Image
Hello. First off, I am using Platform Builder for Windows CE 5.0.
Our pbxml workspace file includes multiple pbpxml project files for
our custom drivers. When a sysgen is performed with "Build OS ->
Clean before building", everything works as expected except the pbpxml
projects are not cleaned before being built. This occurs even when
"Build Project -> Clean Before Building" is set before the sysgen.
The pbpxml projects are cleaned before building when "Build Project ->
Build all projects" is performed.
Digging into the build tools, I see that blddemo.bat has the line
PBXmlUtils /generatebuildfiles, which creates the batch file
PBPostSysgenProjects.bat among other things. This
PBPostSysgenProjects.bat file is what builds the pbpxml projects, but
calls build.exe with the flag -nmake cleantgt&&build. To work as I
want, I think it should call build.exe with the flag -c.
How can I get the sysgen process to perform a clean and build on the
pbpxml projects?
Thanks and best regards,
Jerel Tag: free sex moves download Tag: 114852
Iamge download - Serial
All,
We are thinking of using serial port for image download. I browsed
this group for some pointers but I was not able to find any.
Can I download the nk.bin using serial port ? What are all the changes
that I should be doing ?
Any help guys.
Reg,
Venkatesh Tag: free sex moves download Tag: 114848
USB HOST Suspend
I'm currently working in PXA270 based board.
Whether WinCE6.0 supports USB Selective Suspend(Suspending particular port)
functoinality?
If yes please give me some tips about how to do that? Tag: free sex moves download Tag: 114847
flashing eboot makes the image downloading failed
I have flashed the eboot.nb0 on intel pxa27x in windows ce 5.0 platform
builder. If i attach the target device, it keeps on downloading and at one
stage it is disconnecting automatically.could u anyone clarify wat is
happening in this case.
thanks in advance.,
--
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-pb/200808/1 Tag: free sex moves download Tag: 114846
Does WinCE 5.0 supports Cyrillic Font ?
Does WinCE 5.0 support Cyrillic fonts ? I could not find it in the font
catalog. Should I have to install any patch for the wince 5.0 to get
this ? How do I go about getting this font for my embedded device ?
Regards
Esha Tag: free sex moves download Tag: 114841
When Copying EXE file, the default icon is shown instead of actual
1. Please copy EXE file to any place
2. The actual program ICON of this EXE file is not displayed, but
instead the Default ICON(IDI_APPLICATION) is shown
3. After re-booting the device, the correct program icon is shown
repeating above steps reproduces same issue
after copying it to anyplace, when i rename the file, the correct icon
is shown
When copying in IconCach.cpp, it seems that ExtractIconEX does not get
the value of the correct icon
Could you please tell me what i should do to solve this issue
The OS is Windows CE 6.0 Tag: free sex moves download Tag: 114839
Wavedev2 loading problem
Hiii
Using Ensonic sample i have built wavedev2 driver for my audio codec.
i have Waveform Audio, Waveform Audio Renderer , Wave File Parser component
from the catalog in my image.Am able to load the driver for my ARM11 target
platform on wince6. At the end of the bring up am expecting WAV_Open getting
invoked but it fails to do so~~~~~.
Meanwhile if sample application calls createfile("WAV1:") invokes the driver
call WAV_Open successfully.
These are my registry settings.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"Prefix"="WAV"
"Dll"="osk_wavedev2.dll"
"Index"=dword:1
"Order"=dword:14
"Priority256"=dword:60
"AudioDMAAreaBase"=dword:8BE7F000
"AudioDMAAreaSize"=dword:00002000
[HKEY_LOCAL_MACHINE\Audio\SoftwareMixer]
"Buffers"=dword:4
Any sugestion or pointers is apreciated.
Thanks in advance.
--
Vikram
Bangalore Tag: free sex moves download Tag: 114838
Flashed eboot issue on Intel pxa27x
I have flashed the eboot.nbo(192.29.8.102) previously it was (192.29.8.101)
using Jflash on intel PXA27X. But if i try to download the image it keeps on
downloading and at one time,the downloading stops.Anyone can tell me the
reason and the solution for this issue.
Thanks in advance.
--
Message posted via http://www.pocketpcjunkies.com Tag: free sex moves download Tag: 114837
Want to save data
hi,
i have a flash on my board.On power up it start downloading image from FLASH
to RAM and then run WINCE5.0 from there.In this way each time when i power up
the system it start downloading fresh image from FLASH, so i am not able to
save data through my .NETCF application.
so is there any way to save data through my application.
--
Software Developer
Johari Digital Healthcare LTD.
INDIA Tag: free sex moves download Tag: 114836
Remote Performance Monitor - update very slow
Whenever I use Remote Performance Monitor it seems that selecting the cpu %
usage creates a huge lag in the display update. When monitoring other
metrics, such as memory load, etc. the display refresh is very regular at ~
1000 milliseconds. The cpu % metric is update about every 10 seconds making
it barely useful. Is this a know/expected behavior? Is there something I
can do to remedy this?
Thank you,
- eepcat Tag: free sex moves download Tag: 114825
My file system driver does not expose DSK1: in the Control Panel
Hello,
I have a "self-made" file system driver. Unfortunately, I cannot see a
corresponding "DSK1:" entry in the Storage Manager Control Panel
applet. I am using the following autoload registry keys:
[HKEY_LOCAL_MACHINE\System\StorageManager\Autoload\MYFSD]
"Flags"=dword:1000
"Dll"="myfsd.dll"
"Paging"=dword:1
"Bootphase"=dword:0
"LoadFlags"= dword:1
"MountAsBootable"=dword:1
What is missing in order to see "DSK1:" in the Control Panel?
Peter Tag: free sex moves download Tag: 114809
Embedding external DLL in NK.bin
When I try to add an external DLL into the run-time image NK.bin, adding
a line in project.bib like this one:
MyDLL.dll (Mypath)\MyDLL.dll NK C
I get this error when PB calls MakeImage: "Runtime Error! Program
C:\WinCE600\public\common\oak\Bin\i386\romimage.exe, this application
has requested the Runtime to terminate it in an unusual way. Please
contact the application's support team for more information."
Instead, I never get that error if I include DLLs created by PB
projects. The one I want to include is created under a Windows for
desktop (2k, XP), but it should be compatible (it's a tool downloaded
from Internet, and it says it's CE compatible). Tag: free sex moves download Tag: 114805
Can I expose SD and internal NAND as separate drives on USB host?
Hello all,
I have a WinCE 5.0 BSP for a device on which the customer wants to access
the internal NAND flash and an attached SD card simultaneously from a host PC
as individual disk drives. I've added the blocks to platform.reg mentioned
in the online help and various examples I've seen (reproduced below), but the
two cannot be seen at the same time. I have noticed that the "DeviceName"
key is described in the singular as identifying "the name of the store to
expose to the USB host." Do I infer from this that it is not possible to
expose more than one store in this manner? If this can be done, what would
the registry keys look like?
Also, can anyone provide a citation of Microsoft literature discussing this
area, so that I can better explain if there exists a design limitation
preventing simultaneous visibility of more than one store.
Thanks,
Craig Blome
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Mass_Storage_Class]
"DeviceName"=- ; erase previous default
"DeviceName"="DSK1:"
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"=- ; erase previous default
; "DefaultClientDriver"="Serial_Class"
"DefaultClientDriver"="Mass_Storage_Class" Tag: free sex moves download Tag: 114804
Location of Frame Buffer
Hi,
I am working on an ICOP x86 300 Mhz based deviced with Windows CE 6.0. We
generated the OS image. I would like to reach directly the VGA memory to
make some fact graphic operations. VGA controller is XGI Volari Z9s. I
worked with s3c2410 before, this unit has source code for the LCD and also
headers for memory area that the LCD frame buffer use. How can I find the
memory area for VGA for this unit?
in config.bib the memory are as:
DMA 80100000 00030000 RESERVED ; Native DMA reserved.
BOOTARGS 801FFF00 00000100 RESERVED ; Boot arguments
EDBG_DMA 80200000 00020000 RESERVED ; EDBG DMA buffer
FRAMEBUF 800A0000 00020000 RESERVED
in startup.asm
_OEMAddressTable:
dd 80000000h, 0
Any idea wellcomes.
Best regards, Tag: free sex moves download Tag: 114798
LCD Display
i have 320x240 LCD but i want to use only 300x200 display area.
can any tell where i have to change in display driver.
--
Software Developer
Johari Digital Healthcare LTD.
INDIA Tag: free sex moves download Tag: 114796
MMC card write error - dropping bit 7
We have a strange error with some MMC cards.
OS is CE5
PXA255
MMC card formatted with FAT.
With some MMC cards, currently the issue with with 1 1GB "MMCplus"
card, the writes to the card do not work correctly.
I have turned on FATFS_VERIFY_WRITES but still the problem persists. I
would have hoped this would have ensured the writes occur correctly?
It is only ever a byte or two within a file and it is always the top
bit (bit 7) which is dropped from 1 to 0.
(e.g it should be C5 but is actually 45).
It is not always the same byte in the file, not always the same file
(for example when extracting a CAB file different files get corrupted
on different attempts)
This happens for files written by CE5 on the device. If I remove the
MMC card and read it in a card reader on a PC it shows the missing
bit(s) in the file(s). If I write to the card using the card reader
the write is successful
I have tried reducing the maximum MMC clock speed from 10MHz to 5MHz
but still the same effect.
Any other ideas?
Any ideas how we can figure out why its failing?
Thanks
Andrew Tag: free sex moves download Tag: 114788
Program memory usage in Windows CE 5.0
Hi there,
I have a question on Program memory usage in Windows CE 5.0. When I
copy a file from one location to another on the device I see incerase
in program memory usage. (For example from MyDocuments to Desktop).
But if I delete the same file from desktop and recycle bin, I don't
get back the memory allotted during the copy. Is this memory leak in
Windows CE 5.0 filesystem? If not why Windows CE behaves like this?
Who uses that memory? How to avoid this happening?
Any inputs will be helpful!
Thanks Tag: free sex moves download Tag: 114787
How to change USB function driver endpoint address ?
Hi
I tried to modify USB Serial function driver PDD usbfndrv.cpp
#define USB_VERSION 0x220 -----> 0x110
#define BULK_IN_ENDPOINT_ADDRESS 0x81 ----> 0x84
#define BULK_OUT_ENDPOINT_ADDRESS 0x02 ----> 0x04
Then I use USBView to see new description, but only VERSION info change .
How can I change the endpoints for Bulk mode in and out ?
Thank you . Tag: free sex moves download Tag: 114786
Windows CE 5.0 Internet Explorer
We currently build Internet explorer 6.0 into our Wince500 OS, selecting
view->option allows me to set various options in the following Tabs,
General, Connection, Security, Privacy, Popups, for some bizarre reason I
cannot check/uncheck the boxes in the advanced TAB. These are options such
as Disable automatic sip, enable stylesheets, play sounds in web pages,
security->use ssl 2.x, 3.x etc.
Regards Tag: free sex moves download Tag: 114785
C# DeviceApplication how to add Windows Media Player component?
Hi all,
I'm using VS 2005 and target device (OS Design : Custom Design)Windows CE 6.0
I'm new create a project VS 2005 >> C# >> Smart Device >> Windows CE 5.0
>>Device Application template.
Toolbox rigt click > Choose items > Com components > WMP wmp.dll add
I cannot see media player controls in the toolbox...However if I choose C# >
Windows > Windows application template i can see the control and use it.
Thank You... Tag: free sex moves download Tag: 114780
does R2 FLASH MDD/PDD supports MBR?
As the doc says, MDD/PDD won't support MBR, is it right? If so, how can I
create multi partitions in bootloader?
In FAL/FMD, I use bootloader to create MBR to support BINFS & FATFS on one
NAND chip, if MBR doesn't work, could you give me a way to implement this?
thanks Tag: free sex moves download Tag: 114777
Unresolve externals while building OAL.
Hello,
I m implenting RTC logic for Davinci(Dm6446)....
for RTC logic communicates with davinci via I2C protocol...
So in RTC logic sources file i have included I2C lib. and in OAL i have link RTC.lib......
but while building OAL i m facing with unresolved external sumbols--> closehandle,getlasterror,WaitForSingleObject,ReleaseMutex and like some others which are declared inside i2C.lib which are declared inside I2C code... but OAL layer does not support the above functions...thats why getting that errors...
So do u have any idea ???how to resolve this OAL level issues??? Tag: free sex moves download Tag: 114776
How to get LAN icon in Intel PXA27X using Windows CE 5.0 Platform
I am working with Intel PXA27X using Windows CE 5.0. What should i do
to get LAN icon in the (Network and Dialup Connection in the board).
Thanks in advance.. Tag: free sex moves download Tag: 114773
I am not getting lan icon in Intel PXA27X board using windows CE 5.0
I am working with Intel PXA27X MainstoneII board on Windows CE 5.0. I have
added catalog icons NE-2000 compatible (PCMCIA) to OS design but still i am
not getting LAN icon in (Network and Dialup Connections in the board..Tell me
what i need to do to get LAN icon in the board..Thanks in advance Tag: free sex moves download Tag: 114771
PB5 emulator ARMV4 vs ARMV4i (2577 vs 2336)
I'm trying to create a generic emulator image for testing some applications
against a CE device that has the standard shell. I've installed the device
emulator BSP and successfully followed the directions to create an image and
SDK.
The SDK/emulator installs and runs just fine, but I'm running into a CPU ID
issue with installing CABs and running applications. On real devices I've
tested against, when the OS reports the CPU as a 2336, I can still run
binaries that were compiled for ARMV4, but not so on the emulator I've
generated.
Can someone tell me how to configure the platform I'm creating so that it
either reports a CPU ID of 2577, or acts like the devices I've seen where
ARMV4 binaries still run?
environment:
XP SP3
PB 5
The december 07 ARMV4i product update rollup
device emulator BSP for Windows CE 5.0 Tag: free sex moves download Tag: 114765
Hive Registry and TIPC card problem
Hello all,
On Wince 5.0 new hardware/new product, I was originally doing my debugging
with a ram registry. We have a Ricoh chip that is a CF and SD (+ others)
device. The CF mimics the TIPCCARD driver. when I have my ram registry I
include the TI PCCARD driver ( also have the BLOCK ATAPI driver and the
Compact Flash /PC Card Storage drivers) My "Hard Drive" is a PCI/IDE PCI
0/15/2 and the CF device is PCI 0/13/0 (info for the traces below) If I
have the ram registry the system boots just fine and my CF slot works
without any problem. As Soon as I changed to the Hive my system wont
completely boot. If I remove the TIPC Card driver it will boot (but no
cf.:(
One thing I found when running the ram registry is that when the cf card
is inserted giisr gets used in atapipcmcia.cpp and it has Info.CheckPort
= FALSE; so it assumes it's the last device in the giisr chain , well
that worked if the cf card was inserted after I booted but if the card was
already in on a boot this prevented other device from getting services. I
changed the order on that driver to 10 and that fixed that problem, but
again that was using a ram registry,
I have too much debug info so I've just cut and pasted a bit below
(hopefully enough). one set from the Ram registry boot and some from the
Hive Registry boot (look for ========== demark)
any help, thoughts, suggestions ?
RAM Registry....
=====================================
4294770130 0x83fcd8e4: >>> Loading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770147 0x83fcd8e4: ATAPI DLL_PROCESS_ATTACH
4294770147 0x83fcd8e4: ATAPI:PCIConfig!DeviceConfig+(0)
4294770147 0x83fcd8e4: ATAPI:PCIConfig!ConfigRsrc+(Bus 0, Device 15,
Function 2)
4294770148 0x83fcd8e4: ATAPI:PCIConfig!ConfigRsrc: BAR(0/15/2): Offset 0x20,
Type I/O, Size 0x10
4294770148 0x83fcd8e4: ATAPI:PCIConfig!ConfigRsrc-
4294770165 0x83fcd8e4: PCMCIA!DeviceConfig+(1)
4294770165 0x83fcd8e4: CardBus!ConfigSet: BAR(0/13/0): Offset 0xfffffffe,
Type IO,Base 0xA000 Size 0x400
4294770165 0x83fcd8e4: ATAPI:PCIConfig!DeviceConfig+(1)
4294770165 0x83fcd8e4: ATAPI DLL_PROCESS_DETACH
4294770165 0x83fcd8e4: <<< Unloading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770173 0x83fcd8e4: TI : DLL_PROCESS_DETACH
4294770173 0x83fcd8e4: <<< Unloading module pcc_tipccard.dll at address
0x01340000-0x01353000
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294770201 0x83fcd8e4: >>> Loading module pcc_tipccard.dll at address
0x01340000-0x01353000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294770219 0x83fcd8e4: TI : DLL_PROCESS_ATTACH
4294770220 0x83fcd8e4: PCMCIA!DeviceConfig+(2)
4294770220 0x83fcd8e4: TI : DLL_PROCESS_DETACH
4294770220 0x83fcd8e4: <<< Unloading module pcc_tipccard.dll at address
0x01340000-0x01353000
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294770228 0x83fcd8e4: >>> Loading module pcc_tipccard.dll at address
0x01340000-0x01353000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294770248 0x83fcd8e4: TI : DLL_PROCESS_ATTACH
4294770248 0x83fcd8e4: PCMCIA!DeviceConfig+(3)
4294770248 0x83fcd8e4: TI : DLL_PROCESS_DETACH
4294770249 0x83fcd8e4: <<< Unloading module pcc_tipccard.dll at address
0x01340000-0x01353000
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294770283 0x83fcd8e4: >>> Loading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770301 0x83fcd8e4: ATAPI DLL_PROCESS_ATTACH
4294770301 0x83fcd8e4: ATAPI:PCIConfig!DeviceConfig+(2)
4294770301 0x83fcd8e4: ATAPI:PCIConfig!ConfigSize+(Bus 0, Device 15,
Function 2)
4294770302 0x83fcd8e4: ATAPI:PCIConfig!ConfigSize-
4294770302 0x83fcd8e4: ATAPI DLL_PROCESS_DETACH
4294770302 0x83fcd8e4: <<< Unloading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770312 0x83fcd8e4: >>> Loading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770329 0x83fcd8e4: ATAPI DLL_PROCESS_ATTACH
4294770329 0x83fcd8e4: ATAPI:PCIConfig!DeviceConfig+(3)
4294770329 0x83fcd8e4: ATAPI DLL_PROCESS_DETACH
4294770330 0x83fcd8e4: <<< Unloading module atapi.dll at address
0x03CC0000-0x03CE6000 (RW data at 0x01FD5000-0x01FD5608)
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\ATAPI.DLL'
4294770665 0x83fcd8e4: DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\PCI\Instance\WaveDev1\BusPrefix) returned 2
4294770667 0x83fcd8e4: >>> Loading module wmwavedev.dll at address
0x011E0000-0x01207000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3JULY09\RELDIR\DSV3GEODELX_X86_DEBUG\WMWAVEDEV.DLL'
==================================================
Hive Registry
\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294775836 0x83f960d8: TI : DLL_PROCESS_ATTACH
4294775836 0x83f960d8: PCMCIA!DeviceConfig+(0)
4294775837 0x83f960d8: PCMCIA!ConfigRsrc+(Bus 0, Device 13, Function 0)
4294775837 0x83f960d8: PCMCIA!ConfigRsrc: BAR(0/13/0): Offset 0x10, Type
Memory, Size 0x1000
4294775837 0x83f960d8: PCMCIA!ConfigRsrc: BAR(0/13/0): Offset 0xffffffff,
Type Memory , Size 0x400000
4294775837 0x83f960d8: PCMCIA!ConfigRsrc: BAR(0/13/0): Offset 0xfffffffe,
Type IO, Size 0x400
4294775837 0x83f960d8: PCMCIA!ConfigRsrc-
4294775857 0x83f960d8: ATAPI:PCIConfig!DeviceConfig+(0)
4294775857 0x83f960d8: ATAPI:PCIConfig!ConfigRsrc+(Bus 0, Device 15,
Function 2)
4294775858 0x83f960d8: ATAPI:PCIConfig!ConfigRsrc: BAR(0/15/2): Offset 0x20,
Type I/O, Size 0x10
4294775858 0x83f960d8: ATAPI:PCIConfig!ConfigRsrc-
4294775868 0x83f960d8: PCMCIA!DeviceConfig+(1)
4294775868 0x83f960d8: CardBus!ConfigSet: BAR(0/13/0): Offset 0xffffffff,
Type IO,Base 0x80000000 Size 0x400000
4294775869 0x83f960d8: PCMCIA!DeviceConfig+(1)
4294775870 0x83f898a8: [NOTIFY] HandleSystemEvent 7 /ADD SDC1:
4294775874 0x83f960d8: ATAPI:PCIConfig!DeviceConfig+(1)
4294775874 0x83f960d8: TI : DLL_PROCESS_DETACH
4294775874 0x83f960d8: <<< Unloading module pcc_tipccard.dll at address
0x02270000-0x02283000 (RW data at 0x01EA7000-0x01EA777C)
Unloaded symbols for
'C:\WINCE500\PBWORKSPACES\DSV3CMAY28\RELDIR\DSV3GEODELX_X86_DEBUG\PCC_TIPCCARD.DLL'
4294775894 0x83f960d8: Atapi!CDisk::PerformIoctl> IOCTL(2), device(0)
4294775894 0x83f960d8: Atapi!CPCIDiskAndCD::MainIoctl> IOCTL(0x2), device(0)
4294775894 0x83f960d8: Atapi!CPCIDisk::MainIoctl> IOCTL(2), device(0)
4294775894 0x83f960d8: Atapi!CDisk::MainIoctl> IOCTL(2), device(0)
4294775895 0x83f960d8: Atapi!ReadWriteDiskDMA> sr_start(338187),
sr_num_sec(8), sr_num_sg(1)
4294775895 0x83f960d8: Atapi!CPCIDisk::SetupDMA> Request(Read), SgCount(1)
4294775895 0x83f960d8: Atapi!CDisk::SendIOCommand> sector(338187), sectors
left(8), command(c8)
4294776481 0x83de7920: VMini:: Detected DHCP [DISCOVER]
4294778463 0x83de7920: VMini:: Detected DHCP [DISCOVER]
4294782855 0x83de7920: VMini:: Detected DHCP [DISCOVER]
4294790856 0x83de7920: GetDhcpLease(VMINI1): failed badly!
4294795896 0x83f960d8: Atapi!CDisk::ReadWriteDiskDMA> Failed to wait for
interrupt; device(0)
4294795902 0x83f960d8: Atapi!CDisk::ResetController> Device is ready
4294795902 0x83f960d8: Read/Write Sector failed (30) on Sector 338155
4294795902 0x83f960d8: FATFS!FAT_ReadFileWithSeek(0x1315a0) returned 0x0
(30, 0x3f96287 bytes, size 0x20000)
4294796153 0x83f960d8: Atapi!CDisk::PerformIoctl> IOCTL(2), device(0)
4294796153 0x83f960d8: Atapi!CPCIDiskAndCD::MainIoctl> IOCTL(0x2), device(0)
4294796153 0x83f960d8: Atapi!CPCIDisk::MainIoctl> IOCTL(2), device(0)
4294796153 0x83f960d8: Atapi!CDisk::MainIoctl> IOCTL(2), device(0)
4294796153 0x83f960d8: Atapi!ReadWriteDiskDMA> sr_start(338187),
sr_num_sec(8), sr_num_sg(1)
4294796155 0x83f960d8: Atapi!CPCIDisk::SetupDMA> Request(Read), SgCount(1)
4294796155 0x83f960d8: Atapi!CDisk::SendIOCommand> sector(338187), sectors
left(8), command(c8)
4294816157 0x83f960d8: Atapi!CDisk::ReadWriteDiskDMA> Failed to wait for
interrupt; device(0)
4294816163 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 3
seconds remaining
4294817164 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 2
seconds remaining
4294818165 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 1
seconds remaining
4294819166 0x83f960d8: Atapi!CDisk::ResetController> Timeout
4294819166 0x83f960d8: Read/Write Sector failed (30) on Sector 338155
4294819166 0x83f960d8: FATFS!FAT_ReadFileWithSeek(0x1315a0) returned 0x0
(30, 0x3f96287 bytes, size 0x20000)
4294819418 0x83f960d8: Atapi!CDisk::PerformIoctl> IOCTL(2), device(0)
4294819418 0x83f960d8: Atapi!CPCIDiskAndCD::MainIoctl> IOCTL(0x2), device(0)
4294819418 0x83f960d8: Atapi!CPCIDisk::MainIoctl> IOCTL(2), device(0)
4294819418 0x83f960d8: Atapi!CDisk::MainIoctl> IOCTL(2), device(0)
4294819418 0x83f960d8: Atapi!ReadWriteDiskDMA> sr_start(338187),
sr_num_sec(8), sr_num_sg(1)
4294819419 0x83f960d8: Atapi!CPCIDisk::SetupDMA> Request(Read), SgCount(1)
4294819420 0x83f960d8: Atapi!CDisk::SendIOCommand> sector(338187), sectors
left(8), command(c8)
4294819444 0x83f960d8: Atapi!CDisk::SendIOCommand> Failed to send command;
status(80), error(80)
4294819450 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 3
seconds remaining
4294820451 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 2
seconds remaining
4294821452 0x83f960d8: Atapi!CDisk::ResetController> Device is busy; 1
seconds remaining
4294822453 0x83f960d8: Atapi!CDisk::ResetController> Timeout
4294822453 0x83f960d8: Read/Write Sector failed (30) on Sector 338155
4294822453 0x83f960d8: FATFS!FAT_ReadFileWithSeek(0x1315a0) returned 0x0
(30, 0x3f96287 bytes, size 0x20000)
Thanks
Joe W. Tag: free sex moves download Tag: 114757
xr16c864 Quad uart and shared interrupts
Hello!
I have a geode system which uses a XR16C864 quad uart chip (connected
on the ISA bus).
This chip has 4 interruptlines going to a CPLD, where they are OR'ed,
and connected to the CPU IRQ10 line.
So, in other words i need to share IRQ10.
This system used to run Windows CE .net, and someone has written a
working driver and ISR, but when using this on Windows CE5 (which i
need to), it does not work.
The old ISR was actually just GIISR.DLL, which was called for each
uart like this
KernelLibIoControl(pHWHead->hIsrHandler, IOCTL_GIISR_INFO, &Info,
sizeof(Info), NULL, 0, NULL)
where the GIISR_INFO struct is:
Info.SysIntr = pHWHead->dwSysIntr;
Info.CheckPort = TRUE;
Info.PortIsIO = TRUE;
Info.UseMaskReg = FALSE;
Info.PortAddr = (DWORD)pHWHead->pIIR_FCR; //ISR when read
Info.PortSize = sizeof(BYTE);
Info.Mask = SERIAL_IIR_INT_SOURCE_MASK;
And, when the IST event is triggered, the ISR is read like this
KernelLibIoControl(pHWHead->hIsrHandler, IOCTL_GIISR_PORTVALUE, NULL,
0, &(pHWHead->IIR), sizeof(BYTE), NULL)
This returns the ISR of the correct uart, and the processing begins.
My problem is:
At some point beween CE4 and 5, MS decided to change the structure of
the COM16550 driver completely (from C to C++ and more layered).
I have created a new COM16864 driver based on this new COM16550, i
have also used the new GIISR,.
This works great as long as i only use one port at a time
BUT, when sending data to two ports at a time, the interrups goes
high(as seen on oscilliscope on com10), and it is not cleared until
the port is closed again.
I think this is because one of the UART receive FIFOs goes above the
trigger level, which will cause an interrupt, but for some reason the
interrupt is not registered in the driver, and therefore the FIFO will
not be emptied, and the interrupt stays high.
I have read alot about the GIISR not being suitable for serial IRQ
sharing, or that the GIISR_INFO checkport value will cause
unpredicable behaviour when used with IRQ sharing, but my problem is:
THIS WORKED ON THE OLD SYSTEM!
What happens when GIISR finds a valid value in the chain of ISRs? Will
it ever look further down the chain for another valid intterupt?
If anyone have any ideas or suggestions, please help!
Regards,
LT Tag: free sex moves download Tag: 114755
Jan QFE?
I did an "update check" with my VS2005 and it shows Janurary QFE for CE 6 is
missing.
I do not even see this one listed on the download site.
Whats up? Tag: free sex moves download Tag: 114750
Locating unreleased interfaces in a COM application
Hi all,
I have a C application running on WinCE 6.0 that is using a COM
component (RTC v1.5, to be specific). There seem to be some memory
leaks, but I have not been able to locate them. All of them seem to
have something to do with unreleased interfaces.
I've run the rest of the code through AppVerifier to ensure there are
no leaks. I've used IMallocSpy too but it doesn't help me locate the
interfaces I'm missing out on.
Is there any tool or any other method that I can use to find
unreleased interfaces, or narrow down on the leaks a bit? Tag: free sex moves download Tag: 114746
application verifier on CE6.0
hi
We have a kernel mode storage driver written for WinCE6.0.I am
trying to run application verifier tool to test the driver for memory
leaks in CE6.0 .Please find the procedure that i am following for the
same
1,I copy the required binaries as specified by getappverif_cetk to my
release folder
2,I set the environment variables
i.set IMGSHIMENABLE=1
ii.set VERIFY_MODULES= my_driver.dll nk.exe tux.exe
iii.set VERIFY_SHIMS=shim_heap.dll shim_hleak.dll
iv.set VERIFY_OPTIONS= NoMapFiles EnableFanOut IgnoreNullFree
3,Then i run makeverifyfile.bat to get the verify.txt file
4,I attach to the target and execute the following commands for heap
verification
i,loadext shim_heap.dll
ii,heapverif * chk
iii,I run a cetk test case which exercises my driver
iv,I run heapverif * delta to get the logs
my question is :
a,do i have to specify nk.exe or tux.exe in VERIFY_MODULES?If i dont
specify these .exe and try to establish a check point it says process
not shimmed and no check point gets created.
b,Even after specifying to shim nk.exe process whenever i introduce a
memory leak in the driver and exercise my driver the logs do not show
any memory leak.
c,I view the logs using avlogview.exe however my driver .dll is not
listed anywhere.How does the log report show the memory leak in our
driver.Does it give the driver.dll name in the logs?
d,Is it necessary to shim tux.exe or nk.exe to detect the memory leak
in our driver?
I would really appreciate it if someone could clarify my doubts... Tag: free sex moves download Tag: 114745
One or more Visual Studio templates do not match any installed pro
I am not able to create CE6.0 project with running VS 2005 Professsional
edition on a Windows XP SP2 machine which also has VS 2005,
VS80sp1-KB926601-X86-ENU, CE6.0, Windows Embedded CE 6.0 Platform Builder
Service Pack 1 installed on it.
In event log I see following errors (most related):
One or more Visual Studio templates do not match any installed project
packages. Tag: free sex moves download Tag: 114744
Dynamically partitoning flash memory from Bootloader.
hi ,
We are using WinCE 6.0 on PXA320 processor.I need to dynamically
resize the storage space using FMD driver based on the image size.
That is, instead of keeping the FMD size constant, it should be varied
accoring to the size of the OS image. For an example if the total
flash size 512MB and if the size of the OS image is 20MB then the rest
492MB should be utilized for storage and if I change the size of the
OS image to 30MB then the storage memory should be 482MB, so that no
flash memory is wasted. The size of the image will be given by the
user at bootloader.Can anybody help me in this and we are using a NAND
flash. Thanks in advance.
Regards
Joseph Tag: free sex moves download Tag: 114742