<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックInterrupt vector location</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Interrupt-vector-location/m-p/128631#M619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Where is the interupppt vector locate in the S19 file?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;In the lcf file it's written:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;vectorram(RWX) : ORIGIN = 0x20000000, LENGTH = 0x00000400&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;But i don't see 0x20000000 address in the S19. is it right that this vector is locate in address 0 in the S19 file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Can i change it location?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Does it prevent from me to use this sector(i can't erase it and burn it)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 14:16:45 GMT</pubDate>
    <dc:creator>UDP</dc:creator>
    <dc:date>2006-08-29T14:16:45Z</dc:date>
    <item>
      <title>Interrupt vector location</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Interrupt-vector-location/m-p/128631#M619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Where is the interupppt vector locate in the S19 file?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;In the lcf file it's written:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;vectorram(RWX) : ORIGIN = 0x20000000, LENGTH = 0x00000400&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;But i don't see 0x20000000 address in the S19. is it right that this vector is locate in address 0 in the S19 file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Can i change it location?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Does it prevent from me to use this sector(i can't erase it and burn it)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Interrupt-vector-location/m-p/128631#M619</guid>
      <dc:creator>UDP</dc:creator>
      <dc:date>2006-08-29T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt vector location</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Interrupt-vector-location/m-p/128632#M620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In fact when you are using the build target "M5213EVB Internal ROM", the application is supposed to run from flash.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The vector table is then remapped to RAM and the content of the vector table is copied from 0x0000-0x3FF to 0x20000000-200003FF in the startup code.&lt;/DIV&gt;&lt;DIV&gt;This is done in module sysinit.c in function mcf5213_init.&lt;/DIV&gt;&lt;DIV&gt;This is done that way to allow you to update the vector table in the application itself easily.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So your S record file should contain the initial vector table setting at 0x0000.&lt;/DIV&gt;&lt;DIV&gt;Anyway S record file is supposed to contain only code and data located into flash. This is the file you have to use to program your flash.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 16:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Interrupt-vector-location/m-p/128632#M620</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-08-29T16:15:39Z</dc:date>
    </item>
  </channel>
</rss>

