brother-yan
brother-yan
> 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...
> 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...
@dwillmore I don't use LGT MCU since 2020. I have a solution: just add a *.S file in your sketch folder 添加文件:`IVT_extended.S` ```S #include #ifdef __AVR_MEGA__ #define XJMP jmp #define...