<?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のトピックRe: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201265#M771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please disregard my question #3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added SerialLLD + GPIOLLD at the same time, then it suddenly became ok.Though I am still mystified. &lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" id="smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2012 16:28:52 GMT</pubDate>
    <dc:creator>drb</dc:creator>
    <dc:date>2012-01-28T16:28:52Z</dc:date>
    <item>
      <title>GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems....</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201262#M768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am currently having two issue with Processor Expert for K60.I am currently using CW 10.1 + MQX 3.8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1) I am trying to look for the pull-up/pull down resistors on GPIO_LDD? How do I set it using PE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2) I have a custom board for K60 using 4MHz crystal oscillator. When I try to debug it, it loses its connection to the Multilink. I traced the code and found that when I comment this line:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//PORTA_PCR5 = (uint32_t)((PORTA_PCR5 &amp;amp; (uint32_t)~0x01000000UL) | (uint32_t)0x0700UL);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the CPU.c file on the function &lt;STRONG&gt;void PE_low_level_init(void)&lt;/STRONG&gt;, i can debug the code. Whenever I generate a new Process Expert code, this line is always generated. Thus, I always manually uncomment this line to make things work. Is there a workaround for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 01:19:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201262#M768</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-01-28T01:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201263#M769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a follow up question. I experienced something strange today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#3) I have two GPIO LLD (one for PORTD and one for PORTE). When I try to add another GPIO LLD for PORTC (I even tried changing it to different port - PortB) , my program doesnt work. I can see from the debugger that it goes to Low Power Wait and none of the tasks are executed.&amp;nbsp; When I remove the newly created GPIO LLD, it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another test I did: after removing the newly created GPIO LLD, I tried to add a SerialLLD component. My program also worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is that, is there a maximum limit of components I can add? I currently have two GPIO LLD (for PORTD - 2 bits for LED- and PORTE -8bits for DIP switch addressing-) on my program. Adding a third one (for PORTC, just 1 bit for RS485 control pin), unexpectedly results in having the MCU enter "Low Power Wait Mode".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 14:30:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201263#M769</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-01-28T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201264#M770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#4) I have this simple routine to send data via rs485 line (just purely sending data, no receive yet). I only have one main task (for debugging only).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;void hal_rs485_SendBlock(LDD_TData *buff,u16 buffSz)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//PROCEXP_RS485_SendBlock();&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bTransmitDone=89;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PROCEXP_GPIO_PORTC_SetFieldBits(PROCEXP_GPIO_PORTC_DeviceData,PIN_RS485,1);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RS485SENDBLOCK(RS485DEVDATA, buff, buffSz);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//PROCEXP_GPIO_PORTC_ClearFieldBits(PROCEXP_GPIO_PORTC_DeviceData,PIN_RS485,1); &amp;lt;&amp;lt; PROBLEMATIC LINE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add the problematic line (generated by Processor Expert), my main task stops (go into Low Power Wait mode). When I uncomment it, everything is ok again. I can't actually fathom the problem. Maybe there is something I am missing here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#5) Is there a way to start a new clean project for MQX + PE? I am looking for a document for this but the procedures I got is in FSL_MQX_in_CW_10_x.pdf wherein it reuses an existing project. We are planning to create projects with separate BSPs (because of different PE configurations).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 16:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201264#M770</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-01-28T16:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201265#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please disregard my question #3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added SerialLLD + GPIOLLD at the same time, then it suddenly became ok.Though I am still mystified. &lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" id="smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 16:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201265#M771</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-01-28T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201266#M772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1),&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached pdf file that describes the setting of electrical features on Kinetis. The section from the pdf has been transfromed as cheatsheet for CW V10.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2), #3), #4)&lt;/P&gt;&lt;P&gt;Could you please post here the PEx project in order to reproduce all your problems?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#5)&lt;/P&gt;&lt;P&gt;Please post this question on the MQX forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201266#M772</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-01-30T16:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201267#M773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 )Thank you so much for the reference document, the pull-ups and pull-down are now working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2 )The program is working fine on the TWR. But on the custom board I need to comment that line. Anyway, this is not a major stopper and I could deal with it by manually commenting the line. &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#3 -&amp;nbsp;#4) )The program is now working fine. I think there are some things in the MQX that I need to deal with and doesn't have to do with the Processor Expert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 09:41:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201267#M773</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-02-17T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_LDD on Kinetis K60: How to set the pull-up/pull-down resistors? + initialization problems..</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201268#M774</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;Do you still have the pdf you talk about in this thread? Could you make it available? I can't find it here, I don't know if it was removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to set the internal pull-up resistors, but for a &lt;A href="http://www.freescale.com/webapp/sps/site/taxonomy.jsp?code=KINETIS_L_SERIES"&gt;Kinetis L&lt;/A&gt;. I think internal resistors are not available for Kinetis series devices, I would just like to make sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 14:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/GPIO-LDD-on-Kinetis-K60-How-to-set-the-pull-up-pull-down/m-p/201268#M774</guid>
      <dc:creator>luisgallegos</dc:creator>
      <dc:date>2012-10-26T14:08:31Z</dc:date>
    </item>
  </channel>
</rss>

