Hi Joep, I am using 16f877A the following portion of code is from the bert libray for 16f877a
include 16f877a_inc_all pragma target clock 20_000_000 const word _fuses = 0x3fff ; default value pragma target osc hs pragma target watchdog off -- HS, -BOD, ,-LVP, -WDT, -CP = 0x3F22 pragma target fuses 0x3F32 To protect the code should I change something in this portion -CP = 0x3F22 Regards ani -- You received this message because you are subscribed to the Google Groups "jallib" group. To view this discussion on the web visit https://groups.google.com/d/msg/jallib/-/4qHtVWSRtk0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
