Search found 7 matches

by iamgrazzi
Tue Jul 20, 2021 5:40 pm
Forum: Programmable Logic
Topic: Programmable Logic Dilettante - some newbie questions
Replies: 10
Views: 3064

Re: Programmable Logic Dilettante - some newbie questions

Hey gfoot - think I recognize you from Reddit.

Thanks for the extra confirmation - my acquisition of minipro and the TL866 II Plus are both pretty recent additions (within the last 6 months) so hopefully I am within spec there, but I'll check for any updates to minipro.

Great tip on the workflow ...
by iamgrazzi
Sat Jul 17, 2021 2:16 am
Forum: Programmable Logic
Topic: Programmable Logic Dilettante - some newbie questions
Replies: 10
Views: 3064

Re: Programmable Logic Dilettante - some newbie questions

Programming will be OK for the ATF16V8C, I have a XGecu TL866II Plus too and already programmed many ATF16V8C, ATF16V8B, ATF22V10C, etc… It’s really straightforward, I would love the wincupl part of programming to be as simple…

Ojanhk, this is wonderful news! Thank you for sharing. Now for the ...
by iamgrazzi
Thu Jul 15, 2021 3:46 pm
Forum: Programmable Logic
Topic: Programmable Logic Dilettante - some newbie questions
Replies: 10
Views: 3064

Re: Programmable Logic Dilettante - some newbie questions

Oh wow! Thank you kindly, BigDumbDinosaur. I appreciate you taking the time to provide such a comprehensive reply!

I will have to pick up a few CPLDs along with my proposed SPLD order then as well. I am hoping to recreate the 74HC166 parallel to serial shift register - a part I find very clever ...
by iamgrazzi
Tue Jul 13, 2021 9:03 pm
Forum: Programmable Logic
Topic: Programmable Logic Dilettante - some newbie questions
Replies: 10
Views: 3064

Re: Programmable Logic Dilettante - some newbie questions

Martin A and BigEd, thank you both very much for your information. That clears up a lot for me :D If anybody else can verify success with programming via XGecu TL866II Plus, I'd love to hear, but from what I'm reading it should just work. I think I'll order a handful and circle back and verify this ...
by iamgrazzi
Tue Jul 13, 2021 4:40 pm
Forum: Programmable Logic
Topic: Programmable Logic Dilettante - some newbie questions
Replies: 10
Views: 3064

Programmable Logic Dilettante - some newbie questions

Hello everybody,

I have been pouring over this section of the forum lately trying to figure out if CPLD is right for me. I'm trying to simplify a heap of DIP logic for a 25MHz project, and it looks like the right direction to go.

However, I'm finding it difficult to get my bearings on how to start ...
by iamgrazzi
Thu Jul 08, 2021 1:59 pm
Forum: Newbies
Topic: Help with WLA DX for 65C816
Replies: 3
Views: 1095

Re: Help with WLA DX for 65C816

Welcome!

I can't answer the question directly, but in the world of cc65, there's an assembler and a linker, and you need to use the linker to make a binary - the assembler only makes object files which the linker accepts. And you need to tell the linker just a little about the target machine.

A ...
by iamgrazzi
Thu Jul 08, 2021 1:23 pm
Forum: Newbies
Topic: Help with WLA DX for 65C816
Replies: 3
Views: 1095

Help with WLA DX for 65C816

Hello world, long-time listener, first-time caller. I have learned a lot reading through this forum over the past few months, so first of all, thank you!

After exciting success using the 65C02 for a while, I have decided to enter the world of the 65C816 and I am very excited about it. However, I ...