<?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>MQX Software SolutionsのトピックRe: sprintf with ewl_noio</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440393#M14720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PO220:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use the library "&lt;STRONG&gt;ewl&lt;/STRONG&gt;" (NOT the hosted option). As you mentioned the &lt;STRONG&gt;sprintf&lt;/STRONG&gt; function does not need any physical interface, so you should have no problem using it. Then the project will work standalone (without the debugger).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 14 Sep 2015 20:33:59 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2015-09-14T20:33:59Z</dc:date>
    <item>
      <title>sprintf with ewl_noio</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440392#M14719</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'm trying to use sprintf with MQX lite on a KL15 but with Debug option "Ewl_noio" (needed for work without multilink ) an error occurs :&lt;/P&gt;&lt;P&gt;ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see here&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/02/07/tutorial-printf-with-and-without-processor-expert/" title="http://mcuoneclipse.com/2013/02/07/tutorial-printf-with-and-without-processor-expert/"&gt;Tutorial: Printf() with (and without) Processor Expert | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;a solution for printf (add a low level UART) but for sprintf there is no UART.&amp;nbsp; I just need to format a char array :&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;char a8char[50];&lt;/P&gt;&lt;P&gt;unsigned short u16titi ;&lt;/P&gt;&lt;P&gt;u16titi = 262390;&lt;/P&gt;&lt;P&gt;sprintf(a8char,"%hu",u16titi);&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;With librarian settings "ewl_hosted" sprintf works well but without multilink the application don't run...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I activate sprintf without UART ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;thank you in advance for your explanations.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 21:46:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440392#M14719</guid>
      <dc:creator>PO220</dc:creator>
      <dc:date>2015-09-10T21:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: sprintf with ewl_noio</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440393#M14720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PO220:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use the library "&lt;STRONG&gt;ewl&lt;/STRONG&gt;" (NOT the hosted option). As you mentioned the &lt;STRONG&gt;sprintf&lt;/STRONG&gt; function does not need any physical interface, so you should have no problem using it. Then the project will work standalone (without the debugger).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 14 Sep 2015 20:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440393#M14720</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-09-14T20:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: sprintf with ewl_noio</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440394#M14721</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;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finaly understand Ewl, Ewl_noio and Ewl_hosted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ewl_hosted can be an &lt;SPAN lang="en"&gt;awesome fonction (debug with console in CodeWarrior is &lt;SPAN lang="en"&gt;awesome) but it don't work &lt;SPAN lang="en"&gt;correctly (&lt;SPAN lang="en"&gt;breakpoint no longer work correcktly, too too slow in debug) &lt;SPAN lang="en"&gt;and after, you need alway connect the debugger, not possible in really application.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 08:05:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/sprintf-with-ewl-noio/m-p/440394#M14721</guid>
      <dc:creator>PO220</dc:creator>
      <dc:date>2015-09-16T08:05:22Z</dc:date>
    </item>
  </channel>
</rss>

