jburrell7 / REUPlusC2

58 stars 11 forks source link

Random Ram Test failure #3

Open Boothies opened 2 years ago

Boothies commented 2 years ago

Dear Sir,

first of all thank you very much for developing the REUPlusC2. I never pulled a request before and I hope I´m doing right. After many different tests, the REU seems to work. However, one program (REU-checker) randomly shows errors. After 7 Tests, 5 where "good" and two had different errors

20220418_223404 20220418_223053 20220418_223226

Other Programs / Demos or Games using a REU run fine however. Greetings, Boothies

jburrell7 commented 2 years ago

Boothies, I am not sure what the problem here may be. The timing of my hardware was never intended to be the same as the original REU and there may be some subtle difference causing the problem that I did not find with other programs.

My C64 is back in storage so it may take a little time for me to break everything back out and test with the test program you are using. I will try to get to this in a week or so.

Jeff

On 04/19/2022 2:26 PM Boothies ***@***.***> wrote:

Dear Sir,

first of all thank you very much for developing the REUPlusC2.
I never pulled a request before and I hope I´m doing right.
After many different tests, the REU seems to work.
However, one program (REU-checker) randomly shows errors.
After 7 Tests, 5 where "good" and two had different errors

[20220418_223404] https://user-images.githubusercontent.com/104030613/164079184-93f38dfe-3951-437e-b33b-66ab0c7a9b15.jpg
[20220418_223053] https://user-images.githubusercontent.com/104030613/164079188-da1225b9-a6a9-4bba-9a2c-441b7e173774.jpg
[20220418_223226] https://user-images.githubusercontent.com/104030613/164079191-d2154671-19f6-445a-9d11-1c11f6b382e8.jpg

Other Programs / Demos or Games using a REU run fine however.
Greetings,
Boothies

—
Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG5HXBOUC6D7DUWSURLVF4CGRANCNFSM5TZ2J5PQ .
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Boothies commented 2 years ago

Dear Sir,

I made a 3D Drawing for the REU housing. Of course, I would also like to label it adequately. I stumbled across two Jumpers (P5 & P6). What is it good for? I plan to use two switches on the left site of the cartridge. Can you give it a name?

Sincerely

Boothies

jburrell7 commented 2 years ago

Booties, Please call me Jeff.

P5 is connected to RESET P6 is connected to NMI

On 04/21/2022 2:56 PM Boothies ***@***.***> wrote:

Dear Sir,

I made a 3D Drawing for the REU housing.
Of course, I would also like to label it adequately.
I stumbled across two Jumpers (P5 & P6).
What is it good for?
I plan to use two switches on the left site of
the cartridge. Can you give it a name?

Sincerely

Boothies

—
Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1105695431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4GJJMBXEXFWR32QNTVGGXFNANCNFSM5TZ2J5PQ .
You are receiving this because you commented.Message ID: ***@***.***>
Boothies commented 2 years ago

Dear Jeff,thank you for the fast response.You told me exactly what I asked, but it did not help me. ;-)I'm a bit confused.Reset and NMI for operation from user side, eg. User Reset BUTTON and NMI SWITCH - lets say for system halt, orSWITCHES to enable the REU ( give the ability) to reset the system or trigger an NMI ?By the way, you see I'm a nope. So please call me Stefan. I'm afraid, I'll ask some more questions ...I'm making 3 housings for your hardware.3D print will take a while. In the meantimeI drew a (lets say) label for the REU. ( it will be printed directly on the surface ).May I send you the draft, to have a look at?Greetings Stefan Von meinem/meiner Galaxy gesendet -------- Ursprüngliche Nachricht --------Von: jburrell7 @.> Datum: 21.04.22 23:42 (GMT+01:00) An: jburrell7/REUPlusC2 @.> Cc: Boothies @.>, Author @.> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3)

Booties,

Please call me Jeff.

P5 is connected to RESET

P6 is connected to NMI

On 04/21/2022 2:56 PM Boothies ***@***.***> wrote:

Dear Sir,

I made a 3D Drawing for the REU housing.

Of course, I would also like to label it adequately.

I stumbled across two Jumpers (P5 & P6).

What is it good for?

I plan to use two switches on the left site of

the cartridge. Can you give it a name?

Sincerely

Boothies

—

Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1105695431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4GJJMBXEXFWR32QNTVGGXFNANCNFSM5TZ2J5PQ .

You are receiving this because you commented.Message ID: ***@***.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

jburrell7 commented 2 years ago

Stefan, These are user controls that directly assert signals to the C64.

The RESET switch is tied directly to the C64 reset on the edge connector. Bridging those pins will cause the C64 (and the REU and anything else connected to the RESET line) to do a hard reset as when the C64 is turned on. The intent is to connect these pins to a momentary push button so that the C64 can be reset without cycling the power.

The NMI switch can probably ignored. It is connected to the C64 NMI pin on the edge connector and was put there in case anyone wanted to use it.

This is an example of a switch that would work. Switches like this should be readily available from European electronics distributors.

https://www.digikey.com/en/products/detail/nte-electronics-inc/54-394/11644774

On 04/22/2022 11:03 AM Boothies ***@***.***> wrote:

