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.
There are two models included with DS-5, a Cortex-A8 and a mulit-core Corte-A9. When you configure the Debug Connection look for "Cortex-A8 RTSM" or "RTSM_VE_Cortex_A9x4". Under these select "Bare Metal Debug".
But when I right click on project name and try to run as stand alone C/C++ application it gives an error saying Binary not found.
I am able to connect to the target under DS-5 debug perspective and even single step the code after loading it but it still wont show me an STDIO window.
Unfortunately the "Run as..." and "Debug as..." are Eclipse features for native host apps. Using the Debug Configurations... dialog is the right thing for DS-5. There is no running without debug in DS-5 (although you can do much the same by executing a 'continue' command automatically.[/size]Semihosting output should appear in the "App Console" view. Semihosting is usually enabled automatically based on the symbols the image contains (if you're using armcc) but you can check the status with 'info semihosting'Note also that there are various bare-metal examples (e.g. fireworks) that are supplied with DS-5 that you can import.