<?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>topic Re: MC9S08FL16 not working in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1481374#M23541</link>
    <description>&lt;P&gt;I have downloaded the codewarrior v11.1, but the result is sane as version 6.3, can I&lt;EM&gt;&amp;nbsp;have aworkimn&amp;nbsp; sample code in C or asm&amp;nbsp; &amp;nbsp;with hex&amp;nbsp; file for mc9s08fl16 for me to usw as reference for debugging hy own written code&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 20:20:45 GMT</pubDate>
    <dc:creator>omara</dc:creator>
    <dc:date>2022-06-28T20:20:45Z</dc:date>
    <item>
      <title>MC9S08FL16 not working</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1476029#M23537</link>
      <description>&lt;P&gt;#include &amp;lt;MC9S08FL16.h&amp;gt;&lt;/P&gt;&lt;P&gt;The code was written in c on codewarrior 6.3.2 ide, the compilation and program flash via USBDM wasall succeessfull&lt;/P&gt;&lt;P&gt;// Declare function protoypes here.&lt;/P&gt;&lt;P&gt;void delay(unsigned long wait);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;void main(void)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PTCPE=255;&lt;BR /&gt;PTCSE=0;&lt;BR /&gt;PTCDS=255;&lt;BR /&gt;//SOPT1 = 0x52; // disable COP watchdog&lt;BR /&gt;PTCDD = 0b11111111; // // set PTB0-5 as output&lt;/P&gt;&lt;P&gt;// select external xtal&lt;BR /&gt;ICSC1 = 0b10011000;&lt;BR /&gt;ICSC2 = 0b00110110;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for(;;)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PTCD = 0b11111111; // pulse PTB0-5 high&lt;BR /&gt;delay(100);&lt;BR /&gt;PTCD = 0;&lt;BR /&gt;delay(100);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;void delay(unsigned long wait)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;while(wait!=0)&lt;BR /&gt;{&lt;BR /&gt;wait--;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Hexfile&lt;/P&gt;&lt;P&gt;S0350000433A5C55736572735C6F6D6172615C446F63756D656E74735C494F5445535452554E5C62696E5C50726F6A6563742E61627310&lt;BR /&gt;S123C0008B899EFE05F6AF019EFF05888A81A7FCC6C0854C95E701C6C0844CF732C0862030&lt;BR /&gt;S123C0201F898BF687E6024C9EE706E603EE018A4C20037FAF014BFB9E6B05F78A88AF047D&lt;BR /&gt;S123C0409E6B02DD9E6B01D932C088898BADB1974C9EE703ADAA4C9EE7044A2603510018B2&lt;BR /&gt;S123C060AD9E878AAD9A972005AD95F7AF019E6B04F79E6B03F320D5A7068145018094AD47&lt;BR /&gt;S123C0808DCCC0920000C08AC13F0000000000000000A6FFC718485FCF1849C7184A6EFFB6&lt;BR /&gt;S123C0A03DA698C71858A634C718596EFF3CAE648C898B8B8BCDC0CAA7043F3CA664874FEA&lt;BR /&gt;S123C0C0878787CDC0CAA70420E12008AF02CDC109CDC12595E605EA04EA03EA0226ED81C6&lt;BR /&gt;S123C0E0A7FE87898B9EE607879EE607879EE60A9EE7069EE60B9EE707E6039EE70BE60243&lt;BR /&gt;S123C1009EE70A9EAE9EFF0881CDC0E0956D08260E6D0726086D0626026A056A066A076A78&lt;BR /&gt;S123C120088A888681879EE604F79EE605E7019EE606E7029EE607E703868A88A704FC003C&lt;BR /&gt;S104C14000FA&lt;BR /&gt;S105FFFEC07BC2&lt;BR /&gt;S9030000FC&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 12:48:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1476029#M23537</guid>
      <dc:creator>omara</dc:creator>
      <dc:date>2022-06-17T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08FL16 not working</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1476119#M23538</link>
      <description>&lt;P&gt;Please be aware that codewarrior 6.3 is no longer supported,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend you use CodeWarrior 11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when you install it you will have some samples code on the next folder&lt;/P&gt;
&lt;P&gt;.....Freescale\CW MCU v11.1\MCU\CodeWarrior_Examples\HC_Examples\mc9s08fl16_demo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will help you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1476119#M23538</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2022-06-17T16:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08FL16 not working</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1481374#M23541</link>
      <description>&lt;P&gt;I have downloaded the codewarrior v11.1, but the result is sane as version 6.3, can I&lt;EM&gt;&amp;nbsp;have aworkimn&amp;nbsp; sample code in C or asm&amp;nbsp; &amp;nbsp;with hex&amp;nbsp; file for mc9s08fl16 for me to usw as reference for debugging hy own written code&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 20:20:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1481374#M23541</guid>
      <dc:creator>omara</dc:creator>
      <dc:date>2022-06-28T20:20:45Z</dc:date>
    </item>
    <item>
      <title>回复： MC9S08FL16 not working</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1483120#M23542</link>
      <description>&lt;P&gt;MK64FN1M0VLQ12&amp;nbsp;有芯片余料吗&amp;nbsp; 高价回收 加我V IC888505&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 02:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08FL16-not-working/m-p/1483120#M23542</guid>
      <dc:creator>回收IC芯片</dc:creator>
      <dc:date>2022-07-01T02:35:40Z</dc:date>
    </item>
  </channel>
</rss>

