<?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: Setting the interrupts on MQX LITE system in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360720#M11819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that interrupt is handled by MQX, you have to use these two commands:&lt;/P&gt;&lt;P&gt;_int_install_isr(vector, isr_ptr, isr_data);&lt;/P&gt;&lt;P&gt;_bsp_int_init(vector, priority, subpriority, enable);&lt;/P&gt;&lt;P&gt;Firts command will install isr, second command will enable it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 13:46:28 GMT</pubDate>
    <dc:creator>RadekS</dc:creator>
    <dc:date>2014-08-18T13:46:28Z</dc:date>
    <item>
      <title>Setting the interrupts on MQX LITE system</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360719#M11818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! I was began to porting the software on MQX LITE system, and in this process i have encountered a problem. Interrupt upon completion of the conversion of the ADC0 have not occur. I was tried to use the command _int_install_isr(), which has the form below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_int_install_isr(0x49, ADC0_MeasurementCompleteInterrupt, adc0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ADC0_MeasurementCompleteInterrupt - pointer of interrupt handler, which was generated by Processor Expert, adc0 - descriptor of ADC0, which contains the pointer of ADC0 data, and 0x49 - ADC0's interrupt vector. Can you tell me where is the error? This function is called from task1. Tell me, is there a complete description of the mechanism of interrupts in MQX LITE system? In the document MQX LITEUG almost nothing written about the interrupt mechanism. Help me please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 11:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360719#M11818</guid>
      <dc:creator>konstantinkonst</dc:creator>
      <dc:date>2014-08-15T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the interrupts on MQX LITE system</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360720#M11819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that interrupt is handled by MQX, you have to use these two commands:&lt;/P&gt;&lt;P&gt;_int_install_isr(vector, isr_ptr, isr_data);&lt;/P&gt;&lt;P&gt;_bsp_int_init(vector, priority, subpriority, enable);&lt;/P&gt;&lt;P&gt;Firts command will install isr, second command will enable it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360720#M11819</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2014-08-18T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the interrupts on MQX LITE system</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360721#M11820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ops, I missed “MQX Lite”. My last reply is valid for MQX.&lt;/P&gt;&lt;P&gt;Priorities and interrupt enabling in MQX Lite are handled by ProcessorExpert code.&lt;/P&gt;&lt;P&gt;One specific point for ARM M4 core (like Kinetis K family):&lt;/P&gt;&lt;P&gt;We cannot use odd numbers for interrupt priorities because these priorities are used by MQX core.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360721#M11820</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2014-08-19T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the interrupts on MQX LITE system</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360722#M11821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank&amp;nbsp; you for answer, Radeks! It very helped me.&lt;/P&gt;&lt;P&gt;But problem was very simple: &lt;/P&gt;&lt;P&gt;I used the PE's&amp;nbsp; ADCx_StartSingleMeasurement command , which starts the ADC conversion. Before this, need to use command ADCx_CreateSampleGroup, which does the required settings by installing&amp;nbsp; the corresponding bits. I did not do it. Therefore, ADC interrupt enable bit (ADC_SC1_AIEN) was reset when the ADCx_StartSingleMeasurement command was invoked. The system MQX I will use a little later.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-the-interrupts-on-MQX-LITE-system/m-p/360722#M11821</guid>
      <dc:creator>konstantinkonst</dc:creator>
      <dc:date>2014-08-28T14:02:01Z</dc:date>
    </item>
  </channel>
</rss>

