<?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 Analog Signal (ADC) to CAN message HELP in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544508#M12900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tendter on Fri May 08 00:29:14 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm writing my master thesis and i need your help. I use a LPCxpresso Board with LPC11C24 and LPXxpresso Develop platform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to read 2 analog signals on pins PIO0_1 and PIO0_2. Now I want to send these values via CAN controller (c-can) to CAN_H and CAN_L.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand the examples "ADC" and "C_CAN", but I can't combine the codes correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me with a code example? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:47:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:47:17Z</dc:date>
    <item>
      <title>Analog Signal (ADC) to CAN message HELP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544508#M12900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tendter on Fri May 08 00:29:14 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm writing my master thesis and i need your help. I use a LPCxpresso Board with LPC11C24 and LPXxpresso Develop platform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to read 2 analog signals on pins PIO0_1 and PIO0_2. Now I want to send these values via CAN controller (c-can) to CAN_H and CAN_L.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand the examples "ADC" and "C_CAN", but I can't combine the codes correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me with a code example? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544508#M12900</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Analog Signal (ADC) to CAN message HELP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544509#M12901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 1234567890 on Sat May 09 02:10:35 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply replace the payload in C_CAN with your ADC reading?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544509#M12901</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Analog Signal (ADC) to CAN message HELP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544510#M12902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 1234567890 on Sat May 09 04:19:24 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: tendter&lt;/STRONG&gt;&lt;BR /&gt;I use a LPCxpresso Board with LPC11C24 and LPXxpresso Develop platform.&lt;BR /&gt;&lt;BR /&gt;I want to read 2 analog signals on pins PIO0_1 and PIO0_2. Now I want to send these values via CAN controller (c-can) to CAN_H and CAN_L.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your point of entry should be [u]&lt;/SPAN&gt;&lt;STRONG&gt;much&lt;/STRONG&gt;&lt;SPAN&gt;[/u] earlier: Hardware/Pins, CAN itself and it's implementation on the chip and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at table 163 of the UM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Analog-Signal-ADC-to-CAN-message-HELP/m-p/544510#M12902</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:19Z</dc:date>
    </item>
  </channel>
</rss>

