Тёмный
No video :(

RP6502 Ep3 - Writing to the Raspberry Pi Pico - More PIO and DMA 

Rumbledethumps
Подписаться 3,1 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@chromosundrift
@chromosundrift Год назад
Dude, you're very easy to listen to. Coherent and clear. Keep it up!
@GodmanchesterGoblin
@GodmanchesterGoblin Год назад
First! Love this project. It's an amazing demonstration of the capabilities of the Pico, at the same time beautifully illustrative of how technology has progressed since the 6502 first appeared.
@gartentisch
@gartentisch Год назад
Really interesting and well made video. Thank you!
@igorperuchi2114
@igorperuchi2114 Год назад
I'm far from an engineer (humanities guy), but somehow you can explain all those digital electronics intrincacies in such a clear and simple manner, I'm impressed!
@RayBellis
@RayBellis Год назад
Loving this series - the interfacing of the 6502 direct to the PIO on a Pico is _exactly_ something I'd been idly mulling over the last few days, and here it is!
@the_hetman
@the_hetman Год назад
I think I would be tempted to have the 7430 feed a 74137 to split the I/O space into 8 blocks of 32 bytes, the last one being used by the Pico. That would reduce propagation delays to just 2 chips. You would still be using just 3 logic chips as /WE and /IRQ can be generated with a quad nand. It’s a great series so far and it good to see how much you have pushed the Pico PIO / DMA trick to get such fast random access from the Pico RAM.
@rumbledethumps
@rumbledethumps Год назад
That's a solid idea for a system with an address-data expansion bus. Or if they stop putting AC logic in DIPs.
@peaphoenix9625
@peaphoenix9625 Год назад
Very informative .. looking forward to the next stage!
@maclemz
@maclemz Год назад
So glad you did this. So many projects divide the memory space into big chunks, most of which are wasted. Using the top 256 bytes of memory for the Pico and VIA is brilliant.
@khrisw8926
@khrisw8926 Год назад
Awesome project. Keep up the good work!
@romainf145
@romainf145 Год назад
Well done! It might be possible to re-arrange the gates to reduce the critical paths length. This may cost an additional gate however, so changing the chips for faster ones was definitely the best option!
@logannosleep5
@logannosleep5 Год назад
Wild suggestion here, but you should release this as socketed DIY PCB....Maybe even a socket for the Picos, and have 4, or more Picos (2 mandatory). It could be like a 6502 Pico super computer. Also I'm sure the sound could be socketed for some new old stock sound chip, or maybe even made from the Picos themselves. Either way really great idea here for learning about computers, Picos, and the 6502.
@GodmanchesterGoblin
@GodmanchesterGoblin Год назад
Not a bad idea - as a potential audio device the Pico lacks an audio DAC, but I'm sure there are ways around that.
@logannosleep5
@logannosleep5 Год назад
@@GodmanchesterGoblin yeah I started following this project because I was wanting to make a ultimate NES kind of doing everything you see here but with a Nintendo and upgrading it's capabilities but that's way too ambitious for my skill set right now and I'm taking it slow trying to understand this stuff.
@duncanwalduck7715
@duncanwalduck7715 5 месяцев назад
Can anyone re-assure me? : I think I see bus contention on the first half of the RAM write cycle. When I had assumed that the 6502 transacts the bus on the rising edge, I thought the cunning plan was to replay what had just been programmed into the RAM address in the face of the still-oncoming data - hopefully *the same* (!) but now having had a re-visit of Ben Eater's bus timing video for 6502, I see that the zero mark is the falling edge (of phi_2). So, doesn't the ¬WE of the RAM get cancelled (raised) at one gate delay (U6a) from this fall and then, because the other bus controls of the RAM are tied open, it begins to output on the address which the CPU presently, but not 'too' slowly, begins driving address #and# data for? If you went and single-stepped it like this, couldn't it burn out if you stopped the clock in the wrong half? I haven't delved hard into what the Pico-based clock generator does for its part, but I suppose that could be a very uneven duty cycle only just acceptable to spec on the low period, which might fix things good and well. Otherwise, is there any harm tying U7, pin 10 (U7c output: post-invert of 6502 R/¬W ["RWB"]) to RAM ¬OE (instead of a short to ground)? Bi-directional busses are an absolute terror : I suppose wiring double a data bus (even if only 8 bit) is likewise a board and chip packaging nightmare, so hardly ever done - definitely not the 'commodity' approach - so unavailable (plus we only have so much Pico!)
@jstro-hobbytech
@jstro-hobbytech Год назад
The only chip I'm not sure i have is the 74hc30
@jchidley
@jchidley 11 месяцев назад
I think that I am missing something. There’s a nice simulation of the gates but I cannot find the source on your GitHub - I assume there’s some kind of file and that some software is required for the simulation. It all seems magical to me at the moment but I’d prefer to understand it.
@rumbledethumps
@rumbledethumps 11 месяцев назад
It's easy to recreate in your favorite simulator. Also, git never forgets. github.com/picocomputer/rp6502/tree/3d5e5b288b1c95bb1d743bef5801223825f4d838/sch
@viktorhugo8252
@viktorhugo8252 Год назад
Cool, how much VideoRam has the Pico for VGA?
@justlostintime
@justlostintime Год назад
Hi, can you help me understand if the pico inputs are 3.3 volts and the 6502 is 5 volts why the pico does not smoke?
@rumbledethumps
@rumbledethumps Год назад
I can't help you with that. I run everything at 3.3V.
@justlostintime
@justlostintime Год назад
@@rumbledethumps thank you so much for your reply!
Далее
RP6502 Ep4 - The Picocomputer says hello!
11:23
Просмотров 6 тыс.
RP6502 Ep11 - No soldering and no breadboard
11:12
Просмотров 12 тыс.
RP6502 Ep10 - DIY build with soldering
14:56
Просмотров 31 тыс.
Raspberry Pi Pico PIO - Ep. 8 - Introduction to DMA
18:21
RP6502 Ep8 - VGA Graphics and the PIX bus
12:43
Просмотров 6 тыс.
What is VGA and How to Use it With a Raspberry Pi Pico
18:28
In-depth: Raspberry Pi Pico's PIO - programmable I/O!
17:19