📄 ext_ram.c
字号:
// *********************************
// LPC2000 SYSTEM WITHOUT OS
// FILE: EXT_RAM.C
// MODIFIED: ZPCYP 2005-3-16 20:16
// *********************************
// This file defines 'ZI' variables which need to be allocated in external RAM.
// Note: 1. To save startup time, 'ZI' variables in this file will not be initialized.
// 2. 'RW's, 'RO's can also be defined, but will not be placed in external RAM.
// See scatter-loading file for detail.
#include "main.h"
//short adc_data[ADC_DATA_CNT];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -