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.
Search found 28 matches
- 14 Mar 2025 23:17
- Forum: MEMU
- Topic: Real Input and Output on the Pi emulation
- Replies: 29
- Views: 76163
- 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
. 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...

- 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.
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.
- 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...
- 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
. I will run further tests tomorrow. Particular exit and reentering the MEMU simulator and switching on and off the Pi-Zero.

- 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 ?.
- 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
gio_input (8, pinPIN, 0xFF);
gio_output (8, pinPOT, 0xFF);
Do work so I have put them back. It is really a bit looking
- 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.
- 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/
https://timohartong.riscos.fr/memotech/
- 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 ...