<?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: MC9S12XEP100,  SCI2, RXD interrupt can't be triggered in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2114312#M3149</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;please visit the page...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LAMA-s-S12XE-unofficial-examples/ta-p/1100774" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LAMA-s-S12XE-unofficial-examples/ta-p/1100774&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and the example "XEP100 - SCI - ECHO - isr". There are more examples which can help you with you design.&lt;/P&gt;
&lt;P&gt;will help you to make full picture about how it works.&lt;/P&gt;
&lt;P&gt;If you still have any issue then full short project is good next step to see all dependencies.&lt;/P&gt;
&lt;P&gt;(for example, in your setup I do not see asm CLI; // enable all i-bit maskable interrupts, I do not se interrupt function definition,....)&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2025 08:37:39 GMT</pubDate>
    <dc:creator>lama</dc:creator>
    <dc:date>2025-06-11T08:37:39Z</dc:date>
    <item>
      <title>MC9S12XEP100,  SCI2, RXD interrupt can't be triggered</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2111721#M3121</link>
      <description>&lt;P&gt;The send function of SCI2&amp;nbsp; works, the wave on RXD pin by an&amp;nbsp;oscilloscope also is right, but it can't run into the interrupt routine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why?&amp;nbsp; Is there any other additional settings about SCI2, about PJ0 and PJ1?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the initialize code about SCI2 now are:&lt;/P&gt;&lt;P&gt;//----------------------------------&lt;/P&gt;&lt;P&gt;SCI2SR2_AMAP = 0; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SCI2BD =&amp;nbsp; 32000000/16/9600;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SCI2CR2_RIE = 1; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SCI2CR2_RE&amp;nbsp; = 1; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SCI2CR2_TE&amp;nbsp; = 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SCI2SR2_AMAP = 1;&lt;/P&gt;&lt;P&gt;//----------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 03:06:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2111721#M3121</guid>
      <dc:creator>xanderSU</dc:creator>
      <dc:date>2025-06-06T03:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S12XEP100,  SCI2, RXD interrupt can't be triggered</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2114312#M3149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;please visit the page...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LAMA-s-S12XE-unofficial-examples/ta-p/1100774" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LAMA-s-S12XE-unofficial-examples/ta-p/1100774&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and the example "XEP100 - SCI - ECHO - isr". There are more examples which can help you with you design.&lt;/P&gt;
&lt;P&gt;will help you to make full picture about how it works.&lt;/P&gt;
&lt;P&gt;If you still have any issue then full short project is good next step to see all dependencies.&lt;/P&gt;
&lt;P&gt;(for example, in your setup I do not see asm CLI; // enable all i-bit maskable interrupts, I do not se interrupt function definition,....)&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 08:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2114312#M3149</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2025-06-11T08:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S12XEP100,  SCI2, RXD interrupt can't be triggered</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2115426#M3165</link>
      <description>&lt;P&gt;my project is attached, in which the SCI0 and SCI2 are initialized.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;And in other projects, I also tried SCI1.&lt;/P&gt;&lt;P&gt;The three SCI are the same in initialize, but the SCI0 and SCI1 all works, including TXD and RXD.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the RXD function doesn't work, while the TXD funciton of SCI2 works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder, if there is some special settings about SCI2, even about the related pins, such as PJ0/PJ1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 13:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MC9S12XEP100-SCI2-RXD-interrupt-can-t-be-triggered/m-p/2115426#M3165</guid>
      <dc:creator>xanderSU</dc:creator>
      <dc:date>2025-06-12T13:07:42Z</dc:date>
    </item>
  </channel>
</rss>

