<?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: CAN MKE06 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434310#M25243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will study the example of KE06.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 10:28:48 GMT</pubDate>
    <dc:creator>eliezeroc</dc:creator>
    <dc:date>2015-11-25T10:28:48Z</dc:date>
    <item>
      <title>CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434308#M25241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;Hello people.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;How do I start CAN module and how do I send and receive mensgens.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;The project already uses MKE06.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;Can be at Processor Expert.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;Already read all the documentation but it's very complex.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;Thank you.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:58:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434308#M25241</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-11-23T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434309#M25242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliezer Oliveira Cardoso,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Actually the MSCAN in KE06 is not complex, you can refer to our KE06 sample code and the KE06 reference manual, it is not complicated to understand.&lt;BR /&gt;The attachment is the MSCAN sample code for FRDM KE06, you can refer to it. This sample code is the none PE project.&lt;BR /&gt;Please refer to it at first, if you have some points don't understand, you can tell me!&lt;BR /&gt;If you want the PE project, I also attached the CW PE MSCAN project for KE06, the name is:KE06_CAN.zip&lt;/P&gt;&lt;P&gt;Wish it help you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 06:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434309#M25242</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-11-25T06:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434310#M25243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will study the example of KE06.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 10:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434310#M25243</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-11-25T10:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434311#M25244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Jingjing.&lt;/P&gt;&lt;P&gt;First thanks for your help.&lt;/P&gt;&lt;P&gt;I made changes to my hardware and I'm having sign in CAN_TX and CAN_RX. I could not change the BAUD_RATE actually I did not understand how fuciona this calculation.&lt;/P&gt;&lt;P&gt;I need to work at the speed of 150 kbit / s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; BAUD_RATE_SJW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SJW_3TQ&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; BAUD_RATE_BRP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; BAUD_RATE_SAMP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; BAUD_RATE_TSEG1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TSEG_10&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; &lt;SPAN style="background: silver;"&gt;BAUD_RATE_TSEG2&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TSEG_7&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; BAUD_RATE_CLOCK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8000000L &lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: #7f0055;"&gt;#define&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt; Baud_RATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAUD_RATE_CLOCK/(BAUD_RATE_BRP+1)/\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (BAUD_RATE_SJW+1)/(3+BAUD_RATE_TSEG1+\&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAUD_RATE_TSEG2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 11:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434311#M25244</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-11-25T11:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434312#M25245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliezer Oliveira Cardoso,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually, in the reference manual,&amp;nbsp; there have the calculation formula, if you want to get 150Kbit/s, and use 8Mhz as the clock source, you should follow this formula:&lt;/P&gt;&lt;P&gt;Bit time= (1+ Time Segment1 + Time Segment2)(1+BRP)/8Mhz&lt;/P&gt;&lt;P&gt;Take care:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;lt;= (1+ Time Segment1 + Time Segment2)&amp;lt;=25&lt;/P&gt;&lt;P&gt;So, you can configure it like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="45.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52326iC1CDDA97CC863F4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="45.jpg" alt="45.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BPR=2&lt;/P&gt;&lt;P&gt;TSEG1= 9&lt;/P&gt;&lt;P&gt;TSEG2=8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 05:43:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434312#M25245</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-11-26T05:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434313#M25246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Jingjing.&lt;/P&gt;&lt;P&gt;I will use your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 10:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434313#M25246</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-11-26T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434314#M25247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliezer Oliveira Cardoso,&lt;/P&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;If your question is solved, could you click the Correct Answer button? Thank you!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 09:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434314#M25247</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-11-27T09:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434315#M25248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jingjing.&lt;/P&gt;&lt;P&gt;Sorry to bother you again, it is the first time working with CAN communication.&lt;/P&gt;&lt;P&gt;I'm having trouble understanding the way the code was written.&lt;/P&gt;&lt;P&gt;To which register I should spend the calculation value of BAUD_RATE?&lt;/P&gt;&lt;P&gt;At startup of CAN have the following code:&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.SJW = BAUD_RATE_SJW;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.BRP = BAUD_RATE_BRP;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.SAMP = BAUD_RATE_SAMP;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.TSEG1 = BAUD_RATE_TSEG1;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.TSEG2 = BAUD_RATE_TSEG2;&lt;/P&gt;&lt;P&gt;To send a messages exist, simply call the CAN_SendItemToBuffer function (mscan, &amp;amp; sCANTxItemInfo, &amp;amp; sCAN_TxBuff); ?&lt;/P&gt;&lt;P&gt;My message I carry for &amp;amp; sCANTxItemInfo?&lt;/P&gt;&lt;P&gt;Thank you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 11:47:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434315#M25248</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-11-27T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434316#M25249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliezer Oliveira Cardoso,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually, the baud rate relate register is MSCAN_CANBTR0 and MSCAN_CANBTR1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; These codes:&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.SJW = BAUD_RATE_SJW;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.BRP = BAUD_RATE_BRP;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.SAMP = BAUD_RATE_SAMP;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.TSEG1 = BAUD_RATE_TSEG1;&lt;/P&gt;&lt;P&gt;sMSCANConfig.sBaudRateSetting.TSEG2 = BAUD_RATE_TSEG2;&lt;/P&gt;&lt;P&gt;is just configure register MSCAN_CANBTR0 and MSCAN_CANBTR1.&lt;/P&gt;&lt;P&gt;CAN_SendItemToBuffer function will send your CAN data, if you test the code on your KE06, you will find it.&lt;/P&gt;&lt;P&gt;The sample code is based on FRDM-KE06, you can test it and combine the KE06 reference manual to understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 02:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434316#M25249</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-11-30T02:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434317#M25250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hello Jingjing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I managed to set the baud rate, the cam is sending data.&lt;/P&gt;&lt;P&gt;I would like to help me find where I set the device ID and in which I write variable values from my sensor to send by CAN.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:56:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434317#M25250</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-12-03T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MKE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434318#M25251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;each start time and change the value displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="img_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53074i8850E063CF3BB724/image-size/large?v=v2&amp;amp;px=999" role="button" title="img_1.png" alt="img_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="img_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53100i58572D6C4D790310/image-size/large?v=v2&amp;amp;px=999" role="button" title="img_2.png" alt="img_2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="img_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53146iAAA51D954F0BF97A/image-size/large?v=v2&amp;amp;px=999" role="button" title="img_3.png" alt="img_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:38:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-MKE06/m-p/434318#M25251</guid>
      <dc:creator>eliezeroc</dc:creator>
      <dc:date>2015-12-03T18:38:08Z</dc:date>
    </item>
  </channel>
</rss>

