Skip to content

Microcomputers/IAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

IAR

Creating a project

  • Start by making a directory (e.g. user/Documents/$(project file))

  • Under the project file create a directory called "Sources"

  • Add all the relevant files

  • After these, run the IAR workbench software

  • Choose the Project menuand Create New Project

  • Select the project file and name the project project-file.ewp

  • Select the project in the Workspace window on the left of the application area

  • Then, select the Project menuitem Add Files

  • Add all the named files to your project except *.h files (these files are included implicitly during compilation).

  • With the project name highlighted in the workspace window

  • Select Project -> Options

  • Under General Optionsset the appropriate provessor device (e.g. MSP430F5308)

  • Under the Debugger Category choose FET Debugger Which is the connection to the hardware.

  • When this has been done click OK

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published