6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri May 10, 2024 5:30 am

All times are UTC




Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: The W65C134 SXB ?
PostPosted: Wed Nov 15, 2023 1:57 pm 
Offline

Joined: Sat Apr 11, 2020 7:28 pm
Posts: 341
drogon wrote:
Right now, I have to power on, type a 'g' command (g E000) and it launches my thing. I can get it to auto-start, but it's a bit of a one-way process and if it doesn't work I'd need to take the EEPROM chip out to reset it - although I have that technology, so maybe I shouldn't be too scared...


I installed a debounced push button in the SBC I worked years ago, so if pressed, +VCC wouldn't reach the EEPROM chip so it wouldn't allow the system to autoboot and go for the internal monitor instead. If left alone, the system would boot from the EEPROM after finding 'WDC' in the right place


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 5:00 am 
Offline

Joined: Sun May 30, 2021 2:16 am
Posts: 374
Proxy wrote:
the 65C134 is 65C02 based, the 65C265 is 65C816 based.
I haven't used the premade SBCs from WDC before, but i still have a discrete 65C265 lying around that i do want to use for a board similar to WDC's, but better (1MB of RAM, more Flash, FT240X instead of an internal UART, DS1086 Programmable Clock, maybe some other stuff too)

but the architecture of these chips is pretty convoluted.
especially trying to boot of an external ROM, i still don't fully understand how that is supposed to work with the BE pin state during reset and stuff.
very weird stuff


There are two nice things about the W65C265 - the upper address bytes are not duplexed like a standard ‘c816, and it has a neat BBC tube-like parallel interface for expansion and coprocessors. However, the SXB board is only clocked at a little under 4mhz for some reason. So, I built my own board, running at a full 8mhz, with UARTs at .5mbps. Fun little thing!

Jonathan


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 5:10 am 
Offline
User avatar

Joined: Fri Aug 03, 2018 8:52 am
Posts: 746
Location: Germany
Have you tried running it faster? from what i remember WDC said that it would very likely run a lot faster than 8MHz, but they never bothered to check.
If i were to use the '265 i have lying around i would definitely aim for like 12-16MHz.


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 8:08 am 
Offline
User avatar

Joined: Wed Feb 14, 2018 2:33 pm
Posts: 1411
Location: Scotland
Proxy wrote:
Have you tried running it faster? from what i remember WDC said that it would very likely run a lot faster than 8MHz, but they never bothered to check.
If i were to use the '265 i have lying around i would definitely aim for like 12-16MHz.


I've no doubt the '134 would run much faster, however it's already on a board in my case. Another little niggle I have is the requirement to have 2 clocks - although I may have read the documentation incorrectly, but it seemed to me that I must start from the slow clock then the fast clock must be at least 4x the slow clock to work.

If you could put the high mhz clock into the first clock and ignore the 2nd then that's probably a good solution though

-Gordon

_________________
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 12:25 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3354
Location: Ontario, Canada
Jmstein7 wrote:
So, I built my own board, running at a full 8mhz, with UARTs at .5mbps. Fun little thing!
Are you deliberately teasing us? :lol: Please share a schematic and photos, or any other details you can provide! (A new thread may be in order.) And of course we're dying to hear about speeds above 8 MHz, if you get a chance to investigate that.

-- Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 4:51 pm 
Offline

Joined: Sun May 30, 2021 2:16 am
Posts: 374
Dr Jefyll wrote:
Are you deliberately teasing us? :lol: Please share a schematic and photos, or any other details you can provide! (A new thread may be in order.) And of course we're dying to hear about speeds above 8 MHz, if you get a chance to investigate that.

-- Jeff


Coming up!


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Mon Dec 04, 2023 5:34 pm 
Offline

Joined: Sun May 30, 2021 2:16 am
Posts: 374
Dr Jefyll wrote:
Are you deliberately teasing us? :lol: Please share a schematic and photos, or any other details you can provide! (A new thread may be in order.) And of course we're dying to hear about speeds above 8 MHz, if you get a chance to investigate that.

-- Jeff


PS Here is the new thread!
http://forum.6502.org/viewtopic.php?f=4&t=7866


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Fri Dec 22, 2023 2:05 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1076
Location: Albuquerque NM USA
I was looking at W65C134 in Mouser and I noticed the Mouser part number says W65C134S8PLG-14. I think "S8" means 0.8u technology and -14 means 14MHz? Even though the datasheet says -8 meaning 8MHz? Has anyone built a board with W65C134 and tried 14MHz or faster?
Bill


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Fri Dec 22, 2023 2:13 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8178
Location: Midwestern USA
plasmo wrote:
I was looking at W65C134 in Mouser and I noticed the Mouser part number says W65C134S8PLG-14. I think "S8" means 0.8u technology and -14 means 14MHz? Even though the datasheet says -8 meaning 8MHz? Has anyone built a board with W65C134 and tried 14MHz or faster?
Bill

S8 means it has a static 0.8µ core, which would have been produced by Sanyo.  That’s old stuff, as WDC switched to 0.6µ some 15 years ago.  Current production is TSMC 0.6µ, signified with S6T in place of S8, the T meaning TSMC.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Fri Dec 22, 2023 2:37 pm 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
I thought the same about the 65C51 - the datasheet only list speeds up to 4MHz but the part number that's available is rated for 14MHz. I think they don't keep the datasheets up to date.


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Fri Dec 22, 2023 3:24 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1076
Location: Albuquerque NM USA
BigDumbDinosaur wrote:

S8 means it has a static 0.8µ core, which would have been produced by Sanyo.  That’s old stuff, as WDC switched to 0.6µ some 15 years ago.  Current production is TSMC 0.6µ, signified with S6T in place of S8, the T meaning TSMC.

Thanks for the explanation.
W65C51 also has -14 designation. I know it will work at 7.37MHz, but it won't work at 14.7MHz, so -14 may not mean much.
Bill


Top
 Profile  
Reply with quote  
 Post subject: Re: The W65C134 SXB ?
PostPosted: Fri Dec 22, 2023 8:51 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8178
Location: Midwestern USA
plasmo wrote:
BigDumbDinosaur wrote:

S8 means it has a static 0.8µ core, which would have been produced by Sanyo.  That’s old stuff, as WDC switched to 0.6µ some 15 years ago.  Current production is TSMC 0.6µ, signified with S6T in place of S8, the T meaning TSMC.

Thanks for the explanation.
W65C51 also has -14 designation. I know it will work at 7.37MHz, but it won't work at 14.7MHz, so -14 may not mean much.

Well, the -14 is supposed to mean it’s rated for speeds up to 14 MHz.  The 0.8µ cores apparently faltered right above 14 MHz, which would explain what you are seeing.

As for WDC data sheets, they never seem to quite match what the product can do and sometimes almost seem to contradict reality.  :D

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 9 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: