This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Read lock in C8051f120

I am using C8051f120 MCU. I want to put a read lock in so that no one can read the code memory using JTAG interface. I checked the flash Utility in UVision but found there is no option to set the read lock. Can someone help me as in how can I set the read lock

Parents
  • "But I am not sure whether I need to set it using code or there is some utilities which do so after putting the code in the flash memory"

    Did you find any text in the documentation saying that you need to do it using any special method?

    Have you tried to create an assembler file that places the numeric constant 0 at that specific address, then linked and downloaded?

Reply
  • "But I am not sure whether I need to set it using code or there is some utilities which do so after putting the code in the flash memory"

    Did you find any text in the documentation saying that you need to do it using any special method?

    Have you tried to create an assembler file that places the numeric constant 0 at that specific address, then linked and downloaded?

Children
No data