That´s it thank you very much!
Hi
A basic question, how does one set the value of this bits in the compiler, wich directive should I use to set those values in the flash?
thanks
Hi, can somebody please help me,
My question is about, if one can secure the device from the IDE, so, when the device is programed, the memory will be already secured (because security bits was properly wrote all together with the uC code), or if it has to be accomplished through dedicated code in the uC (code that has to be loaded in RAM in order to write the corresponding bits in flash to secure the device memory)
Any help appreciated
Thanks
Hello,
The unprogrammed state, for the flash register that contains the security bits, actually represents a secured state. If this location remains unprogrammed by the application code, the MCU will automatically remain secure after programming.
To permanently disable security would require that the flash register be explicitly programmed, at the same time as the remainder of the application code.
Regards,
Mac