<?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: Reset line staying low</title>
    <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1780934#M30031</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188428"&gt;@mayureshp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We tried the same steps but as mentioned by you. But we are still facing the same issues. Kindly let us know what you have tried in detail. Also suggest any alternate solutions you have.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 14:47:12 GMT</pubDate>
    <dc:creator>swaraj25</dc:creator>
    <dc:date>2023-12-28T14:47:12Z</dc:date>
    <item>
      <title>Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1361568#M12569</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have S32K144 mcu on newly assembled PCB. when i measure voltage on reset line it seems to be 0.3 when observed on oscilloscope i read pulses at 500Hz. When i connect segger J-Link plus with SWD connection to MCU. I see a red light on j-link. I am guessing it is because reset is currently active low. When i flash/debug through S32KDS it is showing me below log on console. Can anyone help, how can i solve this issue. I understand that MCU is not flashed yet that is why reset is low but how to flash then?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Console output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SEGGER J-Link GDB Ser&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160181i0D7C7CE3B887B880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ver V6.42a Command Line Version&lt;/P&gt;&lt;P&gt;JLinkARM.dll V6.42a (DLL compiled Feb 1 2019 18:00:08)&lt;/P&gt;&lt;P&gt;Command line: -if swd -device S32K144 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0 -nogui&lt;BR /&gt;-----GDB Server start settings-----&lt;BR /&gt;GDBInit file: none&lt;BR /&gt;GDB Server Listening port: 2331&lt;BR /&gt;SWO raw output listening port: 2332&lt;BR /&gt;Terminal I/O port: 2333&lt;BR /&gt;Accept remote connection: localhost only&lt;BR /&gt;Generate logfile: off&lt;BR /&gt;Verify download: on&lt;BR /&gt;Init regs on start: on&lt;BR /&gt;Silent mode: off&lt;BR /&gt;Single run mode: on&lt;BR /&gt;Target connection timeout: 0 ms&lt;BR /&gt;------J-Link related settings------&lt;BR /&gt;J-Link Host interface: USB&lt;BR /&gt;J-Link script: none&lt;BR /&gt;J-Link settings file: none&lt;BR /&gt;------Target related settings------&lt;BR /&gt;Target device: S32K144&lt;BR /&gt;Target interface: SWD&lt;BR /&gt;Target interface speed: 1000kHz&lt;BR /&gt;Target endian: little&lt;/P&gt;&lt;P&gt;Connecting to J-Link...&lt;BR /&gt;J-Link is connected.&lt;BR /&gt;Firmware: J-Link V11 compiled Jun 29 2021 16:12:24&lt;BR /&gt;Hardware: V11.00&lt;BR /&gt;S/N: 601009174&lt;BR /&gt;Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB&lt;BR /&gt;Checking target voltage...&lt;BR /&gt;Target voltage: 3.35 V&lt;BR /&gt;Listening on TCP/IP port 2331&lt;BR /&gt;Connecting to target...Connected to target&lt;BR /&gt;Waiting for GDB connection...Connected to 127.0.0.1&lt;BR /&gt;Reading all registers&lt;BR /&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;BR /&gt;Received monitor command: speed 1000&lt;BR /&gt;Target interface speed set to 1000 kHz&lt;BR /&gt;Received monitor command: clrbp&lt;BR /&gt;Received monitor command: reset&lt;BR /&gt;Resetting target&lt;BR /&gt;Received monitor command: halt&lt;BR /&gt;Halting target CPU...&lt;BR /&gt;...Target halted (PC = 0xFFFFFFFE)&lt;BR /&gt;Received monitor command: regs&lt;BR /&gt;R0 = 00000000, R1 = 00000000, R2 = 00000000, R3 = 00000000&lt;BR /&gt;R4 = 00000000, R5 = 00000000, R6 = 00000000, R7 = 00000000&lt;BR /&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;BR /&gt;R12= 00000000, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= 00000000&lt;BR /&gt;R14(LR) = FFFFFFFF, R15(PC) = FFFFFFFE&lt;BR /&gt;XPSR 01000000, APSR 00000000, EPSR 01000000, IPSR 00000000&lt;BR /&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;BR /&gt;Reading all registers&lt;BR /&gt;WARNING: Failed to read memory @ address 0xFFFFFFFE&lt;BR /&gt;Received monitor command: speed auto&lt;BR /&gt;Select auto target interface speed (2000 kHz)&lt;BR /&gt;Received monitor command: flash breakpoints 1&lt;BR /&gt;Flash breakpoints enabled&lt;BR /&gt;Received monitor command: semihosting enable&lt;BR /&gt;Semi-hosting enabled (Handle on BKPT)&lt;BR /&gt;Received monitor command: semihosting IOClient 1&lt;BR /&gt;Semihosting I/O set to TELNET Client&lt;BR /&gt;Received monitor command: SWO DisableTarget 0xFFFFFFFF&lt;BR /&gt;SWO disabled successfully.&lt;BR /&gt;Received monitor command: SWO EnableTarget 0 0 0x1 0&lt;BR /&gt;Failed to enable SWO. Could not measure target CPU frequency.&lt;BR /&gt;Read 4 bytes @ address 0xFFFFFFFE (Data = 0x00000A10)&lt;BR /&gt;Downloading 1024 bytes @ address 0x00000000 - Verified OK&lt;BR /&gt;Downloading 16 bytes @ address 0x00000400 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00000410 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00001410 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00002410 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00003410 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00004410 - Verified OK&lt;BR /&gt;Downloading 4096 bytes @ address 0x00005410 - Verified OK&lt;BR /&gt;Downloading 1804 bytes @ address 0x00006410 - Verified OK&lt;BR /&gt;Downloading 8 bytes @ address 0x00006B1C - Verified OK&lt;BR /&gt;Downloading 1116 bytes @ address 0x00006B24 - Verified OK&lt;BR /&gt;WARNING: CPU could not be halted&lt;BR /&gt;ERROR: Failed to download RAMCode.&lt;BR /&gt;Failed to prepare for programming.&lt;BR /&gt;Failed to download RAMCode!&lt;BR /&gt;Can not read register 16 (XPSR) while CPU is running&lt;BR /&gt;Can not read register 20 (CFBP) while CPU is running&lt;BR /&gt;Can not read register 0 (R0) while CPU is running&lt;BR /&gt;Can not read register 1 (R1) while CPU is running&lt;BR /&gt;Can not read register 2 (R2) while CPU is running&lt;BR /&gt;Can not read register 3 (R3) while CPU is running&lt;BR /&gt;Can not read register 4 (R4) while CPU is running&lt;BR /&gt;Can not read register 5 (R5) while CPU is running&lt;BR /&gt;Can not read register 6 (R6) while CPU is running&lt;BR /&gt;Can not read register 7 (R7) while CPU is running&lt;BR /&gt;Can not read register 8 (R8) while CPU is running&lt;BR /&gt;Can not read register 9 (R9) while CPU is running&lt;BR /&gt;Can not read register 10 (R10) while CPU is running&lt;BR /&gt;Can not read register 11 (R11) while CPU is running&lt;BR /&gt;Can not read register 12 (R12) while CPU is running&lt;BR /&gt;Can not read register 14 (R14) while CPU is running&lt;BR /&gt;Can not read register 15 (R15) while CPU is running&lt;BR /&gt;Can not read register 17 (MSP) while CPU is running&lt;BR /&gt;Can not read r&lt;BR /&gt;Writing register (PC = 0x 410)&lt;BR /&gt;Read 4 bytes @ address 0x00000410 (Data = 0x00000000)&lt;BR /&gt;Read 2 bytes @ address 0x00001132 (Data = 0x0000)&lt;BR /&gt;WARNING: Failed to read memory @ address 0x00001132&lt;BR /&gt;Read 2 bytes @ address 0x00001112 (Data = 0x0000)&lt;BR /&gt;Read 2 bytes @ address 0x00001112 (Data = 0x0000)&lt;BR /&gt;Read 2 bytes @ address 0x00000CDC (Data = 0x0000)&lt;BR /&gt;Read 2 bytes @ address 0x00000D54 (Data = 0x0000)&lt;BR /&gt;Received monitor command: clrbp&lt;BR /&gt;Received monitor command: reset&lt;BR /&gt;Resetting target&lt;BR /&gt;Received monitor command: halt&lt;BR /&gt;Halting target CPU...&lt;BR /&gt;...Target halted (PC = 0xFFFFFFFE)&lt;BR /&gt;Read 2 bytes @ address 0x00001132 (Data = 0xFFFF)&lt;BR /&gt;Read 2 bytes @ address 0x00001132 (Data = 0xFFFF)&lt;BR /&gt;Read 2 bytes @ address 0x00001132 (Data = 0xFFFF)&lt;BR /&gt;Received monitor command: regs&lt;BR /&gt;R0 = 00000000, R1 = 00000000, R2 = 00000000, R3 = 00000000&lt;BR /&gt;R4 = 00000000, R5 = 00000000, R6 = 00000000, R7 = 00000000&lt;BR /&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;BR /&gt;R12= 00000000, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= 00000000&lt;BR /&gt;R14(LR) = FFFFFFFF, R15(PC) = FFFFFFFE&lt;BR /&gt;XPSR 01000000, APSR 00000000, EPSR 01000000, IPSR 00000000&lt;BR /&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;BR /&gt;Reading all registers&lt;BR /&gt;WARNING: Failed to read memory @ address 0xFFFFFFFE&lt;BR /&gt;Setting breakpoint @ address 0x00000D54, Size = 2, BPHandle = 0x0001&lt;BR /&gt;Setting breakpoint @ address 0x00001112, Size = 2, BPHandle = 0x0002&lt;BR /&gt;Setting breakpoint @ address 0x00001132, Size = 2, BPHandle = 0x0003&lt;BR /&gt;Starting target CPU...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 09:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1361568#M12569</guid>
      <dc:creator>mayureshp</dc:creator>
      <dc:date>2021-10-26T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1361892#M12580</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188428"&gt;@mayureshp&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The periodic reset is expected as you said, the MCUs are shipped blank and core lockup reset triggers periodically.&lt;/P&gt;
