From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Core_A/html/using_CMSIS.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/Core_A/html/using_CMSIS.html') diff --git a/docs/Core_A/html/using_CMSIS.html b/docs/Core_A/html/using_CMSIS.html index 397e885..be5e946 100644 --- a/docs/Core_A/html/using_CMSIS.html +++ b/docs/Core_A/html/using_CMSIS.html @@ -32,7 +32,7 @@ Logo
CMSIS-Core (Cortex-A) -  Version 1.1.2 +  Version 1.1.4
CMSIS-Core support for Cortex-A processor-based devices
@@ -167,13 +167,16 @@ $(document).ready(function(){initNavTree('using_CMSIS.html','');});
Delay(500);
}
}
+

CMSIS-Pack provides the #define CMSIS_header_file in RTE_Components.h which gives you access to the device.h file of a project. This allows you to generate generic software components that use the device selected in a project.

+
#include "RTE_Components.h" // include information about project configuration
+
#include CMSIS_device_header // include <device>.h file