<?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: Using peripherals inside emwin in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524227#M6863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue and can't find anything in emWin that would change PIN IOCON settings or interrupt settings for CAN controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 19:30:04 GMT</pubDate>
    <dc:creator>patricklatimer</dc:creator>
    <dc:date>2016-12-22T19:30:04Z</dc:date>
    <item>
      <title>Using peripherals inside emwin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524226#M6862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by behnam_sh on Mon Jan 18 02:15:33 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi every body&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some week ago I ported refernce emwin project to my customized board, it seems to work good. but when I tried to use CAN but faild to callback interupt routin! even I can't blink an LED on it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added drivers sources and included header files, and here is code I worte:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
void MainTask (void) {

PINSEL_ConfigPin(0,4,2);
PINSEL_ConfigPin(0,5,2);

GPIO_SetDir((4), (1 &amp;lt;&amp;lt; 15), GPIO_DIRECTION_OUTPUT);
GPIO_OutputValue((4), (1 &amp;lt;&amp;lt; 15), 1);

CAN_Init(CAN_ID_2,500000);
CAN_ModeConfig(CAN_ID_2, CAN_OPERATING_MODE, ENABLE);

CAN_IRQCmd (CAN_ID_2, CANINT_RIE, ENABLE);
NVIC_EnableIRQ (CAN_IRQn);

GUI_Init();


while (1) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; _DemoScale();

//CAN_SendMsg (CAN_ID_2, &amp;amp;CAN_msg);
//CAN_ReceiveMsg (uint8_t canId, CAN_MSG_Type *CAN_Msg)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any thing I should do inside the project to use peripherals? could anyone help me please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Behnam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:08:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524226#M6862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using peripherals inside emwin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524227#M6863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue and can't find anything in emWin that would change PIN IOCON settings or interrupt settings for CAN controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 19:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524227#M6863</guid>
      <dc:creator>patricklatimer</dc:creator>
      <dc:date>2016-12-22T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using peripherals inside emwin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524228#M6864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-objectid="289078" data-objecttype="3" href="https://community.nxp.com/people/patricklatimer"&gt;patrick latimer&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Before answer your question, I was wondering if you can tell which MCU you use and share the simple demo with me, then I can replicate the issue and it can help me to figure out the root cause of the issue.&lt;/P&gt;&lt;P&gt;I'm looking forward to your reply.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 02:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-peripherals-inside-emwin/m-p/524228#M6864</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-29T02:46:56Z</dc:date>
    </item>
  </channel>
</rss>

