Assembler Programming Problem
Re: Assembler Programming Problem
If the on board RTC is working - then the I2C from the GAL is working - so it's not your MK2 that's gone duff.
Re: Assembler Programming Problem
I’ve replaced all the cables and devices & vcc/gnd are good but only the NVRAM/RTC respond/foundPr0f wrote: Sat Sep 20, 2025 8:15 pm If the on board RTC is working - then the I2C from the GAL is working - so it's not your MK2 that's gone duff.
The external pins for data/clock run directly off 2 pins of the PCF8583 RTC so in my mind this IC could be damaged?
Re: Assembler Programming Problem
That chip is just a another 'target' for the I2C bus to find - so the fact you can read from that chip suggests the issue lies with either the pins for the I2C output, the resistors R1 and R2 - the 2K2 resistors, or the small PCB track that exists between the connection on the NVRAM/Clock chip and the pins for external devices.
I suspect what may have happened is that connecting to these pins on and off may have caused mechanical damage on the PCB.
I suspect what may have happened is that connecting to these pins on and off may have caused mechanical damage on the PCB.
Re: Assembler Programming Problem
Will check continuity between IC legs and the pins to start with then
Odd thing is, if it’s mechanical failure, is that yesterday was the first time I’d unplugged/re-plugged cables directly to the pins since I first fitted it as I use an external connector
I guess the other possibility is a failure of my soldering!
Odd thing is, if it’s mechanical failure, is that yesterday was the first time I’d unplugged/re-plugged cables directly to the pins since I first fitted it as I use an external connector
I guess the other possibility is a failure of my soldering!
Re: Assembler Programming Problem
It might be worth 're sweating' the joints in that case - it could just be a dry joing on that 5 pin header.
Re: Assembler Programming Problem
Looks like a duff solder joint on the CLK pin, now to find the time to re-solder itPr0f wrote: Sun Sep 21, 2025 7:59 am It might be worth 're sweating' the joints in that case - it could just be a dry joing on that 5 pin header.
Many thanks
Tony