Search found 3 matches

by domdom
Fri Mar 19, 2010 1:53 am
Forum: WinCE Development
Topic: I2C Example
Replies: 1
Views: 2844

Re: I2C Example

Hello,
You can find on my website an article that explain how to use the i2c driver in a c++ application : http://www.domodom.fr/spip/Utiliser-le- ... ml?lang=en
It is for Windows CE 6.0, but I don't think it is different on Windows CE 5.0.
A sample application is a available.
domdom
by domdom
Fri Mar 19, 2010 1:24 am
Forum: WinCE Development
Topic: 64MB for programs in Wince - where is OEMAddressTable ??
Replies: 4
Views: 5863

Re: 64MB for programs in Wince - where is OEMAddressTable ??

Hello, The flash of the mini2440 is a NAND flash. The particularity of the NAND flash is that code can be executed directly from it. When the mini2440 start up, the bootloader copy the nk.bin file in ram before to execute it. Then the available ram is not the 64MB but is (64MB - the size of the nk.b...
by domdom
Mon Feb 15, 2010 10:52 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 6350

Re: httpd & ftpd problem

Please, could you give us some details ?
What are the modifications to make ?
Thanks
domdom