<?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: Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259431#M1609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested it on the TWR-K60 board and it's working properly for me.&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please find attached an example project that echoes a string after the user presses enter. It uses TWR-SER board serial port for output. Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ou can try it if it will work for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I also attach the picture with the property marked in the component. Do you see it like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 16:39:16 GMT</pubDate>
    <dc:creator>Petr_H</dc:creator>
    <dc:date>2014-03-12T16:39:16Z</dc:date>
    <item>
      <title>Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259425#M1603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have tested gets(), with and without fflush() and always happen the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 13:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259425#M1603</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-02-25T13:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259426#M1604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you using Kinetis and CodeWarrior? Do you have the ConsoleIO component in your project? If not, it needs to be added into the project. It also adds inherited Serial_LDD that need to be configured (baudrate, pins etc...).&lt;/P&gt;&lt;P&gt;With these component both writing and reading console should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 14:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259426#M1604</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-02-26T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259427#M1605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your early response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am using KINETIS (K60) and CodeWarrior,  In the project there is ConsoleIO and it is properly configured (printf(), work perfectly).&lt;/P&gt;&lt;P&gt;Attached you can find a snapshot of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that when the  scanf(), get(), or gets() are executed the MCU does not wait for string+ CR/LF or any character; the program continue without delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use fflush(), in order to clear the input buffer but there is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Petr Hradsky &lt;/P&gt;&lt;P&gt;Enviado el: miércoles, 26 de febrero de 2014 15:43&lt;/P&gt;&lt;P&gt;Para: Ortega Sanz Pedro&lt;/P&gt;&lt;P&gt;Asunto: Re:  - Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Petr Hradsky&amp;lt;https://community.freescale.com/people/Petr_H?et=watches.email.thread&amp;gt; in Processor Expert Software - View the full discussion&amp;lt;https://community.freescale.com/message/383610?et=watches.email.thread#383610&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:17:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259427#M1605</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-02-26T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259428#M1606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me; I forgot to attach a snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Ortega Sanz Pedro&lt;/P&gt;&lt;P&gt;Enviado el: miércoles, 26 de febrero de 2014 17:17&lt;/P&gt;&lt;P&gt;Para: 'jive-891534970-4qmg-2-87zu@freescale.hosted.jivesoftware.com'&lt;/P&gt;&lt;P&gt;Asunto: RE:  - Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Petr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your early response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am using KINETIS (K60) and CodeWarrior,  In the project there is ConsoleIO and it is properly configured (printf(), work perfectly).&lt;/P&gt;&lt;P&gt;Attached you can find a snapshot of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that when the  scanf(), get(), or gets() are executed the MCU does not wait for string+ CR/LF or any character; the program continue without delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use fflush(), in order to clear the input buffer but there is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Petr Hradsky &lt;/P&gt;&lt;P&gt;Enviado el: miércoles, 26 de febrero de 2014 15:43&lt;/P&gt;&lt;P&gt;Para: Ortega Sanz Pedro&lt;/P&gt;&lt;P&gt;Asunto: Re:  - Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Petr Hradsky&amp;lt;https://community.freescale.com/people/Petr_H?et=watches.email.thread&amp;gt; in Processor Expert Software - View the full discussion&amp;lt;https://community.freescale.com/message/383610?et=watches.email.thread#383610&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:20:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259428#M1606</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-02-26T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259429#M1607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the latest version (CW MCU v10.5 PEx Update 1.0.0) there is a property in Console component that can change the behavior. As far as I know, there was an issue with CW10.5 that it wasn't there.&lt;/P&gt;&lt;P&gt;I suppose that you are using CodeWarrior 10.5. Do you have it and do you have the PEx update 1.0.0 installed ? &lt;/P&gt;&lt;P&gt;If not could you try to install the CW MCU v10.5 PEx Update 1.0.0. It should allow you to generate code with waiting for the reception of the string.&lt;/P&gt;&lt;P&gt;Here is the link with updates:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;CW-MCU10: CodeWarrior for MCUs (Eclipse IDE) - ColdFire, 56800/E DSC, Kinetis, Qorivva 56xx, RS08/S08, S12Z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259429#M1607</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-03-07T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259430#M1608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed all updates available, and the behavior of the MCU is the same. I don´t find any new properties in the Console component and the Scanf() does not wait for new characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can find the version installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Petr Hradsky &lt;/P&gt;&lt;P&gt;Enviado el: viernes, 07 de marzo de 2014 17:09&lt;/P&gt;&lt;P&gt;Para: Ortega Sanz Pedro&lt;/P&gt;&lt;P&gt;Asunto: Re:  - Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Petr Hradsky&amp;lt;https://community.freescale.com/people/Petr_H?et=watches.email.thread&amp;gt; in Processor Expert Software - View the full discussion&amp;lt;https://community.freescale.com/message/386454?et=watches.email.thread#386454&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 08:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259430#M1608</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-03-10T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259431#M1609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested it on the TWR-K60 board and it's working properly for me.&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please find attached an example project that echoes a string after the user presses enter. It uses TWR-SER board serial port for output. Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ou can try it if it will work for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I also attach the picture with the property marked in the component. Do you see it like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 16:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259431#M1609</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-03-12T16:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259432#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to test your project in my PC and the property “wait until at least one character is recived”, does not appearance (attached you can see it) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid that a I am working with old versión y tried to install al updates that you say me , but the program does not allow. I read all licences but never the button FINISH is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Petr Hradsky &lt;/P&gt;&lt;P&gt;Enviado el: miércoles, 12 de marzo de 2014 17:39&lt;/P&gt;&lt;P&gt;Para: Ortega Sanz Pedro&lt;/P&gt;&lt;P&gt;Asunto: Re:  - Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Petr Hradsky&amp;lt;https://community.freescale.com/people/Petr_H?et=watches.email.thread&amp;gt; in Processor Expert Software - View the full discussion&amp;lt;https://community.freescale.com/message/387466?et=watches.email.thread#387466&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:16:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259432#M1610</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-03-17T08:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259433#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;This is strange, I haven't met such issue yet. Please try to click to the text and back if the Finish button won't enable.&lt;/P&gt;&lt;P&gt;Maybe there is something wrong with your installation so it would be better to completely reinstall the CodeWarrior to separate directory and perform the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 15:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259433#M1611</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-03-26T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am trying to use Scanf() in a Processor Expert project, and the function return nothing. Does not wait for characters and exit immediately. Any idea?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259434#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed your advices and now all works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:47:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Hi-I-am-trying-to-use-Scanf-in-a-Processor-Expert-project-and/m-p/259434#M1612</guid>
      <dc:creator>pedroortega</dc:creator>
      <dc:date>2014-03-26T16:47:24Z</dc:date>
    </item>
  </channel>
</rss>