&lt;P&gt;But this should be no an issue.&lt;/P&gt;
&lt;P&gt;Have you tried loading some examples from the S32DS IDE? Maybe the issue is in the image.&lt;/P&gt;
&lt;P&gt;Do you have any other debugger?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 19:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1361892#M12580</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-10-26T19:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1362062#M12585</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;Yes i tried loading examples like ADC_PAL and tried flashing directly with default setting using Segger J-Link plus. but did not work.&lt;/P&gt;&lt;P&gt;Any way after some digging on internet. I tried changing few settings on startup tab in S32KDS and it worked. I disabled SWO pin and fixed SWD pin speed to 12000KHz. And also added monitor reset command on startup tab. below are screen-shots for configurations i used.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 04:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1362062#M12585</guid>
      <dc:creator>mayureshp</dc:creator>
      <dc:date>2021-10-27T04:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1362159#M12589</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188428"&gt;@mayureshp&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the solution,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 06:52:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1362159#M12589</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-10-27T06:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1713957#M26616</link>
      <description>Thank you!!!!</description>
      <pubDate>Wed, 30 Aug 2023 10:13:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1713957#M26616</guid>
      <dc:creator>HalloWorld</dc:creator>
      <dc:date>2023-08-30T10:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reset line staying low</title>
      <link>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1780934#M30031</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188428"&gt;@mayureshp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We tried the same steps but as mentioned by you. But we are still facing the same issues. Kindly let us know what you have tried in detail. Also suggest any alternate solutions you have.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 14:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Reset-line-staying-low/m-p/1780934#M30031</guid>
      <dc:creator>swaraj25</dc:creator>
      <dc:date>2023-12-28T14:47:12Z</dc:date>
    </item>
  </channel>
</rss>

