<?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: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1276425#M7490</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67428"&gt;@sparkee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not able to reproduce it on my S32K144 board.&lt;/P&gt;
&lt;P&gt;Are you sure this is the issue, if you over-write the result&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;result = STATUS_SUCCESS;​&lt;/LI-CODE&gt;
&lt;P&gt;before &lt;/P&gt;
&lt;LI-CODE lang="c"&gt;CLOCK_SYS_SetPccConfiguration(&amp;amp;cfg-&amp;gt;pccConfig);&lt;/LI-CODE&gt;
&lt;P&gt;does it work?&lt;/P&gt;
&lt;P&gt;At which point the CLOCK_SYS_SetScgConfiguration() function changes the status from STATUS_SUCCESS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 13:43:14 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2021-05-13T13:43:14Z</dc:date>
    <item>
      <title>Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1271803#M7446</link>
      <description>&lt;P&gt;I've read other posts that dealt with this issue so I understand it's not a watchdog issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Debug-hangs-on-WDOG-EWM-IRQHandler/m-p/704955" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/Kinetis-Microcontrollers/Debug-hangs-on-WDOG-EWM-IRQHandler/m-p/704955&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/bus-fault-in-debugging-S32K144W/td-p/1208340" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K/bus-fault-in-debugging-S32K144W/td-p/1208340&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things that could cause the issue:&lt;/P&gt;&lt;P&gt;Unhandled interrupt calling DefaultISR.&lt;/P&gt;&lt;P&gt;PTA4 grounded (JTAG TMS/ SWD-DIO) - &lt;EM&gt;&lt;STRONG&gt;I have ruled this out by measuring 2.6Mohm to ground and measuring 4.97V when powered on.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_0-1620140202403.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143871i22360D3448CC4A20/image-size/large?v=v2&amp;amp;px=999" role="button" title="sparkee_0-1620140202403.png" alt="sparkee_0-1620140202403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A little background on my issue:&lt;/P&gt;&lt;P&gt;Due to chip shortage I have switched from S32K146 to S32K144 (same part number otherwise).&amp;nbsp; Originally I was using the 144 and switched to 146 for the same reason, now switching back.&amp;nbsp; I've been developing on this custom board for months without issue.&amp;nbsp; Programming with Multilink Universal ACP.&amp;nbsp; I'm using Processor Expert for setup and yes I'm switching pin_mux configuration and generating code when I switch between processors.&lt;/P&gt;&lt;P&gt;Program works on S32K144EVB (both by programming it and during debug) but not on custom board with 64pin version of the 144.&amp;nbsp; This goes for my current code base as well as trying with an example and also starting from scratch.&lt;/P&gt;&lt;P&gt;It should be noted that the program doesn't work at all, not just in debug mode as some others have found.&lt;/P&gt;&lt;P&gt;In every instance, the issue happens when initializing the pins using PINS_DRV_Init().&amp;nbsp; More specifically, when pins_driver.c calls PINS_Init(&amp;amp;config[i]).&amp;nbsp; It jumps to pins_port_hw_access.c then to DefaultISR.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_1-1620141919680.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143874iC53F5A020065E9FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="sparkee_1-1620141919680.png" alt="sparkee_1-1620141919680.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All I'm trying to do is flash an LED at this point.&amp;nbsp; Everything is left default except for setting up 2 GPIO pins as outputs (PTE8 and PTD15).&lt;/P&gt;&lt;P&gt;If I comment out the pin init, the program moves through normally, though nothing happens because the pins aren't setup. If I manually set the pins up, it faults when I call PINS_DRV_SetPins().&amp;nbsp; If I manually set the pins, it faults there instead.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_2-1620143285256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143878iEF93E0435D24187C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sparkee_2-1620143285256.png" alt="sparkee_2-1620143285256.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_3-1620143302319.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143879iC7A819F5E97545FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sparkee_3-1620143302319.png" alt="sparkee_3-1620143302319.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Every permutation of this works fine on the EVB but fails on custom board.&amp;nbsp; I can even run it with another custom board with the 146 without even changing processor.&amp;nbsp; This feels like a hardware issue so I'm going to put another processor on another board and see if that fixes the issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These chips came from a shady source and we paid a ransom to get them ($140/chip). Is it possible it's counterfeit?&amp;nbsp; Would it even program if that were the case?&lt;/P&gt;&lt;P&gt;This round of PCBs has not been verified either, though it was a repeat order of a verified PCB.&amp;nbsp; Hopefully they aren't the problem.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 19:17:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1271803#M7446</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-04T19:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1271849#M7448</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67428"&gt;@sparkee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you first identify the fault following this example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Is it really a bus fault?&lt;/P&gt;
