<?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>Processor Expert Software中的主题 PE software question</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157758#M172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using processor expert software for FRDM-KL25Z development. I am confused about the software. it looks like the software automatically generate some function or events for you. for example the LLWU events or RTC_Alarm event. is event same as irq? because the KLQEUG doc talk about irq which I really dont find any in my generated code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make this clear if anyone knows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 18:59:06 GMT</pubDate>
    <dc:creator>pengliang</dc:creator>
    <dc:date>2012-10-29T18:59:06Z</dc:date>
    <item>
      <title>PE software question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157758#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using processor expert software for FRDM-KL25Z development. I am confused about the software. it looks like the software automatically generate some function or events for you. for example the LLWU events or RTC_Alarm event. is event same as irq? because the KLQEUG doc talk about irq which I really dont find any in my generated code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make this clear if anyone knows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157758#M172</guid>
      <dc:creator>pengliang</dc:creator>
      <dc:date>2012-10-29T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: PE software question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157759#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding: "because the KLQEUG doc talk about irq which I really dont find any in my generated code". Could you please post here KLQEUG doc (or provide the link for download) and specify which interrupt do you need to handle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: is event same as isr?&lt;/P&gt;&lt;P&gt;A: It depends on the implementation. It could be or not. But i think that in the most cases are events called within isr in PEx. You can find the code of the LLWU interrupt (incl. corresponding event) in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 09:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157759#M173</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2012-10-30T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: PE software question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157760#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, I provide the KLQRUG.pdf link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/quick_ref_guide/KLQRUG.pdf"&gt;http://cache.freescale.com/files/32bit/doc/quick_ref_guide/KLQRUG.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; you open the pdf go to 5.4.2.4 LLWU port and module interrupt section. you will see some example code attached 'enable_irq(RTCA_irq_no)'. I do not have this function or constant generated by PE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, what I want to do is put the uC in LLS mode for 1 minute, then wake up by RTC alarm and run some instructions such as toggling LEDs, then go back to LLS mode again. keep doing this as a loop. However, when I wake up uC, finished toggling LEDs, it just do not go back to LLS mode. it keeps run the Cpu_OnLLSWakeUpINT() event. It seems it just keep running interrupt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 13:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157760#M174</guid>
      <dc:creator>pengliang</dc:creator>
      <dc:date>2012-10-30T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: PE software question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157761#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached demonstration example on usage of LLS mode. It uses LPTMR interrupt to wake up instead of RTC alarm because seems there is some issue with 32 kHz source for RTC on freedom board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:04:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157761#M175</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2012-10-30T17:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: PE software question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157762#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES, &lt;/P&gt;&lt;P&gt;the freedom board populated a 8MHz instead of 32k external crystal. That is the reason you can not use rtc. I replace 8Mhz with 32k crystal. it does not have a problem with RTC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:23:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-software-question/m-p/157762#M176</guid>
      <dc:creator>pengliang</dc:creator>
      <dc:date>2012-10-30T17:23:32Z</dc:date>
    </item>
  </channel>
</rss>

