<?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: HELP ABOUT CAN LPC1549  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775645#M31200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry..&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; change my drivers I use now the TJA1050T, but i have not emission again .&lt;/P&gt;&lt;P&gt;Can you send me&amp;nbsp;&amp;nbsp; your can initialisation&amp;nbsp; , Please. I think&amp;nbsp;&amp;nbsp;the problème is in the can initialisation&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 13:04:10 GMT</pubDate>
    <dc:creator>olivierpohu</dc:creator>
    <dc:date>2018-01-26T13:04:10Z</dc:date>
    <item>
      <title>HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775638#M31193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , i work with LPC1549. The Usb bus fonction correctly , but not the Can Bus .&lt;/P&gt;&lt;P&gt;When i send&amp;nbsp; a Can transmission to the computer&amp;nbsp; I Watch the TxCan signal with a scoop&lt;/P&gt;&lt;P&gt;but there are no signal and the computer say me " TX empty". When i want send a message from computer to the board&lt;/P&gt;&lt;P&gt;I see the signal with a scoop but the mail box is empty too. I think i have a problem of Can initialisation...&lt;/P&gt;&lt;P&gt;See&amp;nbsp; my schematic and program initialisation Can you help me please....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN3.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4228i8F446DFEB8BA34CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN3.jpg" alt="CAN3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See My Initialisation Programm&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4229i2F15B9AA70E90C7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN4.jpg" alt="CAN4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 10:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775638#M31193</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2017-12-08T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775639#M31194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier POHU,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1. Hardware&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What is your scoop, is that also a CAN TOOL(CAN analyzer)which can get the CAN data and send the CAN data with PC software?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you mean your CAN analyzer can receive the CAN data from your own board?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You must make sure your U20 circuit works at first.&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. Software&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I suggest you try the official lpcopen code for LPC1549 at first, you can download it from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc15xx:LPCOPEN-SOFTWARE-FOR-LPC15XX" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc15xx:LPCOPEN-SOFTWARE-FOR-LPC15XX"&gt;LPCOpen Software for LPC15XX|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can try this project: lpcopen_2_20_lpcxpresso_nxp_lpcxpresso_1549\periph_ccan_rom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This code can send CAN data, and receive all 11-bit messages 0x400-0x4FF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please try this can code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have question after the test, please tell me the updated information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 11 Dec 2017 05:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775639#M31194</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-12-11T05:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775640#M31195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry , Thanks very much&amp;nbsp; for your help .You can see my test environnement on the drawwing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN3.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4630iCE8575BE9E1C2FC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN3.bmp" alt="CAN3.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Yes i have already use LpcOpen , but that do the same think....&lt;/P&gt;&lt;P&gt;Have you the formule for calculate baud rate&amp;nbsp; and % Point&amp;nbsp; evironnemnent&amp;nbsp; on LPC1549 ?&lt;/P&gt;&lt;P&gt;I send my Trame with 500K 87% and the Lpc1549 is programmed à 500K 87,5 % ( 0x502) ?&lt;/P&gt;&lt;P&gt;But i have no information for baud rate calculation .. Perhaps it is that ?&lt;/P&gt;&lt;P&gt;Thank for your help Kerry..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 10:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775640#M31195</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2017-12-11T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775641#M31196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier POHU,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; From your new picture, it seems, your LPC1549 can't sent the CAN data out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I think maybe the code or LPC1549 hardware still have problem, you can use the same external crystal with the LPCXpresso LPC1549 board, then use the lpcopen code to test it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Or, if you have the LPCXpresso 1549 board on your side, you can test this board with the lpcopen code directly, just make sure your external test platform have no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I suggest you use the debug to debug your code, check the code, whether it execute the CAN code, or it stop in some area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check it again, any updated information, please kindly let me know!&lt;/P&gt;&lt;P&gt;If you still have question after the test, please tell me the updated information.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 12 Dec 2017 09:05:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775641#M31196</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-12-12T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775642#M31197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kerry.&lt;/P&gt;&lt;P&gt;I have take an other lpc1549 board . iuse lpcopen CANrom&lt;/P&gt;&lt;P&gt;My environnement is now :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN5.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17216i54788DD2AAC3C1F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN5.jpg" alt="CAN5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have alway&amp;nbsp; not signal to my output&amp;nbsp; . My LPC is LPC1549 _48 with pio13 and pio18 like CANRX and CANTX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;My code is very sample&amp;nbsp; and the up don' t stop. here...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18515i97B820316C20332F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN4.jpg" alt="CAN4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1°) Have you an Idée of my problem&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;2°) Have you a documention for the calculation of baud rate ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 17:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775642#M31197</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2017-12-13T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775643#M31198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;1. code&lt;/P&gt;&lt;P&gt;&amp;nbsp; I test it like you in the lpcxpress1549 board with lpcopen, CAN_TX didn't add the external CAN transceiver, I also didn't get the data in the oscilloscope, I will do the deep research, then reply you later, please wait patiently.&lt;/P&gt;&lt;P&gt;2. Have you a documention for the calculation of baud rate ?&lt;/P&gt;&lt;P&gt;Please check the following information&lt;/P&gt;&lt;P&gt;/* btr values can be obtained from &lt;A href="www.bittiming.can-wiki.info&amp;nbsp;" target="test_blank"&gt;www.bittiming.can-wiki.info&amp;nbsp;&lt;/A&gt; (use Bosch C_CAN / D_CAN) */&lt;BR /&gt;&lt;A href="http://www.oertel-halle.de/files/cia99paper.pdf"&gt;http://www.oertel-halle.de/files/cia99paper.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 09:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775643#M31198</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-12-14T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775644#M31199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier POHU,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please accept my apologies for the late reply, because recently, I am a little overloaded, now, I reply you in details after the test.&lt;/P&gt;&lt;P&gt;1. LPCXpress 1549 CAN_TX have no signal after run the periph_ccan_rom&lt;/P&gt;&lt;P&gt;&amp;nbsp; This problem is caused by no CAN transceiver in the hardware, the CAN_TX pin need to associate with the CAN transceiver, then we can get the CAN transmit data.&lt;/P&gt;&lt;P&gt;2. My test result details.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Board&lt;/STRONG&gt;: LPCXpress LPC1549&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;: lpcopen_2_20_lpcxpresso_nxp_lpcxpresso_1549\periph_ccan_rom&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CAN transceiver:&lt;/STRONG&gt; I connect a external CAN transceiver, the circuit is like follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34088i2FF7B5DD17C4C7B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I connect the LPCXpresso LPC1549 CAN_TX to C_TXD, CAN_RX to C_RXD. CANH and CANL connect to my CAN analyzer(PEAK CAN).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test tool: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAN analyzer: PEAK CAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oscilloscope, test the CAN_TX, CAN_H and CAN_L wave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wave:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) CAN_TX, CAN_H, CAN_L oscilloscope wave&lt;/P&gt;&lt;P&gt;Channel 1: CAN_TX ; Channel 2: CAN_H; Channel 3: CAN_L&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33915iDEFBAF767E0A21F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Zoom in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33995iCBAFBE96F4BCB88B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find the bit rate is 500Kps, just as the code defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) CAN analyzer data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34048i4A5FBC07AFB5B57E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After the board reset, you can find the CAN analyzer can receive the standard ID 0x345, data is 0x54 0x45, 0x53, 0x54, just as the transmit code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Send a simple one time CAN message */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.msgobj&amp;nbsp; = 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.mode_id = 0x345;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.mask&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.dlc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 4 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.data[0] = 'T';&amp;nbsp;&amp;nbsp; &amp;nbsp;/* 0x54 */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.data[1] = 'E';&amp;nbsp;&amp;nbsp; &amp;nbsp;/* 0x45 */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.data[2] = 'S';&amp;nbsp;&amp;nbsp; &amp;nbsp;/* 0x53 */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.data[3] = 'T';&amp;nbsp;&amp;nbsp; &amp;nbsp;/* 0x54 */&lt;/P&gt;&lt;P&gt;Then, use the CAN analyzer send the CAN data, standard ID: 0X400, data is 0X00, 0X01,0X02,0X03,0X04,0X05,0X06,0X07.From the code:&lt;/P&gt;&lt;P&gt;static void CAN_rx(uint8_t msgNumber)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* Determine which CAN message has been received */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.msgobj = msgNumber;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* Now load up the msg_obj structure with the CAN message */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LPC_CAND_API-&amp;gt;hwCAN_MsgReceive(pCanHandle, &amp;amp;msg_obj);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (msgNumber == 1) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* Simply transmit CAN frame (echo) with with ID +0x100 via buffer 2 */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.msgobj = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;msg_obj.mode_id += 0x100;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;LPC_CAND_API-&amp;gt;hwCAN_MsgTransmit(pCanHandle, &amp;amp;msg_obj);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;We can find after the LPC1549 receive the CAN data, it will add 0x100 to the received ID, then send the data back the CAN bus.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34089iCD60755DAF3D0ED0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Look the above pictures, you can find the CAN analyzer received the 0X500 standard ID, it is 0X400+0X100, it is correct.&lt;/P&gt;&lt;P&gt;All the above data and waves meas the lpcopen can code works, both the send and receive.&lt;/P&gt;&lt;P&gt;So, I think you problem may be caused by your CAN transceiver hardware, if the CAN transceiver hardware have problem, you won't get the correct data or test the correct wave.&lt;/P&gt;&lt;P&gt;You can refer to may CAN transceiver circuit to try it.&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 about it, please let me know!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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>Fri, 22 Dec 2017 08:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775644#M31199</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-12-22T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775645#M31200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry..&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; change my drivers I use now the TJA1050T, but i have not emission again .&lt;/P&gt;&lt;P&gt;Can you send me&amp;nbsp;&amp;nbsp; your can initialisation&amp;nbsp; , Please. I think&amp;nbsp;&amp;nbsp;the problème is in the can initialisation&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 13:04:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775645#M31200</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2018-01-26T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775646#M31201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please check Floor 2, I already tell you that I am using the official code, the lpcopen code, you can download the lpcopen code and check 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;Kerry&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, 29 Jan 2018 06:43:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775646#M31201</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-01-29T06:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775647#M31202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;But i already use the lpcopen code of My Mcuxpresso 10.0.034...&lt;/P&gt;&lt;P&gt;I have already see&amp;nbsp;on the forum&amp;nbsp;that there are some&amp;nbsp; Problèmes of transmission &amp;nbsp;with LPC1549JBD48 and CAN...&lt;/P&gt;&lt;P&gt;The code is the code of C_CANROM of lpc 1549. I have juste changing the&amp;nbsp;Number&amp;nbsp;&amp;nbsp;of&amp;nbsp; the CAN PIN&lt;/P&gt;&lt;P&gt;( PIO13 for RDCan and PIO18 for TDCan).... You can see...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ProgLPC.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34681i41B630C3A71A326E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProgLPC.jpg" alt="ProgLPC.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;About the hard i have made the same think that you....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEMFIABA1.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34758i94C27FFE989E3CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEMFIABA1.bmp" alt="TEMFIABA1.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I use the Muxtrace of exotest and the reponse is NO ACK... when i want send the data to the lpc&lt;/P&gt;&lt;P&gt;and when i want send from lpc to muxtrace... no transmission... I think there are somethink to do&lt;/P&gt;&lt;P&gt;in the initialisation Lpc.. Like if the can module is not powered... I don' t Known....&lt;/P&gt;&lt;P&gt;Can you send me your initialisation can Programme.. Please...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775647#M31202</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2018-02-01T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775648#M31203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&amp;nbsp; ALL function good Now.... In fact when you use lpcopen&amp;nbsp; in the function board.C&amp;nbsp; the pin pio13 and PIO18 are already affected to UART&amp;nbsp; and not to CAN ... We must modify these affectation&amp;nbsp; in board .c&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lpc1549 CAN Function Good&amp;nbsp; Now....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you very much for your help Kerry....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775648#M31203</guid>
      <dc:creator>olivierpohu</dc:creator>
      <dc:date>2018-02-02T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ABOUT CAN LPC1549</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775649#M31204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you for your updated information, and that's very good to hear your problem is solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Actually, the lpcopen code is connected to the PIO0_11 and PIO0_31, so if you want to use PIO0_13 and PIO0_18, you need to modify the code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41362i467240FBED711A72/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 05 Feb 2018 01:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HELP-ABOUT-CAN-LPC1549/m-p/775649#M31204</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-02-05T01:48:38Z</dc:date>
    </item>
  </channel>
</rss>