&lt;P&gt;It seems like there is no problem to write the PCR_MUX and switch it to an output.&lt;/P&gt;
&lt;P&gt;What is connected to the pin?&lt;/P&gt;
&lt;P&gt;Can you scope the pin?&lt;/P&gt;
&lt;P&gt;Can the switch short VDD power supply?&lt;/P&gt;
&lt;P&gt;Does the MCU reset?&lt;/P&gt;
&lt;P&gt;Can you scope PTA5 (reset_b) along with PTD15?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 17:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1271849#M7448</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-04T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272254#M7449</link>
      <description>&lt;P&gt;As for what is connected?&amp;nbsp; PTD15 is connected to a female header as a spare pin and PTE8 is connected to an LED.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_0-1620157587031.png" style="width: 174px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143894iE93075C5C236670F/image-dimensions/174x344?v=v2" width="174" height="344" role="button" title="sparkee_0-1620157587031.png" alt="sparkee_0-1620157587031.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;.&amp;nbsp; A strange thing has happened.&amp;nbsp; I built a second board and got the same error.&amp;nbsp; I scoped PTA5 and I see 5V except for a quick reset when loading the program.&amp;nbsp; The first time I did it, it through the fault like normal and I saw nothing on PTA5.&amp;nbsp; The second time, I moved scope to PTD15 and the board is actually running fine and no fault.&amp;nbsp; I added code for PTE8 to be an output and the LED is also blinking.&amp;nbsp; I was even able to switch back to the SDK code instead of setting registers manually.&amp;nbsp; I was able to remove the probe from the board and continue running fine.&amp;nbsp; I switch the first board back in, no change to code, I get the fault again.&amp;nbsp; See below for register values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was pulled into something else but now back to the first board which was working intermittently and now I can't get it to work.&amp;nbsp; No code changes.&amp;nbsp; Tried probing but no change.&amp;nbsp; PTA5 not resetting, holding 5V after initial programming.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_3-1620160964370.png" style="width: 591px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143904i0488EE9E162827F2/image-dimensions/591x136?v=v2" width="591" height="136" role="button" title="sparkee_3-1620160964370.png" alt="sparkee_3-1620160964370.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_1-1620160117215.png" style="width: 604px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143897i61632DCF7D08D4AD/image-dimensions/604x230?v=v2" width="604" height="230" role="button" title="sparkee_1-1620160117215.png" alt="sparkee_1-1620160117215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_4-1620161038910.png" style="width: 603px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143905i267F8355FE942DB4/image-dimensions/603x193?v=v2" width="603" height="193" role="button" title="sparkee_4-1620161038910.png" alt="sparkee_4-1620161038910.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure I know what you wanted me to do after reading your post you linked me to, other than looking at the registers above.&amp;nbsp; Was there something more specific I should have done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 15:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272254#M7449</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-05T15:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272285#M7450</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/41860"&gt;@dan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I seemed to have solved the problem (sort of).&amp;nbsp; I noticed that the PCC registers were showing clock disabled for PORTD and PORTE after the clock init sequence so I manually enabled them and now both boards are working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have trouble thinking this is the solution since:&lt;/P&gt;&lt;P&gt;a) It was working some of the time on 1 board, all of the time on the EVB and the 146 board&lt;/P&gt;&lt;P&gt;b) I've never needed to manually enable them in the past&lt;/P&gt;&lt;P&gt;c) They are enable in Processor Expert&lt;/P&gt;&lt;P&gt;Even if I'm doing something wrong in processor expert (this project I leave it as default), it doesn't explain why the examples didn't work either.&lt;/P&gt;&lt;P&gt;I definitely have it enabled in the clockMan&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_0-1620230477676.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143971iC9D68937EE7A1181/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sparkee_0-1620230477676.png" alt="sparkee_0-1620230477676.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 16:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272285#M7450</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-05T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272393#M7451</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67428"&gt;@sparkee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The bus interface clock is the usual suspect when a precise bus fault rises on an access to the peripheral registers.&lt;/P&gt;
