For all the embedded/uC people out there, I need some help.
I’m building a synthesizer project using an HC11 uC, and I’m running into a problem. My 74ls373 latch is very sensitive to noise. It latches spurious data if I’m not very very careful with where I hook it up. I’m just developing on a basic breadboard for the time being, but I need some help.
The only way I can get the latch to work right is to use a high quality motorolla latch, or by connecting my ground/vcc lines directly to the power supply entry point. I’ve got caps here and there between my ground/hot lines…but it doesn’t seem to help.
I have posted somewhere on this forum details of how I have reduced the noise inside my midibox significantly, though I can’t remember where. Maybe do a forum search on starlike or jitter or filter or something.
I’m using a PAL that triggers the latch on address match using the E clock and R/W signals from the HC11. The PAL i have controls all external glue logic for the HC11, so its working fine.
I ended up getting the latches stable by using a few different methods to reduce the noise, and it seems to be latching fine now.
Now I’m moving on to my CS problem…I’ll figure it out. Thanks for all the help Thorsten.