<?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>S32KのトピックRe: S32K VLPR Flexcan PE Clock Switch</title>
    <link>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1205075#M9418</link>
    <description>&lt;P&gt;Yes.&lt;BR /&gt;You can refer the answer in: &lt;A href="https://community.nxp.com/t5/S32K/VLPR-FlexCAN/m-p/1008582" target="_self"&gt;VLPR, FlexCAN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 01:13:52 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2020-12-30T01:13:52Z</dc:date>
    <item>
      <title>S32K VLPR Flexcan PE Clock Switch</title>
      <link>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1204859#M9412</link>
      <description>&lt;P&gt;Supporter Hello. I use an external crystal oscillator. When I need to enter VLPR mode, do I need to switch the external crystal oscillator to the internal system clock?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 08:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1204859#M9412</guid>
      <dc:creator>1069466534</dc:creator>
      <dc:date>2020-12-29T08:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K VLPR Flexcan PE Clock Switch</title>
      <link>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1205075#M9418</link>
      <description>&lt;P&gt;Yes.&lt;BR /&gt;You can refer the answer in: &lt;A href="https://community.nxp.com/t5/S32K/VLPR-FlexCAN/m-p/1008582" target="_self"&gt;VLPR, FlexCAN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 01:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1205075#M9418</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-12-30T01:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32K VLPR Flexcan PE Clock Switch</title>
      <link>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1205085#M9419</link>
      <description>&lt;P&gt;Hi,&lt;SPAN class=""&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959" target="_self"&gt;Robin_Shen&lt;/A&gt;，I USE SDK to Change&amp;nbsp; Flexcan PE Clock,My Flexcan clock uses an external crystal oscillator. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;When I enter VLPR mode, I need to switch the PE clock to the system clock. Which interface function should I call?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I&amp;nbsp;Re-initialize, switch the PE clock to the peripheral clock, and set the baud rate to 250K。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Below is my code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;const flexcan_user_config_t canCom1_InitConfig1 = {&lt;BR /&gt;.fd_enable = false,&lt;BR /&gt;.pe_clock = FLEXCAN_CLK_SOURCE_PERIPH,&lt;BR /&gt;.max_num_mb = 16,&lt;BR /&gt;.num_id_filters = FLEXCAN_RX_FIFO_ID_FILTERS_8,&lt;BR /&gt;.is_rx_fifo_needed = true,&lt;BR /&gt;.flexcanMode = FLEXCAN_NORMAL_MODE,&lt;BR /&gt;.payload = FLEXCAN_PAYLOAD_SIZE_8,&lt;BR /&gt;.bitrate = {&lt;BR /&gt;.propSeg = 2,&lt;BR /&gt;.phaseSeg1 = 1,&lt;BR /&gt;.phaseSeg2 = 1,&lt;BR /&gt;.preDivider = 1,&lt;BR /&gt;.rJumpwidth = 1&lt;/P&gt;&lt;P&gt;},&lt;BR /&gt;.bitrate_cbt = {&lt;BR /&gt;.propSeg = 2,&lt;BR /&gt;.phaseSeg1 = 1,&lt;BR /&gt;.phaseSeg2 = 1,&lt;BR /&gt;.preDivider = 1,&lt;BR /&gt;.rJumpwidth = 1&lt;/P&gt;&lt;P&gt;},&lt;BR /&gt;.transfer_type = FLEXCAN_RXFIFO_USING_INTERRUPTS,&lt;BR /&gt;.rxFifoDMAChannel = 0U&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;void DriverCANIfLowpower_Init(void)&lt;BR /&gt;{&lt;BR /&gt;uint8_t i = 0;&lt;/P&gt;&lt;P&gt;for(i = 0U; i &amp;lt; RX_FIFO_FILTERS_NUMBER; i++)&lt;BR /&gt;{&lt;BR /&gt;Can_fifo_filter_table[i].isRemoteFrame = FALSE;&lt;BR /&gt;Can_fifo_filter_table[i].isExtendedFrame = true;&lt;BR /&gt;Can_fifo_filter_table[i].id = RxFitersIdTable[i].RxId;&lt;BR /&gt;}&lt;BR /&gt;FLEXCAN_DRV_Init(INST_CANCOM1, &amp;amp;canCom1_State, &amp;amp;canCom1_InitConfig1);&lt;BR /&gt;FLEXCAN_DRV_InstallEventCallback(INST_CANCOM1, DriverCANFunc_Callback, NULL);&lt;BR /&gt;FLEXCAN_DRV_ConfigRxFifo(INST_CANCOM1, FLEXCAN_RX_FIFO_ID_FORMAT_A, Can_fifo_filter_table);&lt;BR /&gt;FLEXCAN_DRV_SetRxMaskType(INST_CANCOM1,FLEXCAN_RX_MASK_INDIVIDUAL);&lt;BR /&gt;for(i = 0U; i &amp;lt; (RX_FIFO_FILTERS_NUMBER); i++)&lt;BR /&gt;{&lt;BR /&gt;FLEXCAN_DRV_SetRxIndividualMask(INST_CANCOM1, FLEXCAN_MSG_ID_EXT,RxFitersIdTable[i].Index,RxFitersIdTable[i].RxFiterMask);&lt;BR /&gt;}&lt;BR /&gt;FLEXCAN_DRV_RxFifo(INST_CANCOM1, &amp;amp;gCanRxMsgBuf);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 01:40:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-VLPR-Flexcan-PE-Clock-Switch/m-p/1205085#M9419</guid>
      <dc:creator>1069466534</dc:creator>
      <dc:date>2020-12-30T01:40:23Z</dc:date>
    </item>
  </channel>
</rss>