&lt;P&gt;But I ruled that out because, in the screenshot, I could see that the PORT registers could be read and had been written. Maybe you took the screenshot when it was working.&lt;/P&gt;
&lt;P&gt;Maybe you enabled it but forgot to generate the code,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 18:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272393#M7451</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-05T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272404#M7452</link>
      <description>&lt;P&gt;I hear you, but I was able to have it working and not working with zero code changes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've now tried the same thing with the helloworld example and it does not work.&amp;nbsp; Gets hung on PINS_DRV_Init() just like before.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 18:41:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1272404#M7452</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-05T18:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1273669#M7462</link>
      <description>&lt;P&gt;Hi Dylan,&lt;/P&gt;
&lt;P&gt;Can you read the generated configuration, then step the code to see if the clock gets enabled.&lt;/P&gt;
&lt;P&gt;I wonder, once you set the bit in the PCC register and read the register back, whether it it is set or not.&lt;/P&gt;
&lt;P&gt;And if so, does it still generate this bus fault?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, you mentioned that the source of the MCU was shady.&lt;/P&gt;
&lt;P&gt;Can you read the SIM_SDID System Device Identification Register?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 11:30:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1273669#M7462</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-07T11:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275226#M7473</link>
      <description>&lt;P&gt;I had to jump on another project but I'm back.&lt;/P&gt;&lt;P&gt;After getting the LEDs to blink on a project from scrap, I've jumped back to the hello_world example project.&lt;/P&gt;&lt;P&gt;I'm getting STATUS_TIMEOUT returned from clock_s32K1xx.c&lt;/P&gt;&lt;P&gt;The PCC_FTFC register has the clock enabled, but no other peripherals.&amp;nbsp; I'm only trying to enable Port D and E.&lt;/P&gt;&lt;P&gt;I then enable the port clocks manually, which fixed the other project, and I see the registers change correctly.&amp;nbsp; Then I'm back to the same BusFault when initializing the pins.&lt;/P&gt;&lt;P&gt;SDID looks ok as far as I can tell, though I have very little knowledge of this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_0-1620771733322.png" style="width: 1503px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144482i9B772EBD840F0E34/image-dimensions/1503x546?v=v2" width="1503" height="546" role="button" title="sparkee_0-1620771733322.png" alt="sparkee_0-1620771733322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 22:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275226#M7473</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-11T22:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275546#M7476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The SDID register looks correct for an S32K144 MCU.&lt;/P&gt;
