<?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: Support on MC13213 Single chip (HC08) in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136564#M4397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;And what eva-board are you using? PC0 and PC1 are in SCI function and are connecting to FT232 (USB-UART convertor) - it´s situation on EVB board. And if you want to use UART communication, so look at the functions in SCI.c (it´s part of every example project). On SARD board these pin are unused (unconnect).&lt;BR /&gt;Another way: are You sure that assignments in #define block are right?&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 20:16:35 GMT</pubDate>
    <dc:creator>Iggy</dc:creator>
    <dc:date>2006-12-13T20:16:35Z</dc:date>
    <item>
      <title>Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136560#M4393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im Allen Rubis I would like to know how to program and simulate the firmware created in the Code warrior (SE). Also, is their any available tutorials or getting started manual. because im having diffculty on the software itself. I think its very complicated. im using the eval board SARD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mt current project must measure the transmit power, receive sensitivity and range test including receive current and sleep current.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to measure the parameters the said parameter. Do you have firmware program for this test and also or on how to program and simulate the said testing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Allen Rubis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136560#M4393</guid>
      <dc:creator>allenrubis</dc:creator>
      <dc:date>2006-11-14T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136561#M4394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Allen, see this link ZigBee(MC13192 + MC9S08GT60): &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=3414" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=3414&lt;/A&gt; and, as this thread says, download all application notes that are avaible (especially about S(imple)MAC Primitive Functions - for example MLMEEnergyDetect) and BeeKit (http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT) with application samples nad templates. But measuring of current can be problem... I hope that it can help You a little bit, regards Iggy&lt;P&gt;Message Edited by Iggy on &lt;SPAN class="date_text"&gt;2006-11-23&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:39 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 17:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136561#M4394</guid>
      <dc:creator>Iggy</dc:creator>
      <dc:date>2006-11-23T17:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136562#M4395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;thank you very much.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 22:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136562#M4395</guid>
      <dc:creator>allenrubis</dc:creator>
      <dc:date>2006-11-24T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136563#M4396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Do you have start guide for MC13213- MC9S08GT60? I have simple program that must enable port C (PTC0) of the mc13213 but It can't enable it as i try to dump the firmware there is the code:&lt;BR /&gt;#include /* for EnableInterrupts macro */&lt;BR /&gt;#include "derivative.h" /* include peripheral declarations */&lt;BR /&gt;#include "MC9S08GT60.h"&lt;BR /&gt;#include "MC13192_hw_config.h"&lt;BR /&gt;#include "mcu_hw_config.h"&lt;BR /&gt;#include "port_config_MC1321x.h"&lt;BR /&gt;&lt;BR /&gt;//#define MC13192_RESET_PULLUP PTDPE_PTDPE3&lt;BR /&gt;//#define MC13192_CE PTED_PTED2&lt;BR /&gt;&lt;BR /&gt;#define PTCD_PTCD0 _PTCD.Bits.PTCD0&lt;BR /&gt;#define PTCD_PTCD0_MASK 1&lt;BR /&gt;#define PTCD_PTCD0_BITNUM 0&lt;BR /&gt;#define PC0 PTCD_PTCD0&lt;BR /&gt;#define PTCDD_PTCDD0 _PTCDD.Bits.PTCDD0&lt;BR /&gt;#define PTCDD_PTCDD0_MASK 1&lt;BR /&gt;#define PTCDD_PTCDD0_BITNUM 0&lt;BR /&gt;#define PC0DIR PTCD_PTCD0&lt;BR /&gt;&lt;BR /&gt;void MCU_init(void); /* Device initialization function declaration */&lt;BR /&gt;&lt;BR /&gt;void main(void) {&lt;BR /&gt;&lt;BR /&gt;MCU_init(); /* call Device Initialization */&lt;BR /&gt;&lt;BR /&gt;SOPT = 0x73; /* Turn off the watchdog. */&lt;BR /&gt;&lt;BR /&gt;TPM1SC = 0x00;&lt;BR /&gt;// MC13192_RESET_PULLUP = 0;&lt;BR /&gt;// MC13192_CE = 1;&lt;BR /&gt;&lt;BR /&gt;MC13192_RESET_PULLUP = 0;&lt;BR /&gt;MC13192_CE = 1;&lt;BR /&gt;MC13192_ATTN = 1;&lt;BR /&gt;MC13192_RTXEN = 0;&lt;BR /&gt;MC13192_RESET = 0; /* Do not initially reset MC13192 */&lt;BR /&gt;MC13192_CE_PORT = 1;&lt;BR /&gt;MC13192_ATTN_PORT = 1;&lt;BR /&gt;MC13192_RTXEN_PORT = 1;&lt;BR /&gt;MC13192_RESET_PORT = 1;&lt;BR /&gt;MC13192_CE = 1;&lt;BR /&gt;MC13192_ATTN = 1;&lt;BR /&gt;MC13192_RTXEN = 0;&lt;BR /&gt;MC13192_RESET = 0;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* include your code here */&lt;BR /&gt;PC0DIR = 1;&lt;BR /&gt;PC0 = 1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for(;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt; {&lt;BR /&gt;/* __RESET_WATCHDOG(); by default, COP is disabled with device init. When enabling, also reset the watchdog. */&lt;BR /&gt;} /* loop forever */&lt;BR /&gt;/* please make sure that you never leave main */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, Allen&lt;P&gt;Message Edited by allenrubis on &lt;SPAN class="date_text"&gt;2006-12-13&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;11:40 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Message Edited by allenrubis on &lt;SPAN class="date_text"&gt;2006-12-13&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;11:41 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 19:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136563#M4396</guid>
      <dc:creator>allenrubis</dc:creator>
      <dc:date>2006-12-13T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136564#M4397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;And what eva-board are you using? PC0 and PC1 are in SCI function and are connecting to FT232 (USB-UART convertor) - it´s situation on EVB board. And if you want to use UART communication, so look at the functions in SCI.c (it´s part of every example project). On SARD board these pin are unused (unconnect).&lt;BR /&gt;Another way: are You sure that assignments in #define block are right?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 20:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136564#M4397</guid>
      <dc:creator>Iggy</dc:creator>
      <dc:date>2006-12-13T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136565#M4398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;My board is MC12313SRB PortC now is okey but PortD have problem I cant compile it.&lt;BR /&gt;&lt;BR /&gt;here is my code&lt;BR /&gt;&lt;BR /&gt;#include /* for EnableInterrupts macro */&lt;BR /&gt;#include "derivative.h" /* include peripheral declarations */&lt;BR /&gt;#include "MC9S08GT60.h"&lt;BR /&gt;&lt;BR /&gt;#define PC0 PTCD_PTCD0&lt;BR /&gt;#define PC1 PTCD_PTCD1&lt;BR /&gt;#define PC2 PTCD_PTCD2&lt;BR /&gt;#define PC3 PTCD_PTCD3&lt;BR /&gt;#define PC4 PTCD_PTCD4&lt;BR /&gt;#define PC5 PTCD_PTCD5&lt;BR /&gt;#define PC6 PTCD_PTCD6&lt;BR /&gt;#define PC7 PTCD_PTCD7&lt;BR /&gt;#define PE0 PTED_PTED0&lt;BR /&gt;#define PE1 PTED_PTED1&lt;BR /&gt;#define ON 1&lt;BR /&gt;#define OFF 0&lt;BR /&gt;#define UP 1&lt;BR /&gt;#define DOWN 0&lt;BR /&gt;&lt;BR /&gt;#define PD5 PTDD_PTDD5&lt;BR /&gt;#define PD6 PTDD_PTDD6&lt;BR /&gt;#define PD7 PTDD_PTDD7&lt;BR /&gt;#define PB0 PTBD_PTBD0&lt;BR /&gt;#define PB1 PTBD_PTBD1&lt;BR /&gt;#define PB2 PTBD_PTBD2&lt;BR /&gt;#define PB3 PTBD_PTBD3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;void MCU_init(void); /* Device initialization function declaration */&lt;BR /&gt;&lt;BR /&gt;void main(void) {&lt;BR /&gt;&lt;BR /&gt;MCU_init(); /* call Device Initialization */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PTCDD=0xff;&lt;BR /&gt;PC0=OFF;&lt;BR /&gt;PC1=OFF;&lt;BR /&gt;PC2=ON;&lt;BR /&gt;PC3=ON;&lt;BR /&gt;PC4=ON;&lt;BR /&gt;PC5=ON;&lt;BR /&gt;PC6=ON;&lt;BR /&gt;PC7=ON;&lt;BR /&gt;&lt;BR /&gt;PTEDD=0x03;&lt;BR /&gt;PE0=ON;&lt;BR /&gt;PE1=ON;&lt;BR /&gt;&lt;BR /&gt;PTDDD=0xff;&lt;BR /&gt;PD5=OFF;&lt;BR /&gt;PD6=OFF;&lt;BR /&gt;PD7=OFF;&lt;BR /&gt;&lt;BR /&gt;PTBDD=0x0F;&lt;BR /&gt;PB0=ON;&lt;BR /&gt;PB1=ON;&lt;BR /&gt;PB2=ON;&lt;BR /&gt;PB3=ON;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SOPT = 0x73; /* Turn off the watchdog. */&lt;BR /&gt;&lt;BR /&gt;TPM1SC = 0x00;&lt;BR /&gt;&lt;BR /&gt;for(;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt; {&lt;BR /&gt;/* __RESET_WATCHDOG(); by default, COP is disabled with device init. When enabling, also reset the watchdog. */&lt;BR /&gt;} /* loop forever */&lt;BR /&gt;/* please make sure that you never leave main */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error&lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;TTD_PTTD5 not declared&lt;BR /&gt;PTTD_PTTD6 not declared&lt;BR /&gt;PTTD_PTTD7 not declared&lt;BR /&gt;&lt;BR /&gt;I can't use? the portd 5,6,7.&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;How could I test if the timer,pwm, UART and ADC working ? Do you have code that could verify if its working.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allen Rubis&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 17:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136565#M4398</guid>
      <dc:creator>allenrubis</dc:creator>
      <dc:date>2006-12-15T17:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136566#M4399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I see that Mac gave advice to You. Exact explanation is in datasheet of GT60 (of course &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;) on pages 23-26. Only 64-pin package includes pins 5-7 of PORTD.&lt;BR /&gt;See "MC9S08GT60.h" (part deals with PORTD &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;) for explanation of CodeWarrior ERROR.&lt;BR /&gt;Regards,&lt;BR /&gt;Iggy&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 23:22:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136566#M4399</guid>
      <dc:creator>Iggy</dc:creator>
      <dc:date>2006-12-15T23:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136567#M4400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What processor family is MC13213 included because in the scpecification of mc13213 PORTD are included.&lt;BR /&gt;thanks,&lt;BR /&gt;Allen&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 14:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136567#M4400</guid>
      <dc:creator>allenrubis</dc:creator>
      <dc:date>2006-12-27T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Support on MC13213 Single chip (HC08)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136568#M4401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sorry, Allen, I have been out of theme the whole time (because I can´t read &lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;). I was talking about combination of MCS08GT60 + MC1319x. Excuse me, but I don´t have expirience with single chip combination of MCU &amp;amp; ZigBee Transceiver as MC1321x is.&lt;BR /&gt;But if I´m looking for some info - look at &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC13213&amp;amp;nodeId=01J4Fs25657103" target="test_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC13213&amp;amp;nodeId=01J4Fs25657103&lt;/A&gt;&lt;BR /&gt;Microcontroller integrated in MC13213 is MCS08GT family, so there can´t be large differences, I mean..&lt;BR /&gt;Good luck!!!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 16:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Support-on-MC13213-Single-chip-HC08/m-p/136568#M4401</guid>
      <dc:creator>Iggy</dc:creator>
      <dc:date>2007-01-03T16:21:04Z</dc:date>
    </item>
  </channel>
</rss>

