Search found 162 matches

by nicolas
Tue Mar 16, 2010 8:42 am
Forum: WinCE Development
Topic: Display Calibration, WIN CE 6.0
Replies: 3
Views: 1808

Re: Display Calibration, WIN CE 6.0

1. calibrate manually
2. read the registry of the device for the calibration data
3. edit the platform.reg file with the calibration data from #2

Done.
by nicolas
Tue Mar 09, 2010 11:13 pm
Forum: WinCE Development
Topic: 64MB for programs in Wince - where is OEMAddressTable ??
Replies: 4
Views: 2244

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

Im quite interested in that setting too. I have not attempted it myself, but have read on the procedure.

I have nothing useful to add at this time, sorry.
This is just so the BBS lets me know if there is any progress on this thread.

Have you tried KITL and the kernel debugger ?
by nicolas
Thu Mar 04, 2010 2:27 pm
Forum: WinCE Development
Topic: 2440 baudrate problems
Replies: 6
Views: 2670

Re: 2440 baudrate problems

using flowcontrol ? not sure what else to tell you but that in all my tests its worked fine. The only case where you may see weird issues was when using KITL and the first uart, but not in speed but in ability tochange speed. havent seen any reports of the issues you are having. i assume youve teste...
by nicolas
Thu Mar 04, 2010 9:20 am
Forum: WinCE Development
Topic: 2440 baudrate problems
Replies: 6
Views: 2670

Re: 2440 baudrate problems

are you using a a usb-serial adapter on the pc side ?
by nicolas
Tue Mar 02, 2010 4:55 am
Forum: WinCE Development
Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
Replies: 5
Views: 2404

Re: Configuring WINCE Image (via PB5) to use 7" Display?

Yes its possible the funcionality has changed.
Its common with these BSP's.

But searching thru the file contents for those defines should still yield your answer.
Try "N35" or "A70"
I havent had a chance to look at the latest 5.0 BSP, or i would be of more help.
by nicolas
Mon Mar 01, 2010 4:32 am
Forum: WinCE Development
Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
Replies: 5
Views: 2404

Re: Configuring WINCE Image (via PB5) to use 7" Display?

How i would of approached this problem before posting, I would have searched file contents (windows search or other utility) for the words "set BSP_LCD_TYPE_N35" It would then tell me what file makes reference to that string. From there I would know what file to edit. To give you a head start on the...
by nicolas
Thu Feb 25, 2010 6:42 am
Forum: WinCE Development
Topic: USB Driver Not Working for MINI2440
Replies: 4
Views: 2188

Re: USB Driver Not Working for MINI2440

to fully use DNW you must use USB+Serial.
Serial is used for commands, USB is used for the data transfer.
by nicolas
Fri Feb 19, 2010 2:17 pm
Forum: S3C2440 Boards
Topic: Flash NOR with JTAG Problem
Replies: 4
Views: 2101

Re: Flash NOR with JTAG Problem

The error tells it all. The flash selected is not the flash on your mainboard.
by nicolas
Fri Feb 19, 2010 11:23 am
Forum: S3C2440 Boards
Topic: Flash NOR with JTAG Problem
Replies: 4
Views: 2101

Re: Flash NOR with JTAG Problem

Did you follow these instructions viewtopic.php?f=6&t=45 ?
Once you setup H-JTAG properly, it should work.

If you can boot from the NOR, then its not "broken"
by nicolas
Thu Feb 18, 2010 3:54 pm
Forum: WinCE Development
Topic: Flash NOR with JTAG Problem
Replies: 11
Views: 10241

Re: Flash NOR with JTAG Problem

Well the real question to yourself is, what flash do you have ?
Then select the flash accordingly. Guessing is not going to solve it.