Tag: Keil

Installing Keil

NOTE: if at any point you are having trouble or need more specific instructions please view the KEIL Quick start at /Documentation/Quickstart-Eval-Kit-Keil.pdf 0. Download the software from http://www.ti.com/tool/SW-EK-LM4F120XL Unzip the downloaded file Run the KEIL installer called mdk454 in Downloads/EK-LM4F120XL-KEIL-733/Software/Keil/ Say yes to the popup asking for permission to run Click ‘next’ all the way

Inline Assembly: Keil vs CCS

C code is C code. The same C code will work in Keil or CCS with no modifications. The only issue is with inline assembly. Each IDE has its own syntax for handling inline assembly. Below is an example of how to write inline assembly for Keil and CCS. KEIL                                                                             CCS