<?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>8-bit MicrocontrollersのトピックRe: Can I use the printf() for print my debug information? - MC13211</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168906#M11126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Via study ,Now I use the debugger tools of CodeWarrior for debug C code,mainly use the Memory or Command windows!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;However,I still don't clear that how to read/write the flash memory of MC13211,Can you&amp;nbsp; provide a simple demo example to me?&lt;/DIV&gt;&lt;DIV&gt;I tried to read the MC1321x datasheet about flash memory,but it is difficult to me and my project schedule is urgent, please give me some helpness!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and best regards!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Charly&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 17:36:24 GMT</pubDate>
    <dc:creator>Beijing2008</dc:creator>
    <dc:date>2008-07-02T17:36:24Z</dc:date>
    <item>
      <title>Can I use the printf() for print my debug information? - MC13211</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168904#M11124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Dear all:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; I would like to insert several printf() statement in C source code of Codewarrior project,that for output debug information in debug windows,like the VC++ compiler,is it possible?how to do?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; second problems:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Where I can find the read/write flash memory examples?My applicaiton based on the SMAC codebase with MC13211,because I want to save a constant to flash memory!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;Charly&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Added p/n to subject.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by NLFSJ on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-06-30&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;02:28 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 16:48:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168904#M11124</guid>
      <dc:creator>Beijing2008</dc:creator>
      <dc:date>2008-06-30T16:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the printf() for print my debug information? - MC13211</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168905#M11125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; what's mean of "Added p/n to subject. " at the post tail?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Charly&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 17:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168905#M11125</guid>
      <dc:creator>Beijing2008</dc:creator>
      <dc:date>2008-07-02T17:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the printf() for print my debug information? - MC13211</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168906#M11126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Via study ,Now I use the debugger tools of CodeWarrior for debug C code,mainly use the Memory or Command windows!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;However,I still don't clear that how to read/write the flash memory of MC13211,Can you&amp;nbsp; provide a simple demo example to me?&lt;/DIV&gt;&lt;DIV&gt;I tried to read the MC1321x datasheet about flash memory,but it is difficult to me and my project schedule is urgent, please give me some helpness!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and best regards!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Charly&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 17:36:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168906#M11126</guid>
      <dc:creator>Beijing2008</dc:creator>
      <dc:date>2008-07-02T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the printf() for print my debug information? - MC13211</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168907#M11127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi Charly,&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Beijing2008 wrote:&lt;BR /&gt;&lt;DIV&gt;Hi all:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; what's mean of "Added p/n to subject. " at the post tail?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Charly&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This simply means that one of our friendly moderators has added the part number of the device you are talking about onto the end of your subject line (- MC13211). This makes your post and other followups more accessable for others in the future.&lt;BR /&gt;It also gives you a hint to put it there yourself next time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 19:38:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-I-use-the-printf-for-print-my-debug-information-MC13211/m-p/168907#M11127</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2008-07-02T19:38:16Z</dc:date>
    </item>
  </channel>
</rss>

