<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>S12 / MagniV MicrocontrollersのトピックRe: Flash Pages configuration</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199286#M8017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kef,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried what u have said still getting the same memory alocation error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question hw many pages i can use in page window 0x8000 to 0xbfff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or how to use global addrerssing in order &amp;nbsp;to increase my memory space to allocate my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Embitel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2012 00:20:29 GMT</pubDate>
    <dc:creator>embitel</dc:creator>
    <dc:date>2012-01-20T00:20:29Z</dc:date>
    <item>
      <title>Flash Pages configuration</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199284#M8015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using code warrior 5.1 and MC9S12C64.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using pages 3c and 3d and can find my prm file as attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application is too big and when i compile i get the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Out of allocation space in segment PAGE_3D at addrress Ox3DBA88.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried configuring pages 3e and 3f also but we got error as overlaping with ROM_4000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one tell how can i efficiently configure all four pages (3c,3d,3e,3f) to allocate the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please tell us know how to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cant we use global memory map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;EMBITEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199284#M8015</guid>
      <dc:creator>embitel</dc:creator>
      <dc:date>2012-01-19T19:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Pages configuration</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199285#M8016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROM_4000 physically is the same segment as PAGE_3E. ROM_C000 is the same segment as PAGE_3F. I'm don't know&amp;nbsp;what exact error message do you get, but you have to use either ROM_4000 or PAGE_3E, not both at the same time. One of these segments should be commented out and not used. You&amp;nbsp;are allowed to &amp;nbsp;allocate paged routines in to nonbanked ROM_4000 and ROM_C000. So first try avoiding using ROM_4000 at all. Use it only if your nonbanked routines (ISR's and some runtime routines) and strings don't fit ROM_C000.&amp;nbsp;DEFAULT_ROM placement should be to PAGE_3C, PAGE_3D, PAGE_3E, ROM_C000.&lt;/P&gt;&lt;P&gt;In case&amp;nbsp;there's not enough room for strings, comment out PAGE_3E segment and&amp;nbsp;uncomment ROM_4000. Then edit DEFAULT_ROM placement to PAGE_3C, PAGE_3D, ROM_C000,ROM_4000. Don't forget to add -OnB=b to compiler command line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 20:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199285#M8016</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2012-01-19T20:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Pages configuration</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199286#M8017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kef,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried what u have said still getting the same memory alocation error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question hw many pages i can use in page window 0x8000 to 0xbfff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or how to use global addrerssing in order &amp;nbsp;to increase my memory space to allocate my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Embitel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 00:20:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199286#M8017</guid>
      <dc:creator>embitel</dc:creator>
      <dc:date>2012-01-20T00:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Pages configuration</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199287#M8018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number of pages is determined by hardware. S12C64 has 64kB of flash or 4 x 16kB P-pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Global addressing is not available in S12C family. If you need it, then you should use devices like S12X, S12P.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not clear what errors do you get. Could you reproduce&amp;nbsp;your problem in non- IPsensitive project&amp;nbsp;and show it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 03:29:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Flash-Pages-configuration/m-p/199287#M8018</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2012-01-20T03:29:04Z</dc:date>
    </item>
  </channel>
</rss>

