brother-yan / LGTISP

LGT8Fx8P ISP download protocol implementation
38 stars 20 forks source link

Readout Protection #1

Open WGR7 opened 4 years ago

WGR7 commented 4 years ago

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.

brother-yan commented 4 years ago

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.

WGR7 commented 4 years ago

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

brother-yan commented 4 years ago

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.

WGR7 commented 4 years ago

Can your tool get the data at configured eeprom space?