Dear Jeff,thank you for the fast response.You told me exactly what I asked, but it did not help me. ;-)I'm a bit confused.Reset and NMI for operation from user side, eg. User Reset BUTTON and NMI SWITCH - lets say for system halt, orSWITCHES to enable the REU ( give the ability) to reset the system or trigger an NMI ?By the way, you see I'm a nope. So please call me Stefan. I'm afraid, I'll ask some more questions ...I'm making 3 housings for your hardware.3D print will take a while. In the meantimeI drew a (lets say) label for the REU. ( it will be printed directly on the surface ).May I send you the draft, to have a look at?Greetings Stefan Von meinem/meiner Galaxy gesendet
-------- Ursprüngliche Nachricht --------Von: jburrell7 ***@***.***> Datum: 21.04.22 23:42 (GMT+01:00) An: jburrell7/REUPlusC2 ***@***.***> Cc: Boothies ***@***.***>, Author ***@***.***> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3)

Booties,

Please call me Jeff.

P5 is connected to RESET

P6 is connected to NMI

> On 04/21/2022 2:56 PM Boothies ***@***.***> wrote:

>

>

>

>

> Dear Sir,

>

> I made a 3D Drawing for the REU housing.

> Of course, I would also like to label it adequately.

> I stumbled across two Jumpers (P5 & P6).

> What is it good for?

> I plan to use two switches on the left site of

> the cartridge. Can you give it a name?

>

> Sincerely

>

> Boothies

>

>

> —

> Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1105695431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4GJJMBXEXFWR32QNTVGGXFNANCNFSM5TZ2J5PQ .

> You are receiving this because you commented.Message ID: ***@***.***>

>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>

—
Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1106654456 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG5QNEUWSMQU3AJHUODVGLEUBANCNFSM5TZ2J5PQ .
You are receiving this because you commented.Message ID: ***@***.***>
Boothies commented 2 years ago

Dear Jeff,are you interested in such a housing?In case of "yes" just tell me where to send it...Stefan  -------- Ursprüngliche Nachricht --------Von: laptop @.> Datum: 22.04.22 18:02 (GMT+01:00) An: jburrell7/REUPlusC2 @.> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3) Dear Jeff,May I send you the draft, to have a look at?Greetings Stefan Von meinem/meiner Galaxy gesendet-------- Ursprüngliche Nachricht --------Von: jburrell7 @.> Datum: 21.04.22 23:42 (GMT+01:00) An: jburrell7/REUPlusC2 @.> Cc: Boothies @.>, Author @.> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3)

Booties,

Please call me Jeff.

P5 is connected to RESET

P6 is connected to NMI

On 04/21/2022 2:56 PM Boothies ***@***.***> wrote:

Dear Sir,

I made a 3D Drawing for the REU housing.

Of course, I would also like to label it adequately.

I stumbled across two Jumpers (P5 & P6).

What is it good for?

I plan to use two switches on the left site of

the cartridge. Can you give it a name?

Sincerely

Boothies

—

Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1105695431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4GJJMBXEXFWR32QNTVGGXFNANCNFSM5TZ2J5PQ .

You are receiving this because you commented.Message ID: ***@***.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

jburrell7 commented 2 years ago

Stefan, Thank you for your kind offer but I do not require an enclosure for my device. I prefer to keep it open to enable me to probe it for debugging.

Thanks

Jeff

On 04/26/2022 9:37 AM Boothies ***@***.***> wrote:

Dear Jeff,are you interested in such a housing?In case of "yes" just tell me where to send it...Stefan 
-------- Ursprüngliche Nachricht --------Von: laptop ***@***.***> Datum: 22.04.22 18:02 (GMT+01:00) An: jburrell7/REUPlusC2 ***@***.***> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3) Dear Jeff,May I send you the draft, to have a look at?Greetings Stefan Von meinem/meiner Galaxy gesendet-------- Ursprüngliche Nachricht --------Von: jburrell7 ***@***.***> Datum: 21.04.22 23:42 (GMT+01:00) An: jburrell7/REUPlusC2 ***@***.***> Cc: Boothies ***@***.***>, Author ***@***.***> Betreff: Re: [jburrell7/REUPlusC2] Random Ram Test failure (Issue #3)

Booties,

Please call me Jeff.

P5 is connected to RESET

P6 is connected to NMI

> On 04/21/2022 2:56 PM Boothies ***@***.***> wrote:

>

>

>

>

> Dear Sir,

>

> I made a 3D Drawing for the REU housing.

> Of course, I would also like to label it adequately.

> I stumbled across two Jumpers (P5 & P6).

> What is it good for?

> I plan to use two switches on the left site of

> the cartridge. Can you give it a name?

>

> Sincerely

>

> Boothies

>

>

> —

> Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1105695431 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4GJJMBXEXFWR32QNTVGGXFNANCNFSM5TZ2J5PQ .

> You are receiving this because you commented.Message ID: ***@***.***>

>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>

—
Reply to this email directly, view it on GitHub https://github.com/jburrell7/REUPlusC2/issues/3#issuecomment-1109878474 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APYRVG4CEJNGHRJ56I2VNODVG75T3ANCNFSM5TZ2J5PQ .
You are receiving this because you commented.Message ID: ***@***.***>