📄 noncopytcptester.cmd
字号:
/*
* ============================================================
* Copyright 2007 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
* ============================================================
* Automated Revision Information
* Changed: $Date: 2007-09-14 07:27:44 -0700 (Fri, 14 Sep 2007) $
* Revision: $Revision: 4012 $
*/
/*
* ======== nonCopyTCPTester.cmd ========
*/
-ldsk6455cfg.cmd
/*
// The below buffers are aligned on a 128 bytes boundary (L2 Cache line).
// Placement of these buffer can affect performance when Cache is enabled.
// Refer to the NDK benchmark application note for additional information.
//
// .far:NDK_PACKETMEM - Packet buffer memory (defined in HAL/OS libs)
// .far:NDK_MMBUFFER - Scatchpad memory used by mmAlloc()
// .far:NDK_OBJMEM - Large arrays (defined by example code only)
*/
SECTIONS {
.far:NDK_PACKETMEM {} align = 128 > IRAM
.far:NDK_MMBUFFER {} align = 128 > IRAM
.far:NDK_OBJMEM {} align = 128 > IRAM
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -