• How to disable Read Out Protection with uVision and JTAG
    Short version. How do I erase the option bytes on an STM10F103ZC using JTAG and Keil uVision IDE? I have tried Flash->Erase but it did not work. Details follow. I have taken an extremely rare prototype...
  • Read Protection
    Can we make 8051 as read protected , after dumping code?
  • code read protect
    hello, how is it code read protect for LPC2148 MCU.?
  • Code read protection
    Hi ! How can i enable code read protection in realview tools ? I think could use in carm: const unsigned int MemoryProtect __at 0x1FC = 0x87654321; However realview not accepts the command...
  • Code read protection
    How to enable code read protection for STM32F429 ? How the same can be implemented using code (not using Keil GUI) !