<?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>topic Re: DSC56f803X Interrupts in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854117#M14941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Guenery,&lt;/P&gt;&lt;P&gt;If you define the api function in C code, you want to call it in the *.asm, you have add the prefix "F" at the function name. BTW, maybe you have to add the line XREF Fxxx so that the compiler knows the function is defined outside of the *.asm file.&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>Mon, 04 Mar 2019 02:51:03 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2019-03-04T02:51:03Z</dc:date>
    <item>
      <title>DSC56f803X Interrupts</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854114#M14938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I don't find the documentation about the interrupt using for Codewarrior Eclipse version 11.0 with MC56f8037 (without processor expert).&lt;/P&gt;&lt;P&gt;I use the #pragma directive for the C code interrupt function, but I don't find how to setup the interrupts vectors table.&lt;/P&gt;&lt;P&gt;Tank you&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 20:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854114#M14938</guid>
      <dc:creator>guenerylaurent</dc:creator>
      <dc:date>2019-02-27T20:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: DSC56f803X Interrupts</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854115#M14939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Laurent,&lt;/P&gt;&lt;P&gt;Pls refer to the screenshot, The MC56F803x_vector.asm is the vector table. The tools is CodeWarrior for DSP56800E ver8.3.&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72528i64B786CDDD6FAAA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 05:55:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854115#M14939</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-03-01T05:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: DSC56f803X Interrupts</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854116#M14940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Tank you for your help!&lt;/P&gt;&lt;P&gt;My problem was the "F" in front of my function name in my MC56F803x_vector.asm.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2019 16:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854116#M14940</guid>
      <dc:creator>guenerylaurent</dc:creator>
      <dc:date>2019-03-02T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: DSC56f803X Interrupts</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854117#M14941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Guenery,&lt;/P&gt;&lt;P&gt;If you define the api function in C code, you want to call it in the *.asm, you have add the prefix "F" at the function name. BTW, maybe you have to add the line XREF Fxxx so that the compiler knows the function is defined outside of the *.asm file.&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>Mon, 04 Mar 2019 02:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DSC56f803X-Interrupts/m-p/854117#M14941</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-03-04T02:51:03Z</dc:date>
    </item>
  </channel>
</rss>

