We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to build some M3 code using uVision 4 and debug using Proteus VSM (version 7 or 8). This is for running a teaching lab. If I can get it working, it's an ideal learning environment as it saves building a ton of hardware.
Has anyone managed to set up uVision to debug on a Proteus VSM target?
The VSM documentation states that the Program File property of the MCU should point to the ELF file.
The built-in VSM Studio which is part of Proteus VSM, does indeed output an ELF file and everything seems to work (I am keen to expose students to the uVision development environment as this is what they use for physical hardware).
However, when using uVision, there is no file with extension ELF when I build my project. I assumed it might be the .axf file, but when I tried it, VSM could not load this file.
Thanks for the reply. If the AXF file is indeed an ELF file, then I'll investigate the error messages further. I'll post back if I can't resolve it.