Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EEPROMWrite Full-Project
Fork of mbed-src by
Diff: targets/cmsis/core_ca_mmu.h
- Revision:
- 626:ba773d547214
- Parent:
- 390:35c2c1cf29cd
diff -r 6502bcae5f2c -r ba773d547214 targets/cmsis/core_ca_mmu.h
--- a/targets/cmsis/core_ca_mmu.h Fri Sep 25 12:00:11 2015 +0100
+++ b/targets/cmsis/core_ca_mmu.h Fri Sep 25 13:30:09 2015 +0100
@@ -1,14 +1,13 @@
;/**************************************************************************//**
; * @file core_ca_mmu.h
-; * @brief MMU Startup File for
-; * VE_A9_MP Device Series
+; * @brief MMU Startup File for A9_MP Device Series
; * @version V1.01
-; * @date 25 March 2013
+; * @date 10 Sept 2014
; *
; * @note
; *
; ******************************************************************************/
-;/* Copyright (c) 2012 ARM LIMITED
+;/* Copyright (c) 2012-2014 ARM LIMITED
;
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
@@ -298,7 +297,7 @@
else if ((priv == RW) && (user == READ)) { ap = 0x2; }
else if ((priv == RW) && (user == RW)) { ap = 0x3; }
else if ((priv == READ) && (user == NO_ACCESS)) { ap = 0x5; }
- else if ((priv == READ) && (user == READ)) { ap = 0x6; }
+ else if ((priv == READ) && (user == READ)) { ap = 0x7; }
}
else { //Simplified access
@@ -647,7 +646,7 @@
The function creates a section descriptor.
Assumptions:
- - 16MB super sections not suported
+ - 16MB super sections not supported
- TEX remap disabled, so memory type and attributes are described directly by bits in the descriptor
- Functions always return 0
