Search found 2026 matches

by Peter
Tue Mar 05, 2019 11:02 am
Forum: Hardware
Topic: Coding partner sought...
Replies: 27
Views: 7941

Re: Coding partner sought...

Here's a brief outline on some projects I am working on. The main reason for 'slowly' is because I am not a programmer. I think none of my machines (and they included so many new peripherals) would have been possible, if I had not written basic software support for all of them myself . I usually di...
by Peter
Tue Mar 05, 2019 8:21 am
Forum: Hardware
Topic: Coding partner sought...
Replies: 27
Views: 7941

Re: Coding partner sought...

I am thoroughly surprised a 700MHz ARM based SOC sould not read fast enough from GPIO. Someone is not programming it very well... usually bare GPIO (ports) can run at 25+ MHz speed, which is actually enough since once a byte/word is read, the rest of processing works at full speed. Surprisingly, no...
by Peter
Tue Mar 05, 2019 8:12 am
Forum: Hardware
Topic: Free 68000 ICs to Good Home.
Replies: 18
Views: 7827

Re: Free 68000 ICs to Good Home.

Dave wrote:
lezanderson wrote:Real time Clock & Calendar for Time Date: DS12887/DS1310 etc
There's so many RTC choices it's sickening....
For a chance of software support, it could make sense to use the Q68's DS1374 which includes a reset generator.
by Peter
Tue Feb 26, 2019 9:30 am
Forum: Hardware
Topic: 8302<>8049 communications...
Replies: 48
Views: 19174

Re: 8302<>8049 communications...

I recall the high precision timer in the Q68 is 40MHz. I don't know if that just happened to be the clock of the Q68, or if there was a specific reason you chose that, but 25ns is a nice time interval because it is so easily countable to get "real" times. I was also considering a clock ti...
by Peter
Mon Feb 25, 2019 10:10 am
Forum: Software & Programming
Topic: Q68 Software SD Card
Replies: 32
Views: 14849

Re: Q68 Software SD Card

It is interesting that the Q68 has 2 SD slots. I saw two card slots mandatory, in case someone wanted to use the Q68 as a stand-alone QL-style computer. In this case, one needs the possibility to copy or backup mass storage from one media to another. Doing this via RAM disk would be uncomfortable f...
by Peter
Mon Feb 25, 2019 9:41 am
Forum: Hardware
Topic: Q68 Extension bus questions...
Replies: 17
Views: 6549

Re: Q68 Extension bus questions...

On the Q68 extension bus, can the /DS data strobe be used as a reliable clock, for example as a timer or to clock data into/out of an external device? I know this seems obvious, but there's some subtleties to it I don't understand. Sorry Dave, it is my shortcoming not to have documented the timings...
by Peter
Mon Feb 25, 2019 9:22 am
Forum: Hardware
Topic: 8302<>8049 communications...
Replies: 48
Views: 19174

Re: 8302<>8049 communications...

I think it might be easier from a hardware perspective to have a 32,768 Hz timer, and if that is too fast simply /2 for 16384 Hz. That frequency would be of restricted use, e.g. it is too slow to generate network timings. If there are enough registers available, I'd recommend the CPU clock (Pin 25 ...
by Peter
Fri Feb 22, 2019 1:43 pm
Forum: Hardware
Topic: 8302<>8049 communications...
Replies: 48
Views: 19174

Re: 8302<>8049 communications...

BTW - given recent experience re-working the QNET driver around Q68's hardware-timer, I can say that any 8302 replacement should have a high precision timer included - it would make any further QNET driver development soooo much easier... A high-precision timer is also helpful for other tasks, wher...
by Peter
Tue Feb 19, 2019 2:47 pm
Forum: Hardware
Topic: 8302<>8049 communications...
Replies: 48
Views: 19174

Re: 8302<>8049 communications...

The SUBJECT TO CONDITIONS is that this device would not support microdrives because of strict timing, and also would likely not support QLNET. The QLNET timings depend almost completely on the 68K CPU and its memory. The added delay by the 8302 register accesses should be neglegible. As far as I ca...
by Peter
Mon Feb 04, 2019 5:53 pm
Forum: Hardware
Topic: Complex Programmable logic CPLDs
Replies: 4
Views: 2205

Re: Complex Programmable logic CPLDs

It should be noted that (to my knowledge) the only hardware dependent things used directly and not through an OS driver are the RTC seconds counter in the 8302 and the mode control register in the 8301. Not quite ;) During compatibility tests of the Q68, Detlef found that few (two?) games access th...