Difference between revisions of "ARM Cortex-M"

From ERIKA WIKI
Jump to: navigation, search
(Cortex-M features supported)
Line 35: Line 35:
 
In the next months, the public code will be delivered through the GitHub repository.  
 
In the next months, the public code will be delivered through the GitHub repository.  
 
In case of urgent need, please [http://www.erika-enterprise.com/index.php/contacts.html contact us].
 
In case of urgent need, please [http://www.erika-enterprise.com/index.php/contacts.html contact us].
 +
 +
= Configuration and Programming =
 +
 +
ERIKA Enterprise is configured through [[Tutorial: RT-Druid and OIL basics | RT-Druid and an OIL file]] and some other properties.
 +
 +
The following sections describe the properties and OIL fields customized for ARM Cortex-M architecture.
 +
 +
== GCC Compiler Path ==
 +
 +
It is possible to choose the path in three different ways:
 +
 +
* ''Specific environment variables'': '''ARM_TOOLS'''
 +
** E.g.: ARM_TOOLS=C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3
 +
* ''RT-Druid Eclipse IDE Property''.
 +
* ''RT-Druid Configuration File Entry'': '''preference_cortex_m__path_for_gcc_compiler'''
 +
** E.g.: preference_cortex_m__path_for_gcc_compiler=C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3
 +
 +
Here is an [[Common oil.pref example|example of RT-Druid configuration file]].
 +
 +
== S32 SDK Path ==
 +
 +
It is possible to choose the path in three different ways:
 +
 +
* ''Specific environment variables'': '''S32_SDK_FILES'''
 +
** E.g.: S32_SDK_FILES=C:\NXP\S32DS_ARM_v2.0\S32DS\S32SDK_S32K14x_EAR_0.8.4
 +
* ''RT-Druid Eclipse IDE Property''.
 +
* ''RT-Druid Configuration File Entry'': '''preference_cortex_m__path_for_s32_sdk'''
 +
** E.g.: preference_cortex_m__path_for_s32_sdk=C:\NXP\S32DS_ARM_v2.0\S32DS\S32SDK_S32K14x_EAR_0.8.4
 +
 +
Here is an [[Common oil.pref example|example of RT-Druid configuration file]].
 +
 +
== Lauterbach TRACE32 Path ==
 +
 +
It is possible to choose the path in two different ways:
 +
 +
* ''RT-Druid Eclipse IDE Property''.
 +
* ''RT-Druid Configuration File Entry'': '''preference_lauterbach__path_for_trace32'''
 +
** E.g.: preference_lauterbach__path_for_trace32=C:\T32
 +
 +
Here is an [[Common oil.pref example|example of RT-Druid configuration file]].
 +
 +
== Lauterbach Emulator Interface ==
 +
 +
It is possible to choose the path in two different ways:
 +
 +
* ''RT-Druid Eclipse IDE Property''.
 +
* ''RT-Druid Configuration File Entry'': '''preference_lauterbach__emulator_usb_interface'''
 +
** E.g.: preference_lauterbach__emulator_usb_interface=true
 +
 +
Here is an [[Common oil.pref example|example of RT-Druid configuration file]].
  
 
== Tutorials ==
 
== Tutorials ==

Revision as of 11:46, 1 June 2018

Introduction

This manual describes the porting details of the ERIKA Enterprise v3 kernel(s) for families of microcontrollers which integrate ARM Cortex-M CPUs.

Cortex-M features supported

The following are the main features of the currently implemented support:

Additionally, we are porting ERIKA3 also on a ARM Cortex-M7 CPU on ST 32F746GDISCOVERY board with STM32F746NG MCU.

In the next months, the public code will be delivered through the GitHub repository. In case of urgent need, please contact us.

Configuration and Programming

ERIKA Enterprise is configured through RT-Druid and an OIL file and some other properties.

The following sections describe the properties and OIL fields customized for ARM Cortex-M architecture.

GCC Compiler Path

It is possible to choose the path in three different ways:

  • Specific environment variables: ARM_TOOLS
    • E.g.: ARM_TOOLS=C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3
  • RT-Druid Eclipse IDE Property.
  • RT-Druid Configuration File Entry: preference_cortex_m__path_for_gcc_compiler
    • E.g.: preference_cortex_m__path_for_gcc_compiler=C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3

Here is an example of RT-Druid configuration file.

S32 SDK Path

It is possible to choose the path in three different ways:

  • Specific environment variables: S32_SDK_FILES
    • E.g.: S32_SDK_FILES=C:\NXP\S32DS_ARM_v2.0\S32DS\S32SDK_S32K14x_EAR_0.8.4
  • RT-Druid Eclipse IDE Property.
  • RT-Druid Configuration File Entry: preference_cortex_m__path_for_s32_sdk
    • E.g.: preference_cortex_m__path_for_s32_sdk=C:\NXP\S32DS_ARM_v2.0\S32DS\S32SDK_S32K14x_EAR_0.8.4

Here is an example of RT-Druid configuration file.

Lauterbach TRACE32 Path

It is possible to choose the path in two different ways:

  • RT-Druid Eclipse IDE Property.
  • RT-Druid Configuration File Entry: preference_lauterbach__path_for_trace32
    • E.g.: preference_lauterbach__path_for_trace32=C:\T32

Here is an example of RT-Druid configuration file.

Lauterbach Emulator Interface

It is possible to choose the path in two different ways:

  • RT-Druid Eclipse IDE Property.
  • RT-Druid Configuration File Entry: preference_lauterbach__emulator_usb_interface
    • E.g.: preference_lauterbach__emulator_usb_interface=true

Here is an example of RT-Druid configuration file.

Tutorials

The following tutorials are available for this architecture: