• unlock locked files in mdk5
    Hi, I would like to make changes in the .h header file which is included in the CMSIS driver of MDK5. The header file is contained with icon of a key which means locked. How can I make it editable.Any...
  • lock / unlock file
    When I am using uVision 4.21 to check project source files. I found some files have a key on the file icon. It looks like the file is locked and user can not edit it. My question is: How to lock...
  • Lock Icon on .h Files
    Hi, I pulled a previous version of a project from our repository. The previous engineer kept all standard peripheral libraries external to the project, not in the project unfortunately. I am adding...
  • Setting OTP LOCK bit
    uC: STR912 I am having trouble programmatically setting the OTP lock bit (ie not using JTAG/CAPS to set the lock, but by using firmware running on the STR912 itself). I can read and write the OTP...
  • PLL Locking Range
    Hello all, I have written a code with PLL Initialization from 12MHz external crystal oscillator, configured the PLL to lock to 288Mhz with M and N values as 12 and 1. FCCO = (2 * M * Fin)/N = ...