<?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のトピックLPUART_Init Failed, enter DefaultISR.</title>
    <link>https://community.nxp.com/t5/S32K/LPUART-Init-Failed-enter-DefaultISR/m-p/1681789#M24786</link>
    <description>&lt;P&gt;S32DS v3.5 + S32SDK RTM 4.0.1&lt;BR /&gt;examples: S32K144/driver_examples/communication/uart_pal_echo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this example, we modified the TX of LPUART in pin_mux.c to PTC9 and RX to PTC8.&lt;BR /&gt;Added PCC_SetClockMode between CLOCK_SYS_UpdateConfiguration and PINS_DRV_Init in main.c, otherwise the program would enter DefaultISR at line 139 in pins_port_hw_access.c.&lt;/P&gt;&lt;P&gt;But after circumventing this issue, when initializing the LPUART_DRV_Init, the problem as shown in the picture occurs.&lt;/P&gt;&lt;P&gt;Instead of using an EVB board, we use a development board of our own design.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the reason for this issue? How to modify it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whale_1-1688541152846.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230861i48368228129A0C57/image-size/large?v=v2&amp;amp;px=999" role="button" title="whale_1-1688541152846.png" alt="whale_1-1688541152846.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 07:43:11 GMT</pubDate>
    <dc:creator>whale</dc:creator>
    <dc:date>2023-07-05T07:43:11Z</dc:date>
    <item>
      <title>LPUART_Init Failed, enter DefaultISR.</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Init-Failed-enter-DefaultISR/m-p/1681789#M24786</link>
      <description>&lt;P&gt;S32DS v3.5 + S32SDK RTM 4.0.1&lt;BR /&gt;examples: S32K144/driver_examples/communication/uart_pal_echo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this example, we modified the TX of LPUART in pin_mux.c to PTC9 and RX to PTC8.&lt;BR /&gt;Added PCC_SetClockMode between CLOCK_SYS_UpdateConfiguration and PINS_DRV_Init in main.c, otherwise the program would enter DefaultISR at line 139 in pins_port_hw_access.c.&lt;/P&gt;&lt;P&gt;But after circumventing this issue, when initializing the LPUART_DRV_Init, the problem as shown in the picture occurs.&lt;/P&gt;&lt;P&gt;Instead of using an EVB board, we use a development board of our own design.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the reason for this issue? How to modify it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whale_1-1688541152846.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230861i48368228129A0C57/image-size/large?v=v2&amp;amp;px=999" role="button" title="whale_1-1688541152846.png" alt="whale_1-1688541152846.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 07:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Init-Failed-enter-DefaultISR/m-p/1681789#M24786</guid>
      <dc:creator>whale</dc:creator>
      <dc:date>2023-07-05T07:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART_Init Failed, enter DefaultISR.</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Init-Failed-enter-DefaultISR/m-p/1682580#M24816</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@whale" target="_blank"&gt;Hi@whale&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I just followed your test process.&lt;/P&gt;
&lt;P&gt;1.modified pin mux&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1688610131852.png" style="width: 615px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230972i4D7C9314D736A733/image-dimensions/615x156?v=v2" width="615" height="156" role="button" title="Senlent_0-1688610131852.png" alt="Senlent_0-1688610131852.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2.debug process is ok on myside.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1688610159887.png" style="width: 611px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230973i2492D0C1A41E19D8/image-dimensions/611x240?v=v2" width="611" height="240" role="button" title="Senlent_1-1688610159887.png" alt="Senlent_1-1688610159887.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So don't doubt whether there is a problem with this demo, you may need to check your hardware, such as external crystal oscillator，because the lpuart module clock source is external crystal oscillator in this demo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 02:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Init-Failed-enter-DefaultISR/m-p/1682580#M24816</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-07-06T02:25:54Z</dc:date>
    </item>
  </channel>
</rss>

