memmap.s

来自「AT91所有开发板的资料 AT91所有开发板的资料」· S 代码 · 共 38 行

S
38
字号
	TTL     Memory map for target-specific MMU initialisation    > memmap.s	; ---------------------------------------------------------------------	; This file provides the memory map table for MMU initialisation 	; for the EVALUATOR7T. This is here as a placeholder, since build scripts	; assume its existence	;	;	; Copyright ARM Limited, 1998.	; All Rights Reserved	;	INCLUDE	platform.s	; Note: Table must end with all zeros	;	; MMU Mapping tables of the format:	;	; Virtual Address, Physical Address, Access Permissions, Area Size	; Level 2 areas are more complex to define: 	; Virt Addr, L2 Table & type, Phys Addr + L2 Access Perms, Area Size	AREA    |C$$code$$__mmutable|, CODE, READONLY	LTORG	EXPORT	uHAL_AddressTable	EXPORT	uHAL_MappingTable	; Mapping for MPUs	uHAL_MappingTableuHAL_AddressTable	; End of table (MUST be zeros) 	DCD	0,	0,	0,	0	END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?