ARM Development Environment Installation: ARM Keil & Code Composer Studio

Erdem Uysal
4 min readJan 24, 2019

--

In the previous article, I said that for this article we’ll switch to writing code, but, I thought it would be more appropriate to give the programs that we can use for coding first. So I’m going to explain what program we’re going to use in this article by deferring the code writing to the next post.

Since we use an ARM-based microcontroller called Stellaris LM4F120 we can use either ARM Keil or Texas Instrument’s Code Composer Studio. I will show you how to install both ARM Keil and Code Composer Studio. For programming ARM processors, with C programming language or assembly, both of these two options are pretty good.

ARM Keil

Follow this section if you want to use ARM Keil as your IDE. Currently, the latest version is V5.26, so I am going to continue with it.

Go here for downloading; ARM Keil.

  • Right-click on MDK526.EXE and save it to your computer.
  • Wait until downloads completely.
  • Run the MDK526.EXE file and click the next button.
  • Accept the Licence Agreement and then click the next button.
  • Choose a setup directory.
  • Make sure that there are no spaces in the directory names that go to the installation folder.
  • Click the next button.
  • Type the following fields and then click the next button.
  • Wait until installation is finished.
  • After you see and click the finish button, you can click the Keil icon and run.
  • Welcome to Arm Keil uVision5!

Here is a hint for you. When you want to create a project if you see your device is not in the devices list go to this link and download a particular device package that is suitable for your microcontroller.

For my particular device, I downloaded the TI family package and executed it.

Now our development medium is ready for new projects.

Code Composer Studio (CCS)

Follow this section if you want to use Code Composer Studio as your IDE. Currently, the latest version is 8.3.0.00009, so I am going to continue with it.

Go here for downloading; CCS.

  • Make a selection according to your operating system.
  • Unzip the WinRAR file that you have downloaded.
  • Double-click on ccs_setup_8.3.0.0 and wait for the installation file to open.
  • To ensure no problems occur during the installation, make sure that real-time anti-virus programs are turned off before proceeding with the installation.
  • Accept the Licence Agreement and then click the next button.
  • Choose a setup directory.
  • Make sure that there are no spaces in the directory names that go to the installation folder.
  • Click the next button.
  • Select a product family that matches your own device.
  • Wait until the installation is finished it may take about half an hour.
  • After you see and click the finish button, you can click the CCS icon and run.
  • Welcome to Code Composer Studio!

Now our development medium is ready for new projects.

Continue reading this series of articles:

References

  • [1] [https://developer.arm.com/documentation/kan344/latest/Installation](https://developer.arm.com/documentation/kan344/latest/Installation)
  • [2] [https://software-dl.ti.com/ccs/esd/documents/users_guide_12.2.0/ccs_installation.html](https://software-dl.ti.com/ccs/esd/documents/users_guide_12.2.0/ccs_installation.html)

--

--

Erdem Uysal
Erdem Uysal

Written by Erdem Uysal

Take a look at my personal website erdo.dev

No responses yet