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
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?
This is not a change in behavior from a previous version. I just wanted to start using the debugger for stdout for debug messages based on (http://www.keil.com/support/man/docs/ulink2/ulink2_trace_itm_viewer.htm)
But it is a uvproj.
Hello Tom,
What device are you using? Is it a Cortex-M based device?
It is a Cortex-M4.
It is an ARM Cortex-M4 - do you think it has something to do with the SW components that are provided by the vendors? I don't know why there wouldn't be a generic version for the the M4.
Looks like it has something to do with pre-MDK5 projects. MDK5 allows you to create a project w/o software packs and instead use "Legacy Device Database (no RTE). I think this is the case. I will create a new MDK5 project from scratch and migrate over my files.