Search found 162 matches

by nicolas
Mon Jan 18, 2010 2:59 pm
Forum: S3C2440 Boards
Topic: UART 3.3V or 5.0V?
Replies: 2
Views: 1895

Re: UART 3.3V or 5.0V?

The uart's coming from the S3C2440 are 3.3v
The physicalserial port header on the mini24440 goes thru a level shifter (max232) which is +-12v.
by nicolas
Mon Jan 18, 2010 2:58 pm
Forum: S3C2440 Boards
Topic: COM port and Bluetooth
Replies: 5
Views: 2836

Re: COM port and Bluetooth

For SPP you normally need to set it up beforehand.
Does it show your PC as providing an SPP port and also does it let you assign a COM port number to it
by nicolas
Fri Jan 15, 2010 9:02 am
Forum: S3C2440 Boards
Topic: JTAG with core board
Replies: 3
Views: 1823

Re: JTAG with core board

Did you check this thread viewtopic.php?f=6&t=45 for configuring the software.
by nicolas
Thu Jan 14, 2010 9:03 am
Forum: WinCE Development
Topic: VB.NET Sample Code - Rotate Screen / Screen Orientation
Replies: 8
Views: 8697

Re: VB.NET Sample Code - Rotate Screen / Screen Orientation

Are you in a WindowsCE project ?
by nicolas
Sun Jan 10, 2010 1:27 pm
Forum: S3C2440 Boards
Topic: Changing Language for CE6.0
Replies: 2
Views: 1539

Re: Changing Language for CE6.0

You need to go into the project settings in PB. Change the lagnuage there.
by nicolas
Sun Jan 10, 2010 1:26 pm
Forum: WinCE Development
Topic: USB-WiFi Driver
Replies: 6
Views: 5899

Re: USB-WiFi Driver

You need to COPY the driver dll file to the windows directory.
Then enter the name of the driver dll without the .dll.
(example. wifi.dll you enter wifi)
by nicolas
Mon Jan 04, 2010 10:46 pm
Forum: S3C2440 Boards
Topic: mini2440 WindowsCE 6.0 Preliminary(20091130)
Replies: 9
Views: 4822

Re: mini2440 WindowsCE 6.0 Preliminary(20091130)

What version of superviv do you have on the board? If its 128m board (or newer 64m board) then you probably already have V2. If not, you will need to use the JTAG to program the new supervivi (unless someone has figured out the proper command line commands to send supervivi to flash itself with the ...
by nicolas
Thu Dec 03, 2009 8:53 am
Forum: WinCE Development
Topic: Windows CE 6 BSP
Replies: 21
Views: 9831

Re: Windows CE 6 BSP

See here viewtopic.php?f=6&t=45 for how to JTAG.
by nicolas
Thu Dec 03, 2009 8:52 am
Forum: WinCE Development
Topic: VB.NET Sample - LED Control
Replies: 16
Views: 15882

Re: VB.NET Sample - LED Control

The PhysicalAddressPointer class is made to read/write to the memory, specifically memory mapped registers. I have not tried to use it to read/write from the nand, it should be possible. I have only tried accessing the s3c2440 registers, and therefore only tried 32 bit read/write. The full documenta...
by nicolas
Tue Dec 01, 2009 9:41 pm
Forum: WinCE Development
Topic: VB.NET Sample - Serial Port
Replies: 5
Views: 6390

Re: VB.NET Sample - Serial Port

I have the board put away right now so I cant test it.
When I wrote the code the sample worked, maybe was just luck or I didnt fully test it.