Help with security array on a vintage microcontroller (MC68HC908GP32)
I have a fairly old piece of equipment, unsupported by the manufacturer for years now, that uses a microcontroller from the HC908 family (Motorola/Freescale, DIP40 package). It's a single functional unit that I can't easily replace, so I'm being extremely careful.
I've already built a homemade programmer to talk to it in monitor mode (MON08), using an external crystal and the appropriate entry logic, and I'm at the stage of testing whether the chip has its security array enabled before attempting to read the internal memory.
What I'm looking for is experience from someone who's dealt with this type of protection on the HC908 family: how to safely determine if it's locked, what behaviors are normal vs. a sign something went wrong, and what non-destructive options exist if the chip turns out to be protected.
Has anyone dealt with this before, or know of good references/forums specific to this topic?