<?xml-stylesheet type="text/xsl" href="https://e2echina.ti.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C2000芯片如何给一个连续的RAM区间赋初值</title><link>/blogs_/b/the_process/posts/c2000-ram</link><description>作者：TI FAE &amp;ndash; Johnson Chen

在开发程序的时候，我们经常会希望某些全局变量在被使用时已经有想要的初始值，我们通常会用下面两种方法来实现变量的初始值赋值，
方法一:定义带初始值的全局变量
 例如：int temp1 = 0x00;
方法二:定义不带初始值的全局变量
 例如:int temp1;
 &amp;n...</description><dc:language>zh-CN</dc:language><generator>Telligent Community 13</generator></channel></rss>