Thursday 22 August 2019

programming - PIC Write-Protect Behavior


When I write protect a PIC using the config bits, does it prevent all future programming or can I still reprogram the part if I erase it first? I assume this behavior should be standard across all their products, but if it matters I'm using a PIC18 series micro. The datasheet only tells me what I can set, not the actual effect of setting the config bits.


Sample Config Register


Can anyone refer me to a datasheet/errata that speaks to the effect of setting the config bit?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...