<?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>Other NXP ProductsのトピックRe: Urgent : MC13224 Problem with UART Interrupt</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214146#M2452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi leroiwalid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you generate code by BeeKit&lt;/P&gt;&lt;P&gt;at on function Uart_ModuleInit() make comment or delete line&lt;/P&gt;&lt;P&gt;// UartOpenCloseTransceiver(UART_1, BIT_RX_EN, FALSE);&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe help you.&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>Fri, 23 Jul 2010 10:30:47 GMT</pubDate>
    <dc:creator>ZFSM</dc:creator>
    <dc:date>2010-07-23T10:30:47Z</dc:date>
    <item>
      <title>Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214140#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;In my project I can do the Interrupt with the KBI and with the RTC. But I can't do it by the UART, Any one can help me ?&lt;/P&gt;&lt;P&gt;How to do this interrupt, it's urgent&amp;nbsp;please&lt;/P&gt;&lt;P&gt;thanks &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 17:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214140#M2446</guid>
      <dc:creator>leroiwalid</dc:creator>
      <dc:date>2010-07-20T17:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214141#M2447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;leroiwalid wrote:&lt;BR /&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;In my project I can do the Interrupt with the KBI and with the RTC. But I can't do it by the UART, Any one can help me ?&lt;/P&gt;&lt;P&gt;How to do this interrupt, it's urgent&amp;nbsp;please&lt;/P&gt;&lt;P&gt;thanks &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code uses the UART interrupt for transmit; receive should be similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=lib/uart1.c" rel="nofollow" target="_self"&gt;http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=lib/uart1.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=src/default_lowlevel.c" rel="nofollow" target="_self"&gt;http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=src/default_lowlevel.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=tests/uart1-loopback.c" rel="nofollow" target="_self"&gt;http://git.devl.org/?p=malvira/libmc1322x.git;a=blob;f=tests/uart1-loopback.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 18:00:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214141#M2447</guid>
      <dc:creator>redbee</dc:creator>
      <dc:date>2010-07-20T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214142#M2448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you redbee for your answer but this is not what I search. In fact I want to use a similar thing to what we use before with the other interrupt.I have started by declaring this code to initiate the Uart Interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ITC_Init();IntAssignHandler(gUart1Int_c, (IntHandlerFunc_t)UartIsr1);ITC_SetPriority(gUart1Int_c, gItcNormalPriority_c);ITC_EnableInterrupt(gUart1Int_c);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the other interrupt I have just to use the CRM_RegisterISR() function to make the interruption but now I can't find a solution for the UART module.&lt;/P&gt;&lt;P&gt;Do you understand me ?&lt;/P&gt;&lt;P&gt;In other term, what I want to do is, to do a read from the NVM when the user make an order by the UART.&lt;/P&gt;&lt;P&gt;My problem is how to do this order by UART and with the use of the UART Interrupt.It seems to be easy but I haven't find a solution &lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 19:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214142#M2448</guid>
      <dc:creator>leroiwalid</dc:creator>
      <dc:date>2010-07-20T19:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214143#M2449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pleaaaaaaaaaaaaaaaaaaaaaaaase Help&amp;nbsp;&lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" id="smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 14:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214143#M2449</guid>
      <dc:creator>leroiwalid</dc:creator>
      <dc:date>2010-07-21T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214144#M2450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I has alike problem too.&lt;/P&gt;&lt;P&gt;UART Tx can't gennerate interrupt.&lt;/P&gt;&lt;P&gt;I see register UART Control Register(UCON) is 0x00002003&lt;/P&gt;&lt;P&gt;I try to force UCON = 0x00000003 for enable TxRdy interrupt but it return to 0x00002003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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, 21 Jul 2010 17:38:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214144#M2450</guid>
      <dc:creator>ZFSM</dc:creator>
      <dc:date>2010-07-21T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214145#M2451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem not yet resolved&amp;nbsp;&lt;IMG alt=":robotsad:" class="emoticon emoticon-robotsad" id="robotsad" src="http://freescale.i.lithium.com/i/smilies/16x16_robot-sad.gif" title="Robot Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 16:56:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214145#M2451</guid>
      <dc:creator>leroiwalid</dc:creator>
      <dc:date>2010-07-22T16:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214146#M2452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi leroiwalid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you generate code by BeeKit&lt;/P&gt;&lt;P&gt;at on function Uart_ModuleInit() make comment or delete line&lt;/P&gt;&lt;P&gt;// UartOpenCloseTransceiver(UART_1, BIT_RX_EN, FALSE);&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe help you.&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>Fri, 23 Jul 2010 10:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214146#M2452</guid>
      <dc:creator>ZFSM</dc:creator>
      <dc:date>2010-07-23T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : MC13224 Problem with UART Interrupt</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214147#M2453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ZFSM &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;I forget to say that may codebase is the "ARM7 SMAC Codebase 1.1.4"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that my problem is to find a function similar to the&amp;nbsp;CRM_RegisterISR()&amp;nbsp;&lt;/P&gt;&lt;P&gt;if any one here can help me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 16:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Urgent-MC13224-Problem-with-UART-Interrupt/m-p/214147#M2453</guid>
      <dc:creator>leroiwalid</dc:creator>
      <dc:date>2010-07-23T16:10:30Z</dc:date>
    </item>
  </channel>
</rss>

