<?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>LPCXpresso IDEのトピックNewbie Needs help</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Newbie-Needs-help/m-p/537001#M5342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nate4379 on Wed Sep 18 17:12:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me start of by saying that I am completely new to micro controllers in general and my only experience with programming is through a terminal window and some GUI stuff with matlab so this is a learning experience for me. I am currently trying to Enable an interrupt for the UART0 port on LPCXPRESSO 1769 so that I can (while in an endless loop) both blink an LED (using Systick interrupts) and type messages into a buffer and have them read back to me at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at the manual I see multiple interrupts (i guess different flags causing the same interrupt?) for UART0 and I see that i can enable the UART0 interrupt in the NVIC Interrupt sen-enable register 0 by writing a 1 to bit 5. But I haven't been able to figure out the command to successfully write to the register. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the last thing I've tried is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NVIC-&amp;gt;ISER = 1&amp;lt;&amp;lt;5;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't seem to have any linking related issues, nothing seems undeclared and the error I'm receiving is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;incompatible types when assigning to type 'volatile uint32_t[8]' from type 'int'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the CMIS library in this project so im sure there is probably some stupid easy way to do this but I'd like to know both how to write directly to the register as well as how to utilize CMIS.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To anyone that reads this thank you in advance. Im lost sorry if i left anything out &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:13:51 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:13:51Z</dc:date>
    <item>
      <title>Newbie Needs help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Newbie-Needs-help/m-p/537001#M5342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nate4379 on Wed Sep 18 17:12:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me start of by saying that I am completely new to micro controllers in general and my only experience with programming is through a terminal window and some GUI stuff with matlab so this is a learning experience for me. I am currently trying to Enable an interrupt for the UART0 port on LPCXPRESSO 1769 so that I can (while in an endless loop) both blink an LED (using Systick interrupts) and type messages into a buffer and have them read back to me at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at the manual I see multiple interrupts (i guess different flags causing the same interrupt?) for UART0 and I see that i can enable the UART0 interrupt in the NVIC Interrupt sen-enable register 0 by writing a 1 to bit 5. But I haven't been able to figure out the command to successfully write to the register. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the last thing I've tried is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NVIC-&amp;gt;ISER = 1&amp;lt;&amp;lt;5;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't seem to have any linking related issues, nothing seems undeclared and the error I'm receiving is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;incompatible types when assigning to type 'volatile uint32_t[8]' from type 'int'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the CMIS library in this project so im sure there is probably some stupid easy way to do this but I'd like to know both how to write directly to the register as well as how to utilize CMIS.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To anyone that reads this thank you in advance. Im lost sorry if i left anything out &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Newbie-Needs-help/m-p/537001#M5342</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie Needs help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Newbie-Needs-help/m-p/537002#M5343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Thu Sep 19 07:33:25 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try using the following function to enable UART0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NVIC_EnableIRQ(UART0_IRQn);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The NVIC_EnableIRQ function can be found in the core_cm3.h file in the CMSIS library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Newbie-Needs-help/m-p/537002#M5343</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:13:51Z</dc:date>
    </item>
  </channel>
</rss>

