<?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>LPCXpresso IDEのトピックRe: LPC1768 sscanf %hhu</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613708#M32377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try Newlib alternative&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giovanni Friolo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAB PUMPS S.P.A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Electronic Designer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via Bonanno Pisano, 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giovanni.friolo@dwtgroup.com&amp;lt;mailto:giovanni.friolo@dwtgroup.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;56031 Bientina (Pisa)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+39 0587 753 840&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Italy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="www.dabpumps.com&amp;lt;http://www.dabpumps.com&amp;gt;" target="test_blank"&gt;www.dabpumps.com&amp;lt;http://www.dabpumps.com&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 13:03:03 GMT</pubDate>
    <dc:creator>giovannifriolo</dc:creator>
    <dc:date>2017-02-08T13:03:03Z</dc:date>
    <item>
      <title>LPC1768 sscanf %hhu</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613706#M32375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using LPCXpresso v8.2.2_650 to create application for LPC1768.&lt;/P&gt;&lt;P&gt;In my code I use sscanf to fill an unsigned char variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unsigned char u8arr[5];&lt;/P&gt;&lt;P&gt;sscanf(str, "%hhu", &amp;amp;u8arr[1]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when executed the instruction above fill also u8arr[2].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a bug in sscanf function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 08:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613706#M32375</guid>
      <dc:creator>giovannifriolo</dc:creator>
      <dc:date>2017-02-08T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 sscanf %hhu</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613707#M32376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that Redlib only supports the C90 scanf family specifiers - &lt;EM&gt;(none)&lt;/EM&gt;, h, l and L - and not the additional ones added in the C99 standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested this, but I think that you should be able to&amp;nbsp;use Newlib / NewlibNano instead if you need&amp;nbsp;access to scanf functions that allow the&amp;nbsp;use of the C99 specifiers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389152"&gt;What are Redlib and Newlib?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389104"&gt;Switching the selected C library&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 12:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613707#M32376</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-02-08T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 sscanf %hhu</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613708#M32377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try Newlib alternative&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giovanni Friolo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAB PUMPS S.P.A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Electronic Designer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via Bonanno Pisano, 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giovanni.friolo@dwtgroup.com&amp;lt;mailto:giovanni.friolo@dwtgroup.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;56031 Bientina (Pisa)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+39 0587 753 840&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Italy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="www.dabpumps.com&amp;lt;http://www.dabpumps.com&amp;gt;" target="test_blank"&gt;www.dabpumps.com&amp;lt;http://www.dabpumps.com&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-sscanf-hhu/m-p/613708#M32377</guid>
      <dc:creator>giovannifriolo</dc:creator>
      <dc:date>2017-02-08T13:03:03Z</dc:date>
    </item>
  </channel>
</rss>

