<?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 Using MRT in with LPC845-brk in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-MRT-in-with-LPC845-brk/m-p/1573827#M51077</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can you help me writing some code to learn how to use the MRT registers with the LPC845brk board?&lt;/P&gt;&lt;P&gt;I would like to toggle a pin when the MRT channel 0 generate the interrupt&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tomato_1-1671725954773.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205278i448831625D97A27F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tomato_1-1671725954773.png" alt="tomato_1-1671725954773.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is my code correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where should I put the interrupt handler?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 16:19:58 GMT</pubDate>
    <dc:creator>tomato</dc:creator>
    <dc:date>2022-12-22T16:19:58Z</dc:date>
    <item>
      <title>Using MRT in with LPC845-brk</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-MRT-in-with-LPC845-brk/m-p/1573827#M51077</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can you help me writing some code to learn how to use the MRT registers with the LPC845brk board?&lt;/P&gt;&lt;P&gt;I would like to toggle a pin when the MRT channel 0 generate the interrupt&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tomato_1-1671725954773.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205278i448831625D97A27F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tomato_1-1671725954773.png" alt="tomato_1-1671725954773.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is my code correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where should I put the interrupt handler?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 16:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-MRT-in-with-LPC845-brk/m-p/1573827#M51077</guid>
      <dc:creator>tomato</dc:creator>
      <dc:date>2022-12-22T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using MRT in with LPC845-brk</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-MRT-in-with-LPC845-brk/m-p/1573891#M51084</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210324"&gt;@tomato&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Could you please try out the MRT example in MCUXpresso with the SDK LPC845 or LPC845BREAKOUT?&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaulRomero_0-1671741386182.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205301iFE80E132D0F4AF69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RaulRomero_0-1671741386182.png" alt="RaulRomero_0-1671741386182.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaulRomero_1-1671741386187.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205303i9156FF1BEF1E1821/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RaulRomero_1-1671741386187.png" alt="RaulRomero_1-1671741386187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaulRomero_2-1671741386189.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205302iF0EAB82DA95B0FEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RaulRomero_2-1671741386189.png" alt="RaulRomero_2-1671741386189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;The MRT example is a simple demonstration program, that sets up the MRT hardware block to trigger a periodic interrupt after every 250 milliseconds. When the PIT interrupt is triggered a message a printed on the UART terminal and an LED is toggled on the board.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;It may be useful to try it out, and then made some changes according to what you need.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 20:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-MRT-in-with-LPC845-brk/m-p/1573891#M51084</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2022-12-22T20:37:33Z</dc:date>
    </item>
  </channel>
</rss>

