• STM32 readout protection via uVision and Ulink
    I'm trying to enable STM32 readout protection via Keil Ulink. I defined a ROM1 area starting from 0x1FFFF800 up to 0x1FFFF80F. I created a new c module containing two lines only: #include <RTL...
  • uVision3+ ULINK cannot program devices
    Hello, I'm using uVision3 (V3.05b) and ULINK to develop programs for XC164CM. There is a problem with downloading programs. First of all, 'ULINK' could not be found in 'Options for Target ->...
  • How to recover a level 1 read protected device?
    We are using the STM32F051 series and have been experimenting with the flash memory protection. We have successfully protected some devices to level 1 i.e. set the RDP option byte to a value that neither...
  • How can i protect a program from write/erase?
    Hi! For a few months i use uVisoin(RealView compiler) from Keil to program the ARM LPC2138 mikrocontroller.I use also the IAP-programing and i don't want to erase or write the main program. How can...