<?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: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148. in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795026#M508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the SBC needs 12V power supply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S32K148 EVB rev.A&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/67285i9ECCD6F275143363/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It seems to be just a wrong label.&lt;/P&gt;&lt;P&gt;You can test it with GPIOs.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PCC-&amp;gt;PCCn[PCC_PORTA_INDEX] |= PCC_PCCn_CGC_MASK; /* Enable clock for PORTA */
PORTA-&amp;gt;PCR[27]|= PORT_PCR_MUX(1); /* Port A27: MUX = ALT1, GPIO */
PORTA-&amp;gt;PCR[29]|= PORT_PCR_MUX(1); /* Port A29: MUX = ALT1, GPIO */
PTA-&amp;gt;PDDR |= (1&amp;lt;&amp;lt;27) | (1&amp;lt;&amp;lt;29); // OUPUT
PTA-&amp;gt;PDOR |= (1&amp;lt;&amp;lt;27); // PTA27 HIGH
PTA-&amp;gt;PDOR &amp;amp;= ~(1&amp;lt;&amp;lt;29); // PTA29 LOW&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can measure HIGH on pin 7, EVB rev.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2020 14:10:11 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2020-11-02T14:10:11Z</dc:date>
    <item>
      <title>S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795023#M505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.&lt;/P&gt;&lt;P&gt;Do I need to modify the hardware?&amp;nbsp; The hardware version is SCH-29644 REV A, 700-29644 REV X1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 02:50:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795023#M505</guid>
      <dc:creator>hewei03</dc:creator>
      <dc:date>2018-08-17T02:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795024#M506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you see the communication on CAN_TX pin of the MCU?&lt;/P&gt;&lt;P&gt;Do you power the board with 12V?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 18:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795024#M506</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-08-21T18:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795025#M507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&amp;nbsp;If I want to use the integrate CAN of SBC UJA1132,I need to use the 12V Power supply? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Now I am using USB power supply. It seems that the SPI (MISO and MOSI line)of S32K148 EVB Rev A version &amp;nbsp;are reversed. Do I need to remove the resistance and cross-connect with external wire?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Owen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 01:29:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795025#M507</guid>
      <dc:creator>hewei03</dc:creator>
      <dc:date>2018-08-22T01:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795026#M508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the SBC needs 12V power supply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S32K148 EVB rev.A&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/67285i9ECCD6F275143363/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It seems to be just a wrong label.&lt;/P&gt;&lt;P&gt;You can test it with GPIOs.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PCC-&amp;gt;PCCn[PCC_PORTA_INDEX] |= PCC_PCCn_CGC_MASK; /* Enable clock for PORTA */
PORTA-&amp;gt;PCR[27]|= PORT_PCR_MUX(1); /* Port A27: MUX = ALT1, GPIO */
PORTA-&amp;gt;PCR[29]|= PORT_PCR_MUX(1); /* Port A29: MUX = ALT1, GPIO */
PTA-&amp;gt;PDDR |= (1&amp;lt;&amp;lt;27) | (1&amp;lt;&amp;lt;29); // OUPUT
PTA-&amp;gt;PDOR |= (1&amp;lt;&amp;lt;27); // PTA27 HIGH
PTA-&amp;gt;PDOR &amp;amp;= ~(1&amp;lt;&amp;lt;29); // PTA29 LOW&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can measure HIGH on pin 7, EVB rev.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:10:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795026#M508</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-11-02T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795027#M509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have you fixed this problem? I met the the same question as you,now I don't know how to solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 11:50:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795027#M509</guid>
      <dc:creator>kongdetao</dc:creator>
      <dc:date>2019-01-23T11:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB can't receive and transfer any message from UJA1132 CAN interface？ I new project from the SDK example . The example is flexcan_encrypted_s32k148.</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795028#M510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. Did you power externaly from 12V the board ?!&lt;/P&gt;&lt;P&gt;2. If you run previously the SBC example please try to reset the sbc by following&amp;nbsp; procedure.&lt;/P&gt;&lt;P&gt;The CAN transceiver should be in Forced Normal Mode operation (default mode).&lt;BR /&gt; To reset the CAN transceiver to default mode connect the SBC transceiver in next configuration with the board S32K148EVB-Q144 power off :&lt;BR /&gt; • pin RSTN from SBC is held LOW &lt;BR /&gt; • CANH(J11.1) is pulled up to VBAT(J11.3) &lt;BR /&gt; • CANL(J11.2) is pulled down to GND(J11.4) &lt;BR /&gt; Power on the board with external supply 12V (J9)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 09:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K148-EVB-can-t-receive-and-transfer-any-message-from-UJA1132/m-p/795028#M510</guid>
      <dc:creator>alexandrunan</dc:creator>
      <dc:date>2019-01-25T09:51:10Z</dc:date>
    </item>
  </channel>
</rss>

