Tagged Questions
-1
votes
2answers
123 views
windows embedded CE device to linux [closed]
I have a Windows embedded CE 6.0 device (with touchscreen and OTG, SDHC, RS232, USB, network Port). His processor type is: Freescale, ARM1136_Mx31.
Does anyone if it is possible to install linux in ...
0
votes
1answer
98 views
replacing Windows CE w/ Arm Linux?
Hi: I have an old Mobinnova Beam (Elan) w/ Windows CE 6 (Embedded Code 6). I am wondering if I can, via a memory stick loaded with some variety of ARM Linux, boot up Linux on this machine, the specs ...
-2
votes
1answer
71 views
Installing XP proffesional on a windows embeded ce 6.0 [closed]
I have a windows embeded CE 6.0 device with ARM920 proccesor.
when I turn on this device i dont see any booting process, just win ce loading screen.
is it possible to install xp proffesional on this ...
4
votes
1answer
140 views
NEON Instruction throws exception on Windows CE 7
I am happy to ask questions in stack overflow due to prompt reply from experts world wide:-) I wish to explain clearly the issue I am facing.
What I wish to do?
I wish to evaluate NEON instruction ...
1
vote
2answers
399 views
Debugging data abort and prefetch abort exceptions on Windows CE 6
We're running a rather complex software on Windows CE and Windows Mobile for mobile data acquisition on different device types. On the only device type with Windows CE 6.0 installed, our client ...
0
votes
1answer
298 views
How to initialize WaveOUT API on Win CE running on ARM in C#
I am trying to make work WinOut API on Win CE (ARM) but with the same code
that runs on Windows 7 I am getting MMSYSERR_INVALIDPARAM in the line for buffer preparation.
Win32.MMRESULT hr = ...
1
vote
0answers
58 views
Using a custom DataAbortHandler in WindowsCE
We're developing an application based on Windows CE. At the moment we're fighting with numerous data abort exceptions that only occur with release builds. We only have a limited number of development ...
0
votes
0answers
155 views
Error in running I2C application on wince 6.0 for OK6410
I am developing an IIC application for my OK6410 Board for wince 6.0 in C#. I am able to successfully load the I2C driver, but on DeviceIOControl i am getting an Error. Here's my code:
public ...
0
votes
2answers
1k views
Find textBox, checkBox, any object by name C#
This is really weird, but I can't seem to find a specific textBox(i) or checkBox(i) in .NET CF. In .NET 3.5 I can create this function:
void checking(int input)
{
CheckBox checkbox = ...
0
votes
1answer
57 views
Determining if XScale is present in a safe way
I have a ARMv5-powered non-XScale device (the SHARP Brain™ electronic dictionary) with Windows Embedded CE 6.0 installed in NAND flash, and I use TCPMP to play my favorite AAC tunes and MPEG-4 movies.
...
3
votes
1answer
191 views
Why don't I get std::bad_alloc in my WinCE application?
According to C++ Standard, operator new should throw std::bad_alloc(); when allocation fails.
To test this behavior I came up with the following code:
try
{
for (;;)
{
Big* p = new ...
0
votes
1answer
277 views
how-to build openMax library on windows embedded device
I'm trying to build OpenMax with neon optimizations on windows embedded compact 7( Armv7 with NEON is supported). at this moment I have a problem with this error:
Error 1 error A2003: improper ...
0
votes
1answer
1k views
How to emulate Windows CE 5.0 on ARMV4i architecture
I am developing Qt application for Windows CE 5.0 device.
My setup is:
Qt 4.7.3 compiled with Visual Studio 2005 using Windows CE 5.0 Standard SDK.
Everything works OK on real device, though I would ...
1
vote
1answer
261 views
Platform builder and compiling options and flags
I'm new to platform builder, this might be obvious..
I'm working on wince6.0.
I've looked everywhere, didn't find how to add flags to the compilation of the image.
I've noticed there are many flags ...
0
votes
2answers
500 views
ARM WINCE application, anti-hacker solutions
I'm creating an app for WINCE 6.0 with ARMV4i CPU. I would like to add extra security to my app by using assembly packer. But I couldn't find a good one except UPX (which is too easy to unpack). can ...
3
votes
3answers
2k views
How to decode a Windows CE call stack?
Desktop Windows OSs have a "StackWalk64" function, upon which Jochen Kalmbach made a library for decoding the call stack into something human-readable.
I need a similar tool, but for Windows CE. ...
0
votes
1answer
73 views
EBusError on assigning PageControl fpc/Lazaurs
I am trying to create dynamic TTabSheets for my program.
Written in FPC/Lazarus being built for ARM/WinCE
Everything works, including design time created tabsheets but the following code
try
Tab ...
3
votes
2answers
721 views
ARM calling conventions on WinCE and Linux?
Do WinCE and Linux use the same calling convention on ARM? What are the differences?
The documents I've found so far do not explain very well. For example on ...
1
vote
2answers
36 views
SqlCE DB occasionally freezes on one handheld, not another
I have two types of custom handhelds which are similar, but slightly different, each running the same WinForm application and a WinCE database:
Type 1: WinCE 4.2, 400 mhz, 93244 kb
Type 2: WinCE 5.0, ...
0
votes
2answers
2k views
CE 5 Application Development under VS2005/CE 6 Development Environment
Can I develop an application targeted to run on CE 5.0 using the Visual Studio 2005/CE 6.0 development environment? Or do I need to find the CE 5.0 development downloads on microsoft.com rather than ...
2
votes
2answers
381 views
Determine at runtime if Windows CE operating system is built against a particular processor type (eg. ARMV4/ARMV4I/ARMV4T)
Is there a way to determine if a Windows CE operating system is targeted against ARMV4 or ARMV4I or ARMV4T.
I am aware of the IsProcessorFeaturePresent() API call on coredll however as far as I can ...
1
vote
3answers
1k views
C++ DLL Called From C# on Windows CE for ARM Always Returns 0
I am currently developing an application for Windows CE on the TI OMAP processor, which is an ARM processor. I am trying to simply call a function in a C++ DLL file from C# and I always get a value ...
2
votes
2answers
1k views
compile AMR-nb codec with RVCT for WinCE/Window Mobile
I'm working on amr speech codec (porting/optimization)
I have an arm (for WinCE) optimized version from voiceage and I use it as a reference in performance testing. So far, binary produced with my lib ...
2
votes
1answer
200 views
How do you access the high speed SRAM in ARM CPUs from user-mode code on WinCE?
When writing embedded ARM code, it's easy to access to the built-in zero wait state memory to accelerate your application. Windows CE doesn't expose this to user-mode applications, but there is ...
1
vote
1answer
1k views
What is the typical interrupt latency for WinCE 6.0 on an ARM target?
What is a typical interrupt latency for WinCE 6.0 on an ARM target?
(Just looking for a ballpark value for performance estimation)
