0
4
43
168
280
266
ti的帮助文档里是这么讲的: The DATA_SECTION pragma allocates space for the symbol in a section called section name. The syntax for the pragma in C is: #pragma DATA_SECTION (symbol, section name); 我个人的理解是: 定义一个数...