Search found 3 matches

by cristianowa
Mon Jan 31, 2011 3:48 am
Forum: WinCE Development
Topic: gpio to ce 6.0
Replies: 6
Views: 7437

Re: gpio to ce 6.0

Пожалуйста, расскажите поподробнее.. "Please tell me more detail .." I'm searching for the source code for the Mini2440 drivers for winCE 6.0, I've checked the BSP and the drivers I've found, are, mostly, incomplete, the PWM driver has only the first channel (tout0 ) implemented, the ADC driver is ...
by cristianowa
Fri Jan 21, 2011 4:33 am
Forum: WinCE Development
Topic: gpio to ce 6.0
Replies: 6
Views: 7437

Re: gpio to ce 6.0

http://www.thaieasyelec.com/Free-Service-from-ThaiEasyElec/ARM9-mini2440--micro2440-FriendlyARM-Tutorial.html wince 6.0 image with gpio driver I've used this image, it works everything fine, PWM ( including TOUT1, that is not working in the BSP available in friendlyarm ), ADC ( witch also is not wo...
by cristianowa
Tue Jan 11, 2011 11:10 am
Forum: WinCE Development
Topic: VB.NET Sample - LED Control
Replies: 16
Views: 15352

Re: VB.NET Sample - LED Control

Hello, I've a WINCE 6.0 Image in witch I can use the ADC aplication, I can read the ADC on the board ( the ADC0 wired in the potenciometer ), but I don't know how to access it from a C# ou C++ program, I've seen things like: const UInt32 OPEN_EXISTING = 3; const UInt32 GENERIC_READ = 0x80000000; con...