summaryrefslogtreecommitdiff
path: root/docs/Core_A/html/mmu_c_pg.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Core_A/html/mmu_c_pg.html')
-rw-r--r--docs/Core_A/html/mmu_c_pg.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/Core_A/html/mmu_c_pg.html b/docs/Core_A/html/mmu_c_pg.html
index 8fcf4fe..916995c 100644
--- a/docs/Core_A/html/mmu_c_pg.html
+++ b/docs/Core_A/html/mmu_c_pg.html
@@ -32,7 +32,7 @@
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">CMSIS-Core (Cortex-A)
- &#160;<span id="projectnumber">Version 1.1.2</span>
+ &#160;<span id="projectnumber">Version 1.1.4</span>
</div>
<div id="projectbrief">CMSIS-Core support for Cortex-A processor-based devices</div>
</td>
@@ -115,8 +115,8 @@ $(document).ready(function(){initNavTree('mmu_c_pg.html','');});
* @file system_Device.c
* @brief MMU Configuration
* Device &lt;DeviceAbbreviation&gt;
- * @version V1.00
- * @date 10. January 2018
+ * @version V1.1.0
+ * @date 23. November 2018
******************************************************************************/
/*
* Copyright (c) 2009-2018 Arm Limited. All rights reserved.
@@ -328,13 +328,13 @@ void MMU_CreateTranslationTable(void)
/* Set location of level 1 page table
; 31:14 - Translation table base addr (31:14-TTBCR.N, TTBCR.N is 0 out of reset)
; 13:7 - 0x0
- ; 6 - IRGN[0] 0x0 (Inner WB WA)
- ; 5 - NOS 0x0 (Non-shared)
- ; 4:3 - RGN 0x1 (Outer WB WA)
- ; 2 - IMP 0x0 (Implementation Defined)
- ; 1 - S 0x0 (Non-shared)
- ; 0 - IRGN[1] 0x1 (Inner WB WA) */
- __set_TTBR0(((uint32_t)&amp;Image$$TTB$$ZI$$Base) | 9U);
+ ; 6 - IRGN[0] 0x1 (Inner WB WA)
+ ; 5 - NOS 0x0 (Non-shared)
+ ; 4:3 - RGN 0x01 (Outer WB WA)
+ ; 2 - IMP 0x0 (Implementation Defined)
+ ; 1 - S 0x0 (Non-shared)
+ ; 0 - IRGN[1] 0x0 (Inner WB WA) */
+ __set_TTBR0(((uint32_t)&amp;Image$$TTB$$ZI$$Base) | 0x48);
__ISB();
/* Set up domain access control register
@@ -349,7 +349,7 @@ void MMU_CreateTranslationTable(void)
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="templates_pg.html">CMSIS-Core Device Templates</a></li>
- <li class="footer">Generated on Wed Aug 1 2018 17:12:10 for CMSIS-Core (Cortex-A) by Arm Ltd. All rights reserved.
+ <li class="footer">Generated on Wed Jul 10 2019 15:20:27 for CMSIS-Core (Cortex-A) Version 1.1.4 by Arm Ltd. All rights reserved.
<!--
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6