DS-5 and CMSIS-DAP Setup
.
Exporting to DS-5 is fairly self explanatory.
Move your zip file that was exported to where ever your repository is for DS-5. Being a former clearcase guy I have a workvob on my C:\ drive Unzip your project
Launch the DS-5 Eclipse IDE
Being new to Eclipse I had no idea what to do at this point. From the file menu select Import ~ General ~ Project Into Workspace (BTW just keep your default workspace) On the import dialog make sure to check the Copy to Workspace option.
At this point I tried to build straight away and I ran into issues. Some of the path names are just wrong. Right Click your project in the project viewer and open up properties. Select the following sections and verify your paths are correct. (at this point open windows explorer and find your DS-5 workspace to verify path names) ARM C++ Compiler - Includes ARM Linker - Scatter File ARM Libraries ARM Misc
Setting up for DAP
DS-5 uses a config db for new targets so we have to get an mbed target into our db.
[ARM DS-5 ConfigDb [http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15562.html]]
2 comments on DS-5 and CMSIS-DAP Setup:
Please log in to post comments.