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

Explanation of "Options for Target x"-dialog in µVision3

Hello,

I already used the "help"-function in the "Options for Target x"-dialog and the internet to get more information, what the different adjustments are for, but I didn't find anything specific for this dialog... Is there anything like a manual? I'm especially interested in the "BL51 Locate"-section.

Best regards,
Stefan

Parents
  • I have a program, which can read the value of a variable at a given address. So when I use the _at_ keyword, I can use this program to read the values...

    > The _at_ keyword lets you locate variables at specific memory locations
    > without specifically locating them using the linker.

    So I do not need any entries in the "memory-part" of the "Target"-tab and no entries in the "BL51 Locate"-tab at all?

Reply
  • I have a program, which can read the value of a variable at a given address. So when I use the _at_ keyword, I can use this program to read the values...

    > The _at_ keyword lets you locate variables at specific memory locations
    > without specifically locating them using the linker.

    So I do not need any entries in the "memory-part" of the "Target"-tab and no entries in the "BL51 Locate"-tab at all?

Children