Search found 5 matches

by kris92
Sun Dec 05, 2021 2:07 pm
Forum: Hardware
Topic: Yet another 65C02 SBC
Replies: 14
Views: 3008

Re: Yet another 65C02 SBC

I used FT245 the first time a few weeks ago. I like it; it is simple to interface, very very fast, and you can boot from it so a simple computer made of FT245, RAM and 6502 is possible. The FT245 interface is at lower left of the schematic. One thing to watch out is its read strobe is active low ...
by kris92
Sun Dec 05, 2021 2:03 pm
Forum: Hardware
Topic: Yet another 65C02 SBC
Replies: 14
Views: 3008

Re: Yet another 65C02 SBC

tokafondo wrote:
I read the datasheet, and found four control pins besides the data bus.

And that's where I stopped because I can't tell where to connect that control pins in the 6502. In your design I see the FT240 connected to a CPLD.
Yes cpld is the way to go to achieve a compact design.
by kris92
Tue Nov 30, 2021 11:42 pm
Forum: Hardware
Topic: Yet another 65C02 SBC
Replies: 14
Views: 3008

Re: Yet another 65C02 SBC

tokafondo wrote:
Is the FT245 acting as virtual com port or native USB connection?
This is a true 8bits usb interface. This chip is rarely used. This is strange since it is very to interface, and I do not have to add or synthesize an ACIA.
by kris92
Wed Nov 24, 2021 12:36 pm
Forum: Hardware
Topic: Yet another 65C02 SBC
Replies: 14
Views: 3008

Re: Yet another 65C02 SBC

I assume the 4-pin header next to CF disk is the I2C connector? Do you plan to drive graphic display with I2C? The 128x64 OLED display works well with I2C.
Yes absolutely, I have a got a 128x64 OLED display, but not yet played with it.

I've also found 30MHz as the upper limit of CF interface ...
by kris92
Tue Nov 23, 2021 12:21 pm
Forum: Hardware
Topic: Yet another 65C02 SBC
Replies: 14
Views: 3008

Yet another 65C02 SBC

Hello,
My goal was to have a compact 65C02 SBC (PI form factor) I can use from my sofa. So this is a tty only setup. I was inspired by plasmo designs with CompactFlash. I started with the 6502 utilities he did for its frugal 6502 board.
Without CompactFlash and MMU, the board was tested at 30-35Mhz ...