LGTISP icon indicating copy to clipboard operation
LGTISP copied to clipboard

Readout Protection

Open WGR7 opened this issue 4 years ago • 4 comments

I've used a translator and as I could see your programmer breaker the code protection for lgt8f, is it right? If this is true, for me this is a problem, I started to prototype with this uC because but has so many good features.

WGR7 avatar Aug 08 '20 09:08 WGR7

I've used a translator and as I could see your programmer breaker the code protection for lgt8f, is it right? If this is true, for me this is a problem, I started to prototype with this uC because but has so many good features.

Yes. My code can read flash(address : 0x0400 ~ 0x7FFF) after power-down. You can use my code to confirm it.

brother-yan avatar Aug 08 '20 12:08 brother-yan

Só, If my code fits in 0-400h will it be safe? How the readout protection works in LGT8F uC family? As I could see, there's no lock bits and the datasheet have no information about it.

Regards

WGR7 avatar Aug 08 '20 13:08 WGR7

Só, If my code fits in 0-400h will it be safe? How the readout protection works in LGT8F uC family? As I could see, there's no lock bits and the datasheet have no information about it.

Regards

I'm not sure. I don't known how LGT8Fx8P works. The official share just very little information. I have no time to crack 0x0000~0x0400 flash recently.

brother-yan avatar Aug 08 '20 13:08 brother-yan

Can your tool get the data at configured eeprom space?

WGR7 avatar Aug 08 '20 14:08 WGR7