&lt;P&gt;Which version of the S32DS IDE and the SDK do you have?&lt;/P&gt;
&lt;P&gt;Can you attach a test project so that I can debug it on my side?&lt;/P&gt;
&lt;P&gt;You can create a ticket if you don't want to share it here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 10:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275546#M7476</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-12T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275675#M7479</link>
      <description>&lt;P&gt;I'm using S32DS.ARM.2.2 - C/C++&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used Export, General, Archive File to create the zip.&amp;nbsp; It said the project may be damaged after the operation??&lt;/P&gt;&lt;P&gt;Just in case, I also just zipped all the files up in windows explorer (2)&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 13:39:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275675#M7479</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-12T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275886#M7485</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CLOCK_SYS_UpdateConfiguration(0U, CLOCK_MANAGER_POLICY_AGREEMENT);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This function returns STATUS_TIMEOUT&lt;/P&gt;&lt;P&gt;It appears the clock manager is not setting up correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe line 571 does not result in STATUS_SUCCESS so it never sets up PCC settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    /* Set SCG settings. */
    result = CLOCK_SYS_SetScgConfiguration(&amp;amp;cfg-&amp;gt;scgConfig);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 identical PCBs except one has the S32K144 and the second has the S32K146.&amp;nbsp; With the processor set to 144_64, I can get the hello_world program to work correctly on the 146 but not the 144.&amp;nbsp; I step through with the 146 and the code above results in STATUS_SUCCESS.\&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 20:24:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1275886#M7485</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-12T20:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1276425#M7490</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67428"&gt;@sparkee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not able to reproduce it on my S32K144 board.&lt;/P&gt;
&lt;P&gt;Are you sure this is the issue, if you over-write the result&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;result = STATUS_SUCCESS;​&lt;/LI-CODE&gt;
&lt;P&gt;before &lt;/P&gt;
&lt;LI-CODE lang="c"&gt;CLOCK_SYS_SetPccConfiguration(&amp;amp;cfg-&amp;gt;pccConfig);&lt;/LI-CODE&gt;
&lt;P&gt;does it work?&lt;/P&gt;
&lt;P&gt;At which point the CLOCK_SYS_SetScgConfiguration() function changes the status from STATUS_SUCCESS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 13:43:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1276425#M7490</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-13T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1276431#M7491</link>
      <description>&lt;P&gt;I have it as a watch and it is STATUS_SUCCESS until it hits that line, then it switches.&lt;/P&gt;&lt;P&gt;My coworker noticed that when changing from 146 processor to 144 processor then generating PE files, the SDK file S32K144_features.h file generates empty.&amp;nbsp; When generating the 146, the features file generates correctly with clock enable information and the program runs correctly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sparkee_0-1620913837110.png" style="width: 684px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144662i79116682764E0684/image-dimensions/684x378?v=v2" width="684" height="378" role="button" title="sparkee_0-1620913837110.png" alt="sparkee_0-1620913837110.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 13:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1276431#M7491</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-13T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1277676#M7509</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I don't know why the file does not get generated.&lt;/P&gt;
&lt;P&gt;Can you create separate projects for both MCUs or do you need to have just one project?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 14:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1277676#M7509</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-17T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1278440#M7518</link>
      <description>&lt;P&gt;My apologies for running you through all this.&amp;nbsp; Turns out the PCB assembly company placed the wrong oscillator on the boards and that has been causing the processor to be flaky.&amp;nbsp; I had to pull out the microscope to figure it out.&amp;nbsp; There were too many variables with the latest batch of boards and since they were operating correctly some of the time I didn't investigate it thoroughly enough.&amp;nbsp; I appreciate the support and hope I didn't waste too much of your time&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the 144 will even run the code from the 146 after juggling the timers.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 20:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1278440#M7518</guid>
      <dc:creator>sparkee</dc:creator>
      <dc:date>2021-05-18T20:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Another Bus Fault, Debug Hangs on WDOG_EWM_IRQHandler() Post</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1278728#M7520</link>
      <description>&lt;P&gt;Thank you for the update.&lt;/P&gt;
&lt;P&gt;I'm glad you resolved it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 07:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Another-Bus-Fault-Debug-Hangs-on-WDOG-EWM-IRQHandler-Post/m-p/1278728#M7520</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-05-19T07:31:08Z</dc:date>
    </item>
  </channel>
</rss>

