<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/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>is array size limited?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/18842/is-array-size-limited</link><description> Hi, 
 
When i run the program below with the array size as 255,the random values are getting stored in the value array correctly.But if I increase the size of the array to 256 only &amp;#39;0&amp;#39;s&amp;#39;(zeros) are getting stored at all the locations?How can I overcome</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: is array size limited?</title><link>https://community.arm.com/thread/45537?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2006 05:31:37 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:fd7ec3c2-f2ea-4465-b756-678655d30ece</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;There is no size limitation for an array, however you may need to increase the STACK size in the STARTUP file to store that many values.&lt;br /&gt;
&lt;br /&gt;
Take a look to the STARTUP.S file of your application.&lt;br /&gt;
&lt;br /&gt;
Reinhard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>