<?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のトピックRe: AN2295 bootloader and I2C, with S08SG32</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176500#M12324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aparently the application does not proceed to the interrupt service routine of I2C... and app restarts...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I know where these interrupts are located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;addresses 0xFFB0 - 0xFFFF are relocated and because of that bootloader should be transparent to the app? or not?&lt;/P&gt;&lt;P&gt;if it is transparent, then all interrupts should be found? not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;correct me if I am wrong.&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>Wed, 19 Jan 2011 00:16:57 GMT</pubDate>
    <dc:creator>Witya</dc:creator>
    <dc:date>2011-01-19T00:16:57Z</dc:date>
    <item>
      <title>AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176497#M12321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using MC9S08SG32 uC, hc08sprg-s08sh.mcp slave bootloader, with "S08SH32 - TB1TB0 (TxD/RxD)" cofig.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bootloader works, loads the app and runs it, as it should (I didn't design the bootloasder, an2295sw.zip had it, and I modified it a bit, for my purpose)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but app uses I2C protocol (to transfer data), that is not going through the TxD/RxD channel. Aparrently it is initialized and then drops.&lt;/P&gt;&lt;P&gt;the app works perfectly if it is flashed to the uC, but with bootloader it does not initialize I2C, or initializes, but then closes, for some reason...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas or questions are welcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 01:04:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176497#M12321</guid>
      <dc:creator>Witya</dc:creator>
      <dc:date>2011-01-15T01:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176498#M12322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is your second attempt to start a new thread for the same problem as your existing thread.&amp;nbsp;&amp;nbsp;Again, please do not split threads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, I believe the reason for your problem has already been outlined in the earlier thread.&amp;nbsp; You do not have the appllication's vector table, including the IIC interrupt, at the correct relocated position.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jan 2011 23:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176498#M12322</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2011-01-16T23:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176499#M12323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well as far as I understood the all vectors are relocated correctly by the bootloader.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are 2 vectors that are not relocated, but they are created by the app and bootloader at the same address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe the problem with the app...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 15:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176499#M12323</guid>
      <dc:creator>Witya</dc:creator>
      <dc:date>2011-01-18T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176500#M12324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aparently the application does not proceed to the interrupt service routine of I2C... and app restarts...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I know where these interrupts are located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;addresses 0xFFB0 - 0xFFFF are relocated and because of that bootloader should be transparent to the app? or not?&lt;/P&gt;&lt;P&gt;if it is transparent, then all interrupts should be found? not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;correct me if I am wrong.&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>Wed, 19 Jan 2011 00:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176500#M12324</guid>
      <dc:creator>Witya</dc:creator>
      <dc:date>2011-01-19T00:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176501#M12325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so the application's interrupt vector table is at correct relocated position, because application always restarts... I tried to experiment with it, and app hangs if there is some different address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;since IIC interrupts are in this table, means app cannot use them for some reason... means it is impossible to use IIC with bootloader. weird, but true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 17:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176501#M12325</guid>
      <dc:creator>Witya</dc:creator>
      <dc:date>2011-01-19T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 bootloader and I2C, with S08SG32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176502#M12326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more question,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to turn off protecttion of the bootloader flash? or set it limited like from one address to another, not like it is now from some address till 0xFFFF?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 21:34:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AN2295-bootloader-and-I2C-with-S08SG32/m-p/176502#M12326</guid>
      <dc:creator>Witya</dc:creator>
      <dc:date>2011-01-19T21:34:34Z</dc:date>
    </item>
  </channel>
</rss>

