6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri Nov 01, 2024 3:46 am

All times are UTC




Post new topic Reply to topic  [ 48 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Working SBC-3
PostPosted: Fri Nov 28, 2008 9:04 am 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 1042
Location: near Heidelberg, Germany
8BIT wrote:
I've completed assembly of the first SBC-3.


Congrats!

I'm still working on 65816 and Ethernet and USB for my selfbuilt computer - but "working on" in this context unfortunately means waiting for some spare time....

André


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 28, 2008 2:13 pm 
Offline

Joined: Thu Dec 19, 2002 4:01 pm
Posts: 31
Location: Cambridge, UK
I have finished assembling my SBC3.1 board and the video output is working and the keyboard LEDs are flashing as per Daryl's instructions. Unfortunately, it's back to work now so I shall have to stop.

I ordered my components from Digikey (I had problems sourcing the RAM chip from any of the usual UK suppliers) using the parts list. Two small points:-

1) The reset switch on the list is not that shown in Daryl's photo - it's huge!

2) The +5V regulator's heatsink fouls the two capacitors either side of it if you use the one on the parts list. I'm going to change it for a smaller one.

Small, easily remedied problems.

Thanks Daryl for producing this board - at last a use for all of the 65816s that I have been collecting over the years!

Simon J


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 28, 2008 3:15 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
SimonJ5 wrote:
1) The reset switch on the list is not that shown in Daryl's photo - it's huge!


The switch I used on my board was one I had laying in my parts box. I chose the larger one for the design as it would be easy to access. The Alternate part # on the parts list is a small, tactile switch similar to the one I used, if a smaller switch is desired.

Quote:
2) The +5V regulator's heatsink fouls the two capacitors either side of it if you use the one on the parts list. I'm going to change it for a smaller one.

On my board, I left the regulator leads long and soldered it at the ends so it would stand up above the caps. The heatsink I selected was supposed to fit in that configuration. The heatsink I used on my board was again a spare I had sitting around. Let me know if you think the heatsink will work if the leads are long. If not, let me know the part # you used and I'll update the parts list.

Quote:
Thanks Daryl for producing this board - at last a use for all of the 65816s that I have been collecting over the years!

Glad to do it. Sorry for the few bumps you've encountered. Send me a picture of the finished board and I'll post it on my website.

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 28, 2008 3:25 pm 
Offline

Joined: Thu Dec 19, 2002 4:01 pm
Posts: 31
Location: Cambridge, UK
Quote:
Glad to do it. Sorry for the few bumps you've encountered. Send me a picture of the finished board and I'll post it on my website.


No need to apologise - you've done something that I've been meaning to do for years and never get around to it. Also, you've done a better job than I would have done :wink: The 'fixes' are trivial and my comment was intended to help others.

Now, about that C compiler.....

Simon J


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 28, 2008 3:42 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
I wrote Ullrich von Bassewitz, the author of CC65, to ask about using it with my SBC-3. Here is his reply:
Quote:
> I would like to use CC65 for my new 65816 SBC. I understand that a new start-up code is needed for my new target. I am having trouble understanding what I need to do to create a new target.

Please note that cc65 is a 6502 compiler, not a 65816 one. To create a new target, you need at least a linker config and a startup file. Please have a look at the existing linker configs and startup files for examples.

> I have downloaded CYGWIN with the GCC compiler. I do not know UNIX/LINIX so I'm trying to figure out how to re-compile the unmodified CC65 sources first before I try to add my target.

There's no need to modify cc65 to add a new target. Just use "-t none" resp. "-C config" for the linker.

> I could not find an FAQ for newbees. Does one exist?

I'm sorry, there's no FAQ that covers creating new targets. My suggestion is to have a look at the existing library sources and study one of the startup files (crt0.s).

Regards
Uz


This is hopeful!! I've been playing with CYGWIN and was able to recompile cc65. I still need to work on the startup and purhaps the compiler config file.

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 05, 2008 4:04 pm 
Offline

Joined: Sat Aug 30, 2008 11:12 pm
Posts: 34
Location: Kent, UK
I'd like one of these but I appear to have missed it :(


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 05, 2008 5:08 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
I may a have a few left over. Give me another week to try to re-contact others that have already requested but have not paid.

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 05, 2008 5:54 pm 
Offline

Joined: Sat Aug 30, 2008 11:12 pm
Posts: 34
Location: Kent, UK
What about 65816s? Mike Naberezny didn't have any when I asked.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 05, 2008 6:44 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
You can always order them directly from wdc.

http://www.westerndesigncenter.com/wdc/ ... r_Form.cfm

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 05, 2008 7:54 pm 
Offline

Joined: Sat Aug 30, 2008 11:12 pm
Posts: 34
Location: Kent, UK
And pay $40 (including a $15 handling charge) for shipping? That's taking the p*ss.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 08, 2008 9:06 am 
Offline

Joined: Thu Dec 19, 2002 4:01 pm
Posts: 31
Location: Cambridge, UK
DaveK,

I'm in the UK and have spare 65C816 if you're interested. Contact me via a private message.

Simon


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 08, 2008 6:38 pm 
Offline
User avatar

Joined: Mon Dec 08, 2008 6:32 pm
Posts: 143
Location: Brighton, England
DaveK

If you want WDC chips, contact WDC's UK representative by email (The email address is on the WDC web page) It's much cheaper to order from him than direct from WDC. Delivery is usually next day too. Ordering single chips is fine.

_________________
Shift to the left,
Shift to the right,
Mask in, Mask Out,
BYTE! BYTE! BYTE!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Dec 24, 2008 6:09 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
I still have two SBC-3 "kits" left. Contact me if you would like more info.

Thanks, and Merry Christmas!

Daryl


Top
 Profile  
Reply with quote  
 Post subject: C30
PostPosted: Sat Jan 03, 2009 9:55 pm 
Offline

Joined: Sun Jun 15, 2008 6:39 pm
Posts: 14
Location: Grand Junction, CO, USA
Daryl,

I finally started to order my SBC-3 parts. I am confused on C30. The parts list shows it as a 10-30 pF variable but then gives a Digi-Key number equivalent to the 0.1uF cap.

What is the correct part?

Rich

_________________
Rich Leary


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Jan 04, 2009 3:33 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1745
Location: Sacramento, CA
Sorry for the confusion.

C30 and XTAL-1 are only for PAL versions. The NTSC version only needs OSC-1, 14.318MHz TTL oscillator.

For those using PAL, you need a 16MHZ OSC-1, 4.43MHz XTAL-1, and C30, a 10-30pf cap. The datasheet for the AD724 states a 10-30pF cap, depending upon crystal used and capacitive loading. At one point, I put the part # for a 20pF cap on the parts list which should work for most.

I just checked the parts list and C30 is part # 490-3703-ND, which is a 20pF cap.

Hope that clears things up.

Daryl


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 48 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: