<?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>Kinetis MicrocontrollersのトピックRe: uart on kwikstik</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uart-on-kwikstik/m-p/168655#M1107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not used the example you are referring to. So, I cannot speak from experience. I noticed that you are using "byte" and "word". Neither of these are standard "C" types. Somewhere they must get defined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jun 2012 22:00:17 GMT</pubDate>
    <dc:creator>kfranz</dc:creator>
    <dc:date>2012-06-03T22:00:17Z</dc:date>
    <item>
      <title>uart on kwikstik</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uart-on-kwikstik/m-p/168654#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask how to use the UART on the development kit kwikstik I tried to copy the code from the help, but the compiler says: "illegal implicit conversion from 'unsigned char' to 'void *'&lt;/P&gt;&lt;P&gt;how to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;struct {  byte Header;  byte Command;  word Data;  byte Checksum;} message;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  void AS1_OnFullRxBuf(void)  {    word Received;    byte err;    err = AS1_RecvBlock((byte*)&amp;amp;message, sizeof(message), &amp;amp;Received);     }&lt;/PRE&gt;&lt;PRE&gt;byte err;word Sent;void main(void){   message.Header = 0x55;  message.Command = 0x01;  message.Data = 0x0A0B;  message.Checksum = message.Header + message.Command + (message.Data &amp;amp; 0x00ff) + (message.Data &amp;gt;&amp;gt; 8);  err = AS1_SendBlock((byte*)&amp;amp;message, sizeof(message), &amp;amp;Sent); }&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uart-on-kwikstik/m-p/168654#M1106</guid>
      <dc:creator>kysel</dc:creator>
      <dc:date>2020-10-29T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: uart on kwikstik</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uart-on-kwikstik/m-p/168655#M1107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not used the example you are referring to. So, I cannot speak from experience. I noticed that you are using "byte" and "word". Neither of these are standard "C" types. Somewhere they must get defined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 22:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uart-on-kwikstik/m-p/168655#M1107</guid>
      <dc:creator>kfranz</dc:creator>
      <dc:date>2012-06-03T22:00:17Z</dc:date>
    </item>
  </channel>
</rss>

