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

Manage Run Time Environment greyed out

Hello,

Using uVision V5.21.1.0 on embedded CM4 the "Manage>Run Time Environment" menu is greyed out. I need this to setup stdio to the debugger.

Any ideas?

Thanks, Tom

Parents
  • Hello, to better understand you issue, can you provide some more details?

    - What was the version of the Keil MDK tools you were running before the upgrade?
    - What is the file extension of your project?

    - Starting around MDK 5.11 or 5.12, Keil started relying on the extension to determine the behavior of Keil

    uvproj is only for legacy projects
    uvprojx is only for pack RTE projects

    Could that be what is happening to you?

Reply
  • Hello, to better understand you issue, can you provide some more details?

    - What was the version of the Keil MDK tools you were running before the upgrade?
    - What is the file extension of your project?

    - Starting around MDK 5.11 or 5.12, Keil started relying on the extension to determine the behavior of Keil

    uvproj is only for legacy projects
    uvprojx is only for pack RTE projects

    Could that be what is happening to you?

Children