-
F452 Code Protect
Hi
I m using pic18f452 and i want protect my code. f 452 Datasheet says 3 protect way. I try all of them.
When I protect the code with CPB its working, but dataeeprom cant read and write.
I want code protect only for program memory what must i do?
Thanks.
-
Leave the first 512byte
Hi,
Please leave the bootloader (the first 512bytes) unprotected. This might be a PBP limitation but I did not find any workarounds other than mentioned.
-
I have solved my problem.Only cp0 and cp1 protected is enough.