"D7" stuck at 0....W (write) LED never blinks.
Closed this issue · 6 comments
Nice kit Nicola! The board appears to be working as designed, However, I am having a problem I need some help to fix....
Not able to see an output at OUT0. Analysis with O-scope and logic analyzer revealed "D7" out of the RAM is stuck at Logic 0 and the W (write) LED never blinks. Looking at the load at power-on (plugging in USB) revealed no transitions on D7. Then I removed the Nano and connected Logic Analyzer to the appropriate pins to trace: PRG, WEN, D7, D6 and GND. D6 looked OK but D7 did not toggle at all during the boot. Is this a defective Nano? I have a Rev C. board...tried to figure out from your Github site if there was something not in sync. I suppose a simple program could be tried to toggle pin12 (D9) to see if "D7" is really stuck...but I am unsure if I have the smarts to reload the monitor.
Any ideas where to look? Thanks, Jim
Hi and thanks!
REV.C is good, it's the latest and actually what the vast majority of kits have been shipped with.
The 14500Mon is simply an Arduino sketch (it includes both the bootloader and monitor functionality), so as long as you have an Arduino IDE you should be able to load it. ( https://github.com/nicolacimmino/PLC-14500/tree/master/14500mon )
It seems like it could be the Nano. If you have a spare one perhaps you could try to load there the 14500Mon.
I'm travelling at the moment for 2 weeks, but PM me if you like I can send you a spare one on my return.
Good to hear all is working!
I had some others mentioning the bit order on the board LEDs. TBH given it's a 1-bit system I always thought of them as independent I/Os, but true that when it comes to the address bus expecially one expects to read it as a number. I currently have a quantity of boards sitting under my desk, but when I will run low I could consider flipping, with some more tweaks.
You mention revisiting old computer hardware, I am on the lookuout for ideas for a new retro kit, any thoughts on what might be cool?
Hi,
thanks for your message. A I/O header on the PLC14500 is a great idea indeed, I'll keep that in mind!
That Heathkit ET-3400 sounds really interesting, I have just taken a look at it now, was not aware. If you could send the schematics or anything you have that would be great! You can mail me at nicola.cimmino@gmail.com
Nicola