Installing eLua on the STR9 CPU family from ST

Among the ARM based MCUs available today, the STR9 CPUs from ST stand up because of a few unique features. First, their core is an ARM966-E, as opposed to the very popular ARM7TDMI core. This, together with some cleverly chosen on-chip hardware blocks, allows the CPU to run at 96MHz, which is very fast for a general purpose MCU. The particular CPU I'm using (STR912FAW44) also has 512k of flash (and another bank of 32k flash) and 96k of internal RAM, so you won't be running out of memory anytime soon. It is accompanied by a very good support library, and ST provides a lot of nice tools for STR9, including a graphical tool that you can use to configure the chip exactly how you want.

Prerequisites

Before you'll be able to use eLua on the STR912FAW44 CPU, make sure that:

The following sections show how to burn eLua on kits based on the STR9 MCU.

Using eLua on the STR9-comStick

When we wrote to ST about eLua, they agreed to send us a STR9-comStick board to run eLua on it. Thank you very much for your help, once again. This is the board that we're going to use through this tutorial.You need OpenOCD to do this. Just follow the instructions from our OpenOCD tutorial . On the tutorial page you'll also find links to the OpenOCD configuration files that I'm using for burning eLua to the comstick.

IMPORTANT NOTE: for some very strange reasons (probably related to the on-board USB to JTAG converter) my comstick does NOT start to execute the code from its internal flash after being powered up via the USB cable (faulty reset sequence?). To overcome this, you'll find a special OpenOCD configuration file on my OpenOCD tutorial page. It is called comrst.cfg, and you can use it to reset your comstick after it is powered up.

Burning eLua to the STR-E912 Olimex boardboard

To use eLua on the Olimex STR-E912 development board we are using an Olimex programmer to flash the image under Linux, using OpenOCD.

That's it! eLua is now programmed in the CPU, so you can start your terminal emulator and enjoy it, as described in using eLua.