Touch-it CE
Operating Instructions
Christ Elektronik GmbH
17
/
37
www.christ-elektronik.de
Tel.: +49 8331 8371-0
5.
Write your example code:
using
System;
using
System.Linq;
using
System.Collections.Generic;
using
System.Text;
namespace
SmartDeviceProject1
{
class
Program
{
static
void
Main(
string
[] args)
{
Console
.WriteLine(
"Hello, here is Touch-it CE\n"
);
Console
.WriteLine(
"from Christ-Elektronik GmbH"
);
Console
.ReadLine();
}
}
}
6.
Debug your code and select the destination “SDK2wince7 ARMV7 Device”.
On the Touch-it CE Panel should appear a console application.
3.3
Flash Memory Layout
The Touch-it CE has an on board Flash memory 512 MB (Tegra T20). This Flash memory is divid-
ed as follows:
Description
Tegra
T20
Bootloader
4096 KB
ConfigBlock
3076 KB
Image
100 MB
Registry
512 KB
FileSystem (
FlashDisk
)
405 MB
Total
512 MB
The only
permanent memory,
that is available to the user, is the File System (
FlashDisk
)
memory.