Search found 28 matches

by TimoHartong
14 Mar 2025 23:17
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Bill B wrote: 16 Dec 2024 15:52 The issue with the GPIO interface has now been resolved and updated version pushed to GitHub.

Finally I have build de extra print to test the GPIO option and I'm happy to report that the GPIO and I2C are both working.
by TimoHartong
18 Dec 2024 18:44
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Sorry for the delay but I had to visit the dentists :mrgreen: . Ran a partial test with the 65536 test program which is in my opinion OK. To test the GPIO I must build an extra print...
by TimoHartong
16 Dec 2024 14:08
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Hi Bill,

It is very interesting to see that it works with two languages : Assembly and BASIC. I hope you also het the GPIO working just in case.
by TimoHartong
13 Dec 2024 17:36
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Today ran some further tests: - Power on Pi , start memu run loop 0-255 loop program . Result : OK - Close memu, start memu run loop 0-255 loop program. Result : OK - Reboot Pi, start memu run loop 0-255 loop program . Result : OK - Close memu, Start Memu run 255 x 0-255 loop program : Result OK. If...
by TimoHartong
12 Dec 2024 22:00
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

I have compiled the source and it seems to be working. Running a longer test now with as base my loop test program. Now out and input is tested 65536 times :D. I will run further tests tomorrow. Particular exit and reentering the MEMU simulator and switching on and off the Pi-Zero.
by TimoHartong
12 Dec 2024 18:02
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Can I propose I get the code and test it ?.
by TimoHartong
12 Dec 2024 12:47
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Another update : when the unit starts up completely fresh the lines in hardware.c :
gio_input (8, pinPIN, 0xFF);
gio_output (8, pinPOT, 0xFF);
Do work so I have put them back. It is really a bit looking
by TimoHartong
12 Dec 2024 08:30
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Your efforts are highly appreciated I hope to place schematics also today.
by TimoHartong
11 Dec 2024 22:42
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

Hello I have made a page with software I have written to test the emulator and some photos of the print
https://timohartong.riscos.fr/memotech/
by TimoHartong
11 Dec 2024 22:16
Forum: MEMU
Topic: Real Input and Output on the Pi emulation
Replies: 29
Views: 76163

Re: Real Input and Output on the Pi emulation

I have tested the code and no joy ;-( OK. I will have to get some hardware set up and test properly. Have you tried the alternate method using the kernel driver? I have tested the code and no joy ;-( OK. I will have to get some hardware set up and test properly. Have you tried the alternate method ...