<?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: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206088#M17340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Or that.&lt;BR /&gt;But I was thinking that you might&amp;nbsp; want to use the standard bit names from the h file, so you don't even care what the bit number is.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 22:20:55 GMT</pubDate>
    <dc:creator>JimDon</dc:creator>
    <dc:date>2008-03-25T22:20:55Z</dc:date>
    <item>
      <title>How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206084#M17336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello everyone,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am new one in the world of micro-controllers. I try to acquire some experience with the demo board DEMO9RS08KA2.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My first target is to fade a led using C language. I wrote a C function and I want to pass by argument the Ports that&amp;nbsp;is connected to the led.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So the code is:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#define LED2 PTAD_PTAD5&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;void GlowLed(char *led)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; .... *led = (cmpt&amp;lt;inc) ? ON&lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif"&gt;&lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;&lt;/A&gt;FF;&lt;/DIV&gt;&lt;DIV&gt;....&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;void main () {&lt;/DIV&gt;&lt;DIV&gt;....&lt;/DIV&gt;&lt;DIV&gt;....&lt;/DIV&gt;&lt;DIV&gt;...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;GlowLed(&amp;amp;LED2)&lt;/DIV&gt;&lt;DIV&gt;....&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;when I compile the C code, the following masque is sent by the compiler&lt;/DIV&gt;&lt;DIV&gt;"Cannot take the addressee of this object "&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;SO !!??&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My modesty impeach me&amp;nbsp;to accept that I make a mistake or I miss something&lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif"&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do you have the solutions or document that could help me&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance for your help&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Serge&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 15:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206084#M17336</guid>
      <dc:creator>SLC</dc:creator>
      <dc:date>2008-03-25T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206085#M17337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;The thing is that you cannot take the address of a bitfield (you cannot express that an object starts at bit x of byte y). If you want to pass the port's address by address, you will have to cast it to a pointer to char, but then you will have to do the bit arithmetic yourself. But is it really necessary to have a generic function here ? After all, you only have port A on RS08, so you will not be able to apply this function to any other port.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 16:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206085#M17337</guid>
      <dc:creator>Navidad</dc:creator>
      <dc:date>2008-03-25T16:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206086#M17338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I understand you want to do things in an encapsulated manner, and not just hard code so it will&amp;nbsp; be easier to port your code later.&lt;BR /&gt;&lt;BR /&gt;Here is one way that will work:&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;BR /&gt;#define LED_PORT &amp;nbsp; &amp;nbsp; (byte*) PTAD&lt;BR /&gt;#define LED_BIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; PTAD_PTAD5_MASK&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;PRE&gt; void SetLED(byte* port, byte bit)  {     *port |= bit;     // set the bit
     *port &amp;amp;= ~bit;    // Clear the bit
     *port ^= bit;     // Toggle the bit
 }....  SetLED(LED_PORT,LED_BIT);&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 21:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206086#M17338</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-25T21:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206087#M17339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Assuming the OP wishes to use a bit number, per the original definition of LED2, the expressions used would first need to convert the bit number to a mask value, and then do the bit manipulation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;*port |= (1&amp;lt;&amp;lt;bit);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // set the bit&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;*port &amp;amp;= ~(1&amp;lt;&amp;lt;bit);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Clear the bit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;*port ^= (1&amp;lt;&amp;lt;bit);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Toggle the bit&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;FONT face="Arial"&gt;A&lt;/FONT&gt; set_bit() &lt;FONT face="Arial"&gt;function, that would incorporate the first expression, could then be called in the following manner -&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;#define LED_PORT PTAD&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;#define LED2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PTAD_PTAD5&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;set_bit( &amp;amp;LED_PORT, LED2)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 22:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206087#M17339</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2008-03-25T22:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206088#M17340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Or that.&lt;BR /&gt;But I was thinking that you might&amp;nbsp; want to use the standard bit names from the h file, so you don't even care what the bit number is.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 22:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206088#M17340</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-25T22:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206089#M17341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Serge,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;On second thoughts, the resources of the KA2 device are so limited, that if you wish to program in C, the coding will need to be very direct.&amp;nbsp; "Encapsulation" is probably something you cannot afford in this case, because of the extra resources it will consume.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It is&amp;nbsp;debatable whether this device should even be coded&amp;nbsp;using C.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;#define LED2 PTAD_PTAD5&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;void main () {&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;....&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;....&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;...&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; if (cmpt &amp;lt; inc)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LED2 = ON;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; else&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LED2 = OFF;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;....&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;}&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This is likely to produce minimal code size, with minimum RAM usage.&amp;nbsp; Since the KA2 has no stack, and is limited to one nesting level for sub-routines, additional overheads&amp;nbsp;will be&amp;nbsp;required to allocate local&amp;nbsp;variables, and for additional levels of nested C functions.&amp;nbsp; For sufficiently compact code, you will need to minimize the use of variables, and the nesting of functions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Mac&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 07:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206089#M17341</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2008-03-26T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206090#M17342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Well, it was a "C question, but you do have a point.&lt;BR /&gt;The KA2 is VERY minimal, and you may wish to use asm if you are going to do much with it.&lt;BR /&gt;In fact, if you go the KA &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RS08KA&amp;amp;nodeId=016246844994879931&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab" rel="nofollow" target="_blank"&gt;Documentation&lt;/A&gt; tab, there are some pretty neat asm examples.&lt;BR /&gt;&lt;BR /&gt;I think all the KS examples are asm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 09:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206090#M17342</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-26T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206091#M17343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Navidad, JimDon and BigMac,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your answers.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am agree with the last remark. It will be better to write the code in asm in the case of MC9RS08KA2. But as JimDon said I want to port later this code on another Microcontroller which I don't know at this moment. The Microcontroller will be defined in the next weeks. This microcontroller must be have an USB interface. So I expect to be not limited with this.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I still trying your suggestions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Serge&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 14:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206091#M17343</guid>
      <dc:creator>SLC</dc:creator>
      <dc:date>2008-03-26T14:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access a port trough a C function using DEMO9RS08KA2 platform</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206092#M17344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;If you haven't already, I suugest looking at the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S08JM&amp;amp;nodeId=01624684491437" rel="nofollow" target="_blank"&gt;JM family.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The demo board is available from &lt;A href="http://www.mouser.com/Search/Refine.aspx?Ntt=*demojm*&amp;amp;N=1323038&amp;amp;Ntx=mode%2bmatchall&amp;amp;Ns=P_SField&amp;amp;OriginalKeyword=demojm&amp;amp;Ntk=Mouser_Wildcards" rel="nofollow" target="_blank"&gt;mouser&lt;/A&gt; for 46.00.&lt;BR /&gt;&lt;BR /&gt;It comes with sample code for many USB devices.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 19:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-access-a-port-trough-a-C-function-using-DEMO9RS08KA2/m-p/206092#M17344</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-26T19:44:09Z</dc:date>
    </item>
  </channel>
</rss>

