<?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>8-bit MicrocontrollersのトピックVector address</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206978#M17482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;My application contains a bootloader in 0xFA00 to FDFF zone protected. In 0xFE00 to 0xFFFF, i have just reset vector @ 0xFFFE:FFFF (zone protected too).&lt;/DIV&gt;&lt;DIV&gt;My application use an interrupt SCI rx. So i put VECTOR ADDRESS 0xF9E0&amp;nbsp; isr_rx in prm file. When i use True time Simulator and i put 0x10 for example in SCI In module, an interrupt is called but @ 0xFFE0 instead of 0xF9E0???!!!&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: At location FFE0 -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: Attempt to use invalid or uninitialized memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: Interrupt processing failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;Do you have any idea about this issue&lt;/DIV&gt;&lt;DIV&gt;thanks&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 16:17:10 GMT</pubDate>
    <dc:creator>DavidoBG</dc:creator>
    <dc:date>2008-12-03T16:17:10Z</dc:date>
    <item>
      <title>Vector address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206978#M17482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;My application contains a bootloader in 0xFA00 to FDFF zone protected. In 0xFE00 to 0xFFFF, i have just reset vector @ 0xFFFE:FFFF (zone protected too).&lt;/DIV&gt;&lt;DIV&gt;My application use an interrupt SCI rx. So i put VECTOR ADDRESS 0xF9E0&amp;nbsp; isr_rx in prm file. When i use True time Simulator and i put 0x10 for example in SCI In module, an interrupt is called but @ 0xFFE0 instead of 0xF9E0???!!!&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: At location FFE0 -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: Attempt to use invalid or uninitialized memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;Error: Interrupt processing failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 2;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;Do you have any idea about this issue&lt;/DIV&gt;&lt;DIV&gt;thanks&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 16:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206978#M17482</guid>
      <dc:creator>DavidoBG</dc:creator>
      <dc:date>2008-12-03T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vector address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206979#M17483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The answer entirely depends on which 8-bit micro are you using. HC08, HCS08, HC11, HC05...?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I assume HCS08. The vector table on the S08 is located from FFC0 to FFFF. There is no vector table at F9E0. FFE0 is the SPI interrupt.&lt;BR /&gt;&lt;BR /&gt;Please post the .prm file and the vector table code.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 16:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206979#M17483</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2008-12-03T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vector address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206980#M17484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I used MC9S08QE8 (HCS08).&lt;/DIV&gt;&lt;DIV&gt;I try to use a vector redirection but without success.&lt;/DIV&gt;&lt;DIV&gt;But when i used vector redirection (0xF9C0-0xF9FD&lt;FONT face="Courier" size="2"&gt;) instead of FFC0-FFFD in my C program, my SCI rx interrupt call $0xFFE0 instead of $0xF9E0.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="2"&gt;0xFFE0:FFE1 = 0xFFFF&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="2"&gt;0xF9E0:F9E1 = 0xE5A9 = isr_rx&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="2"&gt;When i debug my program with True Time Simulator, an error appears :&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;Error: At location FFE0 -&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;Error: Attempt to use invalid or uninitialized memory&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;Error: Interrupt processing failed.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;I don't understand why?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;David&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 16:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Vector-address/m-p/206980#M17484</guid>
      <dc:creator>DavidoBG</dc:creator>
      <dc:date>2008-12-03T16:52:36Z</dc:date>
    </item>
  </channel>
</rss>

