<?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>Kinetis MicrocontrollersのトピックK66 :  How to recognize a Flexbus bus error ?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623775#M37372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I am checking a Flexbus specification with the Reference Manual .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It is described in the External Bus Interface (FlexBus) chapter &lt;BR /&gt;that some types of accesses cause a transfer to terminate with a bus error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to detect (recognize) the bus errors on Flexbus bus.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Question]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think that I can detect the bus error,as the bus error cause the Bus Fault interrupt.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is my understanding currect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Best Regards,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Koichi Sakagami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 07:00:21 GMT</pubDate>
    <dc:creator>koichisakagami</dc:creator>
    <dc:date>2016-11-02T07:00:21Z</dc:date>
    <item>
      <title>K66 :  How to recognize a Flexbus bus error ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623775#M37372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I am checking a Flexbus specification with the Reference Manual .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It is described in the External Bus Interface (FlexBus) chapter &lt;BR /&gt;that some types of accesses cause a transfer to terminate with a bus error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to detect (recognize) the bus errors on Flexbus bus.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Question]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think that I can detect the bus error,as the bus error cause the Bus Fault interrupt.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is my understanding currect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Best Regards,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Koichi Sakagami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 07:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623775#M37372</guid>
      <dc:creator>koichisakagami</dc:creator>
      <dc:date>2016-11-02T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: K66 :  How to recognize a Flexbus bus error ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623776#M37373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; Koichi,&lt;/P&gt;&lt;P&gt;The FlexBus module is a peripheral module, if a FlexBus error heppens, I think the hardware fault interrupt (index 3) will be triggered. As a test, you can generate FlexBus error, in the case, if you do not define the ISR, the Kinetis will execute the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp; b&amp;nbsp;&amp;nbsp; &amp;nbsp;DefaultISR&lt;/P&gt;&lt;P&gt;You can check the Low 8 bits of xPSR in debugger, which is ISR_NUMBER&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 06:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623776#M37373</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-11-03T06:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: K66 :  How to recognize a Flexbus bus error ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623777#M37374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear XiangJun ,&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the FlexBus Bus error.&lt;/P&gt;&lt;P&gt;And I confirmed that the FlexBus Bus error generates the hardware fault interrupt&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Thank you for your information.&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;I hope to get the register information&amp;nbsp; to determine the Flexbus Bus errors occurrence in hardware fault interrupt handler.&lt;BR /&gt;What kind of status register bit does indicate the Flexbus Bus errors occurrence ?&lt;BR /&gt;Or is it impossible to determine the Flexbus Bus errors occurrence by register status ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Koichi Sakagami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 05:32:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623777#M37374</guid>
      <dc:creator>koichisakagami</dc:creator>
      <dc:date>2016-11-08T05:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: K66 :  How to recognize a Flexbus bus error ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623778#M37375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Koichi,&lt;/P&gt;&lt;P&gt;I do not think theer is error status for the FlexBus error, so it is impossible to determine the Flexbus error occurrence by register status.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-How-to-recognize-a-Flexbus-bus-error/m-p/623778#M37375</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-11-09T03:31:32Z</dc:date>
    </item>
  </channel>
</rss>

