Difference between revisions of "ARM Cortex-M"

From ERIKA WIKI
Jump to: navigation, search
(Cortex-M features supported)
(Cortex-M features supported)
Line 26: Line 26:
 
** [https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/s32-automotive-platform/s32k148-evaluation-board:S32K148EVB S32K148EVB]
 
** [https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/s32-automotive-platform/s32k148-evaluation-board:S32K148EVB S32K148EVB]
  
Additionally, we are porting ERIKA3 also on a Cortex-M7 CPU.
+
Additionally, we are porting ERIKA3 also on a [https://developer.arm.com/products/processors/cortex-m/cortex-m7 Cortex-M7] CPU on [http://www.st.com/en/evaluation-tools/32f746gdiscovery.html 32F746GDISCOVERY] board with [http://www.st.com/en/microcontrollers/stm32f746ng.html STM32F746NG] MCU.
  
 
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.  

Revision as of 18:57, 31 May 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 Cortex-M7 CPU on 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.

Tutorials

The following tutorials are available for this architecture: