<?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>large size of array defined in ROM</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/19624/large-size-of-array-defined-in-rom</link><description> 
It is a bank code project, total 16 banks and 512K byte extern
rom. there are two large size of const arrays which both are larger
than 10KByte. Using LX51 linker. I definded these two arrays as
below: 

 
code const unsigned char font_data_1[] ={.</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: large size of array defined in ROM</title><link>https://community.arm.com/thread/47023?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2006 00:37:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:7d7b1212-aa9b-4c58-9d95-d0ffcb82bbb5</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;&lt;p&gt;
You should use the far memory type.&lt;/p&gt;

&lt;p&gt;
See: &lt;a href="http://www.keil.com/support/man/docs/c51/c51_le_farmem.htm"&gt;http://www.keil.com/support/man/docs/c51/c51_le_farmem.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
Example:&lt;br /&gt;
C:\Keil\c51\Examples\FarMemory\1MB Constants on Classic 8051&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>