S32G399A Custom Board Bricked After Blowing BOOT_CFG1 and FUSE_SEL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G399A Custom Board Bricked After Blowing BOOT_CFG1 and FUSE_SEL

Jump to solution
2,254 Views
wael_b
Contributor II

Hello,

I have a custom S32G399A board with QSPI NOR flash (standard connection, similar to RDB3 schematic).

I wanted to force boot from QSPI NOR, so I adapted the Ocotp_Ip_Example_S32G399A_M7 (from RTD) to blow boot fuses, following the suggested values in the Excel sheet attached to AN13456 (S32G3 Boot Process) for QSPI_BOOT_CFG on EVB and the fuse map from the reference manual. The code snippet and my referenced documents are attached to this post!

I verified success immediately after each write in BOOT_CFG using Ocotp_Ip_ReadEFuse() and values were correctly updated (0x2000000C and 0x00000010).

However, now:

  • Board is not booting from NOR.
  • Serial download mode no longer responds ("Failure to establish communication with target device" on S32 Flash Tool).
  • JTAG debugger (PE Micro) reports "the GDB server was not able to establish a connection to the target processor".

Can you please help finding the root cause? 

Tags (3)
0 Kudos
Reply
1 Solution
393 Views
haythemLtifi
Contributor II

hello , 

we figured the issue with the NOR , the default BootROM clock is 30Mhz , it was not enough to be download the ram of the S32G339A before the time out (500ms) , we out the option to add QSPI config to boost the BootROM clock to 200Mh and that solved out issue.

thanks for your support.

View solution in original post

Tags (1)
0 Kudos
Reply
17 Replies
2,216 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @wael_b,

Thanks for reaching out to us and thanks for the very detailed description of your problem. For what I can see you intended to configure the following:

in BOOT_CFG1:

alejandro_e_0-1767828044759.pngalejandro_e_1-1767828048217.png

And in BOOT_CGF2, the FUSE_SEL bit, so that the RCON values are taken from the fuses and not from Serial/Parallel values from outside the chip. Please let me know if I understood your configuration correctly.

 

When you are trying to connect in serial mode (for both flashing and debugging) are you using this configuration? Please note that the values for BOOT_MOD1 and BOOT_MOD2 have different effect as opposed to the case when using FUSE_SEL is 0.

alejandro_e_2-1767828939324.png

Please let me know the values for BOOT_MOD 1 and 2 you are using.

 

Thanks

 

 

 

 

 

0 Kudos
Reply
2,148 Views
wael_b
Contributor II

hello thanks for your reply! 
I confirm that I used the correct BootMod with FUSE_SEL = 1!

After an inspection, we found that the bit 15 of BOOT_CFG1 (which is a "don't care" field in the boot excel) is configuring the XOSC mode (which after fuse configuration we lost the XOSC clock signal on both XTAL and EXTAL pins of the MCU)
So, in our current fuse configuration since bit 15 is zero we are in XOSC differential Bypass mode which is apparently not supported (check the attached screenshots) 
Do you confirm that the Bit 15 shouldn't be zero in our case? 

Please support us to do a second configuration since we still have one working board not configured with the fuses!
Thanks.

2,066 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @wael_b,

The problem is that the configurations showed in S32G_Bootconfigwords_EVB.xlsx are meant for the EVB/RDB boards, moreover, its meant to be configured in the RCON bits, which are reconfigurable. As you can see at the bottom of the excel sheet, for the don't care bits its better to check the reference manual:

alejandro_e_0-1767908953800.png

For example, if you check the SD_BOOT_CFG, you will see a lot of "don't care" bits, but the "lack of effect" is for the SD configuration in EVB/RDB boards in particular, it is not that the bits themselves don't have any effect.

Regarding the not supported configuration mentioned in the AN13456, I will need to check internally for more details.

For reference I found the following in an internal document:

"

The bit XOSC BYPASS MODE of BOOT_CFG1 is used to select the external clock source mode for FXOSC module. The FXOSC module can choose one of the three clock source modes as its input. The three clock source modes are respectively Crystal (component) mode, (external) Differential (clock source input) mode and (external single-ended clock source) BYPASS mode. When customers utilizes the passive crystal (which works in Crystal Mode) or active differential clock oscillator (which works in Differential mode) as FXOSC input, they should set XOSC BYPASS MODE 0. In this case, if without other further settings, FXOSC will consider the input working in Crystal mode by default.

Otherwise, if customers utilizes a single-ended digital clock source (which works in BYPASS mode) as FXOSC input, they should set XOSC BYPASS MODE 1.

"

Therefore,  the value of BOOT_CFG1:15 will depend on how you design is configured. For example using 0 requires an external oscillator as in the RDB3 board:

alejandro_e_2-1767911418325.png

 

For the board in which you have not blown the fuses of the S32G3, I would recommend using RCON boot to test the configuration that works for your design, as you can see from the fuse map table, the exact configuration will depend on the kind of QSPI memory and how is the oscillator configured. 

 

Let me know if you need more support.

 

 

0 Kudos
Reply
2,031 Views
haythemLtifi
Contributor II

hello alejandro_e

I am working on the same board with @wael_b, is the excel file its stated : 

XOSC BYPASS MODE SELECTION : Selects XOSC Mode if XOSC Configuration Fuse is not Blown.
0- Differential
1 - Crystal or single bypass mode

so when BOOT_CFG[15] =0 its in  Differential mode ,

but if its =1 then it either  Crystal or single bypass mode

can i know what doc it stated that BOOT_CFG[15] =0 will work just fine with the crystal ?

in out board we have the same crystal as the EVK , after setting BOOT_CFG[15] =0 the clock source is gone , so i belive the MCU is waiting for this Differential mode crystal and not driving the passive crystal . correct me if i am wrong.

haythemLtifi_0-1767937954503.png

also using RCON is not possible , we can only boot it from fuses . so i hope you can propose to us how to boot our board (which is bases on the evk same flash same crystal ) using the fuses.

 

0 Kudos
Reply
1,662 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @haythemLtifi and @wael_b,

Sorry for the late reply, I have finally recieved information from the internal team, they shared the following:

"

Differential mode is not supported on S32G3. We recommend customers use Crystal mode.
There are two ways to configure Crystal mode:

  1. When XOSC configuration is not valid, set XOSC BYPASS MODE SELECTION to 1 – Crystal mode.
  2. When XOSC configuration is valid, set XOSC MODE to 11 – Crystal mode.

We recommend using the second configuration, as it provides greater stability.

The validity of the XOSC configuration is given by BOOT_CFG2[0].

I still need to confirm if your board can be recovered or not.

1,605 Views
wael_b
Contributor II

Hello @alejandro_e ,
Thank you for your support! With your suggested configuration we two cases:

  • Case 1:  
    BOOT_CFG1 -> 0x2000800C:
    Bit 29, 15, 3, 2 = 1 and the rest is zeros.
    BOOT_CFG2 -> 0x17:
    Bit 4, 2, 1, 0 = 1 and the rest is zeros. 
    In this, case the JTAG is working (with the recommended serial configuration with FUSE_SEL = 1) but when we try to upload target and algorithm to hardware in S32FT we got an error:
    "Error: Failure to establish communication with target device."
    Also, the XTAL is not showing any signal!
    Could this behavior be related to "XOSC_GM_SEL : GM Sel value for relevent XOSC Mode" Bits 8 to 11 in BOOT_CFG2?

  • Case 2:
    we did the configuration on a second board with BOOT_CFG1 -> 0x2000800C
    And BOOT_CFG2 -> 0x0F:
    Bit 0,1,2,3 = 1
    Do you think this case is recoverable since we didn't blow FUSE_SEL fuse?
0 Kudos
Reply
1,450 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @wael_b,

Please find my answers below:

  • For case 1. For crystal mode you should configure the GM_SEL according to this formula:
    • alejandro_e_0-1768496877959.png,
      • where:
        • gm: minimal transconductance value
        • ESR: Equivalent series resistance
        • f: Crystal frequency
        • C0: Parasitic capacitance of the crystal
        • C1: Rated load capacitance of the crystal
    • You can also check below table 26 in the S32G3 datasheet Rev4 for some examples:
      • alejandro_e_1-1768498294702.png

         

    • I also checked the configuration in the examples projects we offer. On those, we use 1100b - 0.631×.
    • Given that the transconductance is a type of amplification of the clock signal, it would make sense that using 0 causes the the chip to not work. I have not tested this myself, so please let me know if changing the value of GM_SEL has any effect on your setup.
  •  For case 2. My understanding is that this will depend on the value of BOOT_CFG_LOCK, as shown in the MISC sheet of the fuse map:
    • alejandro_e_2-1768498657315.png

       

  • In theory you should be able to overwrite the values if the lock bits are 00 or 01. However I have not tested this myself and therefore I do not have the full knowledge of the effects.

 

For case 1, you mention that booting from serial works, I assume in that setup the FXOSC does have an output signal, is that correct?

For the QSPI boot, in your application, are you using RTDs? or are you using an entirely custom software?

 

Thanks

0 Kudos
Reply
1,445 Views
haythemLtifi
Contributor II

Hello , 

Apparently we have 7 hours difference , so i would like to ask you some questions and wael will replay to the rest of your questions tomorrow :

- the gm value in the code you mentioned the 0b1100 , how can i change it? Is it in the clock init fonction?

Or i can change it using the graphic interface? I want to set it to 0b1111 , how to do it?

 

Right now when i mesure the crystal on the EXtal pin i see an almost dc volatge of value around 800mv , not sure if the crystal is not working properly or because i am not using an active prob , can you please mesure the wave form using a normal prob on the EVK and tell me what you see after you power on the board ? And when you run a code. 

For the board that work in serial , when we select serial using boot mode 0 and 1 we see that the Extal has 800 mv alsmot dc volatage ( its not realy a signe wave but it oscillate ) 

 

 

0 Kudos
Reply
1,433 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @haythemLtifi,

You can modify the value using the Clock view in S32DS:

alejandro_e_0-1768510249934.png

alejandro_e_1-1768510288170.png

Once updating the code the change should take effect in the following file:

alejandro_e_2-1768510756606.png

 

This changes take effect when running Clock_Ip_Init() with the structure as a parameter, as described in SW Enablement Guide

 

Let me know if this helps

0 Kudos
Reply
1,383 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello again @haythemLtifi,

Regarding the test, I can do it, but not at the moment, I will do it next week.

I will let you know what I see from the oscillator.

 

Thanks 

0 Kudos
Reply
1,602 Views
wael_b
Contributor II

You can check the screenshot here from the reference manual talking about the GM_SEL! 

0 Kudos
Reply
1,136 Views
wael_b
Contributor II

Hello @alejandro_e,
Replying to this question: "For the QSPI boot, in your application, are you using RTDs? or are you using an entirely custom software?" => Yes, I am using an RTD example not a custom software. 

I have some questions!
- Can you please help me understand this section from the boot process document? (see the screenshot attached)
- Also, is there a dedicated .bin to be downloaded to the Nor Flash or the SD card boot? 
- My generated Siul_Dio_ToggleLed application from IVT is size 5.3Mb, is this a problem?


0 Kudos
Reply
396 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @wael_b,

Thanks for the information and sorry for the late reply. Regarding the clock test, I will do it as soon as possible and share the results, sorry for the delay.

About your last questions, there is no dedicated binary to download to into the Flash or SD card, just keep in mind that for the Flash you need to program the IVT bin in 0x0000 while for the SD card, you need to program it in 0x1000. 

Regarding the size of the binary, I just did a quick IVT bin with the dio example for the S32G3, it is 5.3M, the size should not be a problem.

Maybe I am not understanding your questions correctly, if I did not answer them please let me know.

One thing you can do to test if the binary is being loaded correctly and its being parsed by the bootROM, is to add a DCD that turns ON the led in your board, for an example, please check the S32G3 HSE DEMO APP, any version should work, for example in version 0.2.51.0, you can check section Appendix 11. S32 DS – Generate a DCD image for powering on the VDD_EFUSE and system RAM initialization, for your problem, the relevant part is the VDD_EFUSE steps. In case you are not familiarized, the DCD is a set of very simple register instructions you can add before your program starts to execute, therefore, it you see the led turning ON in your board after adding the DCD, you can be sure your binary is being loaded correctly and its being parsed by the BootROM.

0 Kudos
Reply
394 Views
haythemLtifi
Contributor II

hello , 

we figured the issue with the NOR , the default BootROM clock is 30Mhz , it was not enough to be download the ram of the S32G339A before the time out (500ms) , we out the option to add QSPI config to boost the BootROM clock to 200Mh and that solved out issue.

thanks for your support.

Tags (1)
0 Kudos
Reply
387 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @haythemLtifi,

Thanks for the information. Just to be clear, you don't need any more support from my side regarding this topic correct?

 

0 Kudos
Reply
250 Views
haythemLtifi
Contributor II
hello ,
Yes we are good thank you
0 Kudos
Reply
141 Views
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @haythemLtifi,

Perfect, thanks for letting me know.

If you encounter any problem in the future please create a new post and we will be happy to help you.

 

Best regards

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2289663%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ES32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2289663%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3EHello%2C%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3EI%20have%20a%20custom%20S32G399A%20board%20with%3CSPAN%3E%20QSPI%20NOR%3C%2FSPAN%3E%20flash%20(standard%20connection%2C%20similar%20to%20RDB3%20schematic).%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3EI%20wanted%20to%20force%20boot%20from%20QSPI%20NOR%2C%20so%20I%20adapted%20the%26nbsp%3B%3CSPAN%3EOcotp_Ip_Example_S32G399A_M7%3C%2FSPAN%3E%20(from%20RTD)%20to%20blow%20boot%20%3CSPAN%3Efuses%3C%2FSPAN%3E%2C%20following%20the%20suggested%20values%20in%20the%20Excel%20sheet%20attached%20to%20%3CSPAN%3EAN13456%3C%2FSPAN%3E%20(S32G3%20Boot%20Process)%20for%20QSPI_BOOT_CFG%20on%20EVB%20and%20the%20fuse%20map%20from%20the%20reference%20manual.%20The%20code%20snippet%20and%20my%20referenced%20documents%20are%20attached%20to%20this%20post!%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3EI%20verified%20success%20immediately%20after%20each%20write%20in%20BOOT_CFG%20using%3CSPAN%3E%20Ocotp_Ip_ReadEFuse()%3C%2FSPAN%3E%20and%20values%20were%20correctly%20updated%20(0x2000000C%20and%200x00000010).%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3EHowever%2C%20now%3A%3C%2FFONT%3E%3C%2FP%3E%3CUL%3E%3CLI%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3E%3CSPAN%3EBoard%20is%20not%20booting%20from%20NOR.%3C%2FSPAN%3E%3C%2FFONT%3E%3C%2FLI%3E%3CLI%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3E%3CSPAN%3ESerial%20download%20mode%20no%20longer%20responds%20(%22Failure%20to%20establish%20communication%20with%20target%20device%22%20on%20S32%20Flash%20Tool).%3C%2FSPAN%3E%3C%2FFONT%3E%3C%2FLI%3E%3CLI%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%20size%3D%224%22%3E%3CSPAN%3EJTAG%20debugger%20(PE%20Micro)%20reports%20%22the%20GDB%20server%20was%20not%20able%20to%20establish%20a%20connection%20to%20the%20target%20processor%22.%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FFONT%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3CFONT%20face%3D%22arial%2Chelvetica%2Csans-serif%22%3ECan%20you%20please%20help%20finding%20the%20root%20cause%3F%26nbsp%3B%3C%2FFONT%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2289728%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2289728%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EThanks%20for%20reaching%20out%20to%20us%20and%20thanks%20for%20the%20very%20detailed%20description%20of%20your%20problem.%20For%20what%20I%20can%20see%20you%20intended%20to%20configure%20the%20following%3A%3C%2FP%3E%0A%3CP%3Ein%20BOOT_CFG1%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767828044759.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372035iFFE97FADC6F5C2F9%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_0-1767828044759.png%22%20alt%3D%22alejandro_e_0-1767828044759.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1767828048217.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372036i70CC11E3EE664071%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_1-1767828048217.png%22%20alt%3D%22alejandro_e_1-1767828048217.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EAnd%20in%20BOOT_CGF2%2C%20the%26nbsp%3BFUSE_SEL%20bit%2C%20so%20that%20the%20RCON%20values%20are%20taken%20from%20the%20fuses%20and%20not%20from%20Serial%2FParallel%20values%20from%20outside%20the%20chip.%20Please%20let%20me%20know%20if%20I%20understood%20your%20configuration%20correctly.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EWhen%20you%20are%20trying%20to%20connect%20in%20serial%20mode%20(for%20both%20flashing%20and%20debugging)%20are%20you%20using%20this%20configuration%3F%20Please%20note%20that%20the%20values%20for%20BOOT_MOD1%20and%20BOOT_MOD2%20have%20different%20effect%20as%20opposed%20to%20the%20case%20when%20using%20FUSE_SEL%20is%200.%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767828939324.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372037iFBD1063E1C93F14E%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_2-1767828939324.png%22%20alt%3D%22alejandro_e_2-1767828939324.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EPlease%20let%20me%20know%20the%20values%20for%20BOOT_MOD%201%20and%202%20you%20are%20using.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EThanks%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2290083%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2290083%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehello%20thanks%20for%20your%20reply!%26nbsp%3B%3CBR%20%2F%3EI%20confirm%20that%20I%20used%20the%20correct%20BootMod%20with%20FUSE_SEL%20%3D%201!%3CBR%20%2F%3E%3CBR%20%2F%3EAfter%20an%20inspection%2C%20we%20found%20that%20the%20bit%2015%20of%20BOOT_CFG1%20(which%20is%20a%20%22don't%20care%22%20field%20in%20the%20boot%20excel)%20is%20configuring%20the%20XOSC%20mode%20(which%20after%20fuse%20configuration%20we%20lost%20the%20XOSC%20clock%20signal%20on%20both%20XTAL%20and%20EXTAL%20pins%20of%20the%20MCU)%3CBR%20%2F%3ESo%2C%20in%20our%20current%20fuse%20configuration%20since%20bit%2015%20is%20zero%20we%20are%20in%20XOSC%20differential%20Bypass%20mode%20which%20is%20apparently%20not%20supported%20(check%20the%20attached%20screenshots)%26nbsp%3B%3CBR%20%2F%3EDo%20you%20confirm%20that%20the%20Bit%2015%20shouldn't%20be%20zero%20in%20our%20case%3F%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3EPlease%20support%20us%20to%20do%20a%20second%20configuration%20since%20we%20still%20have%20one%20working%20board%20not%20configured%20with%20the%20fuses!%3CBR%20%2F%3EThanks.%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2290485%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2290485%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EThe%20problem%20is%20that%20the%20configurations%20showed%20in%26nbsp%3BS32G_Bootconfigwords_EVB.xlsx%20are%20meant%20for%20the%20EVB%2FRDB%20boards%2C%20moreover%2C%20its%20meant%20to%20be%20configured%20in%20the%20RCON%20bits%2C%20which%20are%20reconfigurable.%20As%20you%20can%20see%20at%20the%20bottom%20of%20the%20excel%20sheet%2C%20for%20the%20don't%20care%20bits%20its%20better%20to%20check%20the%20reference%20manual%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1767908953800.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372223iACD07C4A2A74E3BA%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_0-1767908953800.png%22%20alt%3D%22alejandro_e_0-1767908953800.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EFor%20example%2C%20if%20you%20check%20the%20SD_BOOT_CFG%2C%20you%20will%20see%20a%20lot%20of%20%22don't%20care%22%20bits%2C%20but%20the%20%22lack%20of%20effect%22%20is%20for%20the%20SD%20configuration%20in%20EVB%2FRDB%20boards%20in%20particular%2C%20it%20is%20not%20that%20the%20bits%20themselves%20don't%20have%20any%20effect.%3C%2FP%3E%0A%3CP%3ERegarding%20the%20not%20supported%20configuration%20mentioned%20in%20the%20AN13456%2C%20I%20will%20need%20to%20check%20internally%20for%20more%20details.%3C%2FP%3E%0A%3CP%3EFor%20reference%20I%20found%20the%20following%20in%20an%20internal%20document%3A%3C%2FP%3E%0A%3CP%3E%22%3C%2FP%3E%0A%3CP%3E%3CFONT%20color%3D%22%23808080%22%3EThe%20bit%20XOSC%20BYPASS%20MODE%20of%20BOOT_CFG1%20is%20used%20to%20select%20the%20external%20clock%20source%20mode%20for%20FXOSC%20module.%20The%20FXOSC%20module%20can%20choose%20one%20of%20the%20three%20clock%20source%20modes%20as%20its%20input.%20The%20three%20clock%20source%20modes%20are%20respectively%20Crystal%20(component)%20mode%2C%20(external)%20Differential%20(clock%20source%20input)%20mode%20and%20(external%20single-ended%20clock%20source)%20BYPASS%20mode.%20When%20customers%20utilizes%20the%20passive%20crystal%20(which%20works%20in%20Crystal%20Mode)%20or%20active%20differential%20clock%20oscillator%20(which%20works%20in%20Differential%20mode)%20as%20FXOSC%20input%2C%20they%20should%20set%20XOSC%20BYPASS%20MODE%200.%20In%20this%20case%2C%20if%20without%20other%20further%20settings%2C%20FXOSC%20will%20consider%20the%20input%20working%20in%20Crystal%20mode%20by%20default.%3C%2FFONT%3E%3C%2FP%3E%0A%3CP%3E%3CFONT%20color%3D%22%23808080%22%3EOtherwise%2C%20if%20customers%20utilizes%20a%20single-ended%20digital%20clock%20source%20(which%20works%20in%20BYPASS%20mode)%20as%20FXOSC%20input%2C%20they%20should%20set%20XOSC%20BYPASS%20MODE%201.%3C%2FFONT%3E%3C%2FP%3E%0A%3CP%3E%22%3C%2FP%3E%0A%3CP%3ETherefore%2C%26nbsp%3B%20the%20value%20of%20BOOT_CFG1%3A15%20will%20depend%20on%20how%20you%20design%20is%20configured.%20For%20example%20using%200%20requires%20an%20external%20oscillator%20as%20in%20the%20RDB3%20board%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1767911418325.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372225iE0F83B4B93351186%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_2-1767911418325.png%22%20alt%3D%22alejandro_e_2-1767911418325.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EFor%20the%20board%20in%20which%20you%20have%20not%20blown%20the%20fuses%20of%20the%20S32G3%2C%20I%20would%20recommend%20using%20RCON%20boot%20to%20test%20the%20configuration%20that%20works%20for%20your%20design%2C%20as%20you%20can%20see%20from%20the%20fuse%20map%20table%2C%20the%20exact%20configuration%20will%20depend%20on%20the%20kind%20of%20QSPI%20memory%20and%20how%20is%20the%20oscillator%20configured.%26nbsp%3B%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3ELet%20me%20know%20if%20you%20need%20more%20support.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2290610%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2290610%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F238460%22%20target%3D%22_self%22%3E%3CSPAN%20class%3D%22%22%3Ealejandro_e%3C%2FSPAN%3E%3C%2FA%3E%3C%2FP%3E%3CP%3EI%20am%20working%20on%20the%20same%20board%20with%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%3CSPAN%3E%2C%20is%20the%20excel%20file%20its%20stated%20%3A%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EXOSC%20BYPASS%20MODE%20SELECTION%20%3A%20Selects%20XOSC%20Mode%20if%20XOSC%20Configuration%20Fuse%20is%20not%20Blown.%3CBR%20%2F%3E0-%20Differential%3CBR%20%2F%3E1%20-%20Crystal%20or%20single%20bypass%20mode%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Eso%20when%26nbsp%3BBOOT_CFG%5B15%5D%20%3D0%20its%20in%26nbsp%3B%26nbsp%3BDifferential%20mode%20%2C%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Ebut%20if%20its%20%3D1%20then%20it%20either%26nbsp%3B%20Crystal%20or%20single%20bypass%20mode%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Ecan%20i%20know%20what%20doc%20it%20stated%20that%26nbsp%3BBOOT_CFG%5B15%5D%20%3D0%20will%20work%20just%20fine%20with%20the%20crystal%20%3F%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Ein%20out%20board%20we%20have%20the%20same%20crystal%20as%20the%20EVK%20%2C%20after%20setting%26nbsp%3BBOOT_CFG%5B15%5D%20%3D0%20the%20clock%20source%20is%20gone%20%2C%20so%20i%20belive%20the%20MCU%20is%20waiting%20for%20this%26nbsp%3BDifferential%20mode%20crystal%20and%20not%20driving%20the%20passive%20crystal%20.%20correct%20me%20if%20i%20am%20wrong.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22haythemLtifi_0-1767937954503.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F372252i95F9AEA03AFAB72B%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22haythemLtifi_0-1767937954503.png%22%20alt%3D%22haythemLtifi_0-1767937954503.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3Ealso%20using%20RCON%20is%20not%20possible%20%2C%20we%20can%20only%20boot%20it%20from%20fuses%20.%20so%20i%20hope%20you%20can%20propose%20to%20us%20how%20to%20boot%20our%20board%20(which%20is%20bases%20on%20the%20evk%20same%20flash%20same%20crystal%20)%20using%20the%20fuses.%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2293355%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2293355%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F238460%22%20target%3D%22_blank%22%3E%40alejandro_e%3C%2FA%3E%26nbsp%3B%2C%3CBR%20%2F%3EThank%20you%20for%20your%20support!%20With%20your%20suggested%20configuration%20we%20two%20cases%3A%3C%2FP%3E%3CUL%3E%3CLI%3E%3CSTRONG%3ECase%201%3A%26nbsp%3B%3C%2FSTRONG%3E%26nbsp%3B%3CBR%20%2F%3EBOOT_CFG1%20-%26gt%3B%20%3CSTRONG%3E0x2000800C%3C%2FSTRONG%3E%3A%3CBR%20%2F%3EBit%2029%2C%2015%2C%203%2C%202%20%3D%201%20and%20the%20rest%20is%20zeros.%3CBR%20%2F%3EBOOT_CFG2%20-%26gt%3B%26nbsp%3B%3CSTRONG%3E0x17%3C%2FSTRONG%3E%3A%3CBR%20%2F%3EBit%204%2C%202%2C%201%2C%200%20%3D%201%20and%20the%20rest%20is%20zeros.%26nbsp%3B%3CBR%20%2F%3EIn%20this%2C%20case%20the%20%3CSTRONG%3EJTAG%3C%2FSTRONG%3E%20is%20working%20(with%20the%20recommended%20serial%20configuration%20with%20FUSE_SEL%20%3D%201)%20but%20when%20we%20try%20to%20upload%20target%20and%20algorithm%20to%20hardware%20in%20%3CSTRONG%3ES32FT%3C%2FSTRONG%3E%20we%20got%20an%20error%3A%3CBR%20%2F%3E%22%3CSPAN%3EError%3A%20Failure%20to%20establish%20communication%20with%20target%20device.%22%3CBR%20%2F%3EAlso%2C%20the%20XTAL%20is%20not%20showing%20any%20signal!%3CBR%20%2F%3ECould%20this%20behavior%20be%20related%20to%20%22XOSC_GM_SEL%20%3A%20GM%20Sel%20value%20for%20relevent%20XOSC%20Mode%22%20Bits%208%20to%2011%20in%20BOOT_CFG2%3F%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%3E%3CSTRONG%3ECase%202%3A%3CBR%20%2F%3E%3C%2FSTRONG%3E%3CSPAN%3Ewe%20did%20the%20configuration%20on%20a%20second%20board%20with%26nbsp%3B%3C%2FSPAN%3EBOOT_CFG1%20-%26gt%3B%20%3CSTRONG%3E0x2000800C%3CBR%20%2F%3E%3C%2FSTRONG%3EAnd%20BOOT_CFG2%20-%26gt%3B%20%3CSTRONG%3E0x0F%3A%3CBR%20%2F%3E%3C%2FSTRONG%3EBit%200%2C1%2C2%2C3%20%3D%201%3CBR%20%2F%3EDo%20you%20think%20this%20case%20is%20recoverable%20since%20we%20didn't%20blow%20FUSE_SEL%20fuse%3F%3C%2FLI%3E%3C%2FUL%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2292874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2292874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F258585%22%20target%3D%22_blank%22%3E%40haythemLtifi%3C%2FA%3E%26nbsp%3Band%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3ESorry%20for%20the%20late%20reply%2C%20I%20have%20finally%20recieved%20information%20from%20the%20internal%20team%2C%20they%20shared%20the%20following%3A%3C%2FP%3E%0A%3CP%3E%22%3C%2FP%3E%0A%3CP%3E%3CFONT%20color%3D%22%23808080%22%3EDifferential%20mode%20is%20not%20supported%20on%20S32G3.%20We%20recommend%20customers%20use%20Crystal%20mode.%3C%2FFONT%3E%3CBR%20%2F%3E%3CFONT%20color%3D%22%23808080%22%3EThere%20are%20two%20ways%20to%20configure%20Crystal%20mode%3A%3C%2FFONT%3E%3C%2FP%3E%0A%3COL%3E%0A%3CLI%3E%3CFONT%20color%3D%22%23808080%22%3EWhen%20%3CU%3EXOSC%20configuration%3C%2FU%3E%20is%20%3CSTRONG%3Enot%20valid%3C%2FSTRONG%3E%2C%20set%20%3CU%3EXOSC%20BYPASS%20MODE%20SELECTION%3C%2FU%3E%20to%20%3CSTRONG%3E1%20%E2%80%93%20Crystal%20mode.%3C%2FSTRONG%3E%3C%2FFONT%3E%3C%2FLI%3E%0A%3CLI%3E%3CFONT%20color%3D%22%23808080%22%3EWhen%20%3CU%3EXOSC%20configuration%3C%2FU%3E%20is%20%3CSTRONG%3Evalid%3C%2FSTRONG%3E%2C%20set%20%3CU%3EXOSC%20MODE%3C%2FU%3E%20to%20%3CSTRONG%3E11%20%E2%80%93%20Crystal%20mode%3C%2FSTRONG%3E.%3C%2FFONT%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%3CFONT%20color%3D%22%23808080%22%3EWe%20recommend%20using%20the%20second%20configuration%2C%20as%20it%20provides%20greater%20stability.%3C%2FFONT%3E%3C%2FP%3E%0A%3CP%3E%22%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThe%20validity%20of%20the%20XOSC%20configuration%20is%20given%20by%20BOOT_CFG2%5B0%5D.%3C%2FP%3E%0A%3CP%3EI%20still%20need%20to%20confirm%20if%20your%20board%20can%20be%20recovered%20or%20not.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2293362%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2293362%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20can%20check%20the%20screenshot%20here%20from%20the%20reference%20manual%20talking%20about%20the%20GM_SEL!%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2294503%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2294503%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EPlease%20find%20my%20answers%20below%3A%3C%2FP%3E%0A%3CUL%3E%0A%3CLI%3EFor%20case%201.%20For%20crystal%20mode%20you%20should%20configure%20the%20GM_SEL%20according%20to%20this%20formula%3A%0A%3CUL%3E%0A%3CLI%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768496877959.png%22%20style%3D%22width%3A%20347px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373036iDA00D02A39FD0812%2Fimage-dimensions%2F347x60%3Fv%3Dv2%22%20width%3D%22347%22%20height%3D%2260%22%20role%3D%22button%22%20title%3D%22alejandro_e_0-1768496877959.png%22%20alt%3D%22alejandro_e_0-1768496877959.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%2C%0A%3CUL%3E%0A%3CLI%3Ewhere%3A%0A%3CUL%3E%0A%3CLI%3Egm%3A%20minimal%20transconductance%20value%3C%2FLI%3E%0A%3CLI%3EESR%3A%20Equivalent%20series%20resistance%3C%2FLI%3E%0A%3CLI%3Ef%3A%20Crystal%20frequency%3C%2FLI%3E%0A%3CLI%3EC0%3A%26nbsp%3BParasitic%20capacitance%20of%20the%20crystal%3C%2FLI%3E%0A%3CLI%3EC1%3A%26nbsp%3BRated%20load%20capacitance%20of%20the%20crystal%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3C%2FLI%3E%0A%3CLI%3EYou%20can%20also%20check%20below%20table%2026%20in%20the%20S32G3%20datasheet%20Rev4%20for%20some%20examples%3A%0A%3CUL%3E%0A%3CLI%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768498294702.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373047iC94B5D0BC745D791%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_1-1768498294702.png%22%20alt%3D%22alejandro_e_1-1768498294702.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%0A%3CBR%20%2F%3E%0A%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3C%2FLI%3E%0A%3CLI%3EI%20also%20checked%20the%20configuration%20in%20the%20examples%20projects%20we%20offer.%20On%20those%2C%20we%20use%26nbsp%3B%3CSTRONG%3E1100b%20-%200.631%C3%97%3C%2FSTRONG%3E.%3C%2FLI%3E%0A%3CLI%3EGiven%20that%20the%20transconductance%20is%20a%20type%20of%20amplification%20of%20the%20clock%20signal%2C%20it%20would%20make%20sense%20that%20using%200%20causes%20the%20the%20chip%20to%20not%20work.%20I%20have%20not%20tested%20this%20myself%2C%20so%20please%20let%20me%20know%20if%20changing%20the%20value%20of%20GM_SEL%20has%20any%20effect%20on%20your%20setup.%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3C%2FLI%3E%0A%3CLI%3E%26nbsp%3BFor%20case%202.%20My%20understanding%20is%20that%20this%20will%20depend%20on%20the%20value%20of%26nbsp%3BBOOT_CFG_LOCK%2C%20as%20shown%20in%20the%20MISC%20sheet%20of%20the%20fuse%20map%3A%0A%3CUL%3E%0A%3CLI%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768498657315.png%22%20style%3D%22width%3A%20316px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373049iA667BB5B31B694F4%2Fimage-dimensions%2F316x187%3Fv%3Dv2%22%20width%3D%22316%22%20height%3D%22187%22%20role%3D%22button%22%20title%3D%22alejandro_e_2-1768498657315.png%22%20alt%3D%22alejandro_e_2-1768498657315.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%0A%3CBR%20%2F%3E%0A%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3C%2FLI%3E%0A%3CLI%3EIn%20theory%20you%20should%20be%20able%20to%20overwrite%20the%20values%20if%20the%20lock%20bits%20are%2000%20or%2001.%20However%20I%20have%20not%20tested%20this%20myself%20and%20therefore%20I%20do%20not%20have%20the%20full%20knowledge%20of%20the%20effects.%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3CBR%20%2F%3E%0A%3CP%3EFor%20case%201%2C%20you%20mention%20that%20booting%20from%20serial%20works%2C%20I%20assume%20in%20that%20setup%20the%20FXOSC%20does%20have%20an%20output%20signal%2C%20is%20that%20correct%3F%3C%2FP%3E%0A%3CP%3EFor%20the%20QSPI%20boot%2C%20in%20your%20application%2C%20are%20you%20using%20RTDs%3F%20or%20are%20you%20using%20an%20entirely%20custom%20software%3F%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EThanks%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2294511%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2294511%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20%2C%26nbsp%3B%3C%2FP%3E%3CP%3EApparently%20we%20have%207%20hours%20difference%20%2C%20so%20i%20would%20like%20to%20ask%20you%20some%20questions%20and%20wael%20will%20replay%20to%20the%20rest%20of%20your%20questions%20tomorrow%20%3A%3C%2FP%3E%3CP%3E-%20the%20gm%20value%20in%20the%20code%20you%20mentioned%20the%200b1100%20%2C%20how%20can%20i%20change%20it%3F%20Is%20it%20in%20the%20clock%20init%20fonction%3F%3C%2FP%3E%3CP%3EOr%20i%20can%20change%20it%20using%20the%20graphic%20interface%3F%20I%20want%20to%20set%20it%20to%200b1111%20%2C%20how%20to%20do%20it%3F%3C%2FP%3E%3CBR%20%2F%3E%3CP%3ERight%20now%20when%20i%20mesure%20the%20crystal%20on%20the%20EXtal%20pin%20i%20see%20an%20almost%20dc%20volatge%20of%20value%20around%20800mv%20%2C%20not%20sure%20if%20the%20crystal%20is%20not%20working%20properly%20or%20because%20i%20am%20not%20using%20an%20active%20prob%20%2C%20can%20you%20please%20mesure%20the%20wave%20form%20using%20a%20normal%20prob%20on%20the%20EVK%20and%20tell%20me%20what%20you%20see%20after%20you%20power%20on%20the%20board%20%3F%20And%20when%20you%20run%20a%20code.%26nbsp%3B%3C%2FP%3E%3CP%3EFor%20the%20board%20that%20work%20in%20serial%20%2C%20when%20we%20select%20serial%20using%20boot%20mode%200%20and%201%20we%20see%20that%20the%20Extal%20has%20800%20mv%20alsmot%20dc%20volatage%20(%20its%20not%20realy%20a%20signe%20wave%20but%20it%20oscillate%20)%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2294561%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2294561%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F258585%22%20target%3D%22_blank%22%3E%40haythemLtifi%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EYou%20can%20modify%20the%20value%20using%20the%20Clock%20view%20in%20S32DS%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_0-1768510249934.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373055i95041775C3C5AFA8%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_0-1768510249934.png%22%20alt%3D%22alejandro_e_0-1768510249934.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_1-1768510288170.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373056i4A3BF7A6E719F150%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_1-1768510288170.png%22%20alt%3D%22alejandro_e_1-1768510288170.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EOnce%20updating%20the%20code%20the%20change%20should%20take%20effect%20in%20the%20following%20file%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22alejandro_e_2-1768510756606.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F373057iA8692F73169DA82C%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22alejandro_e_2-1768510756606.png%22%20alt%3D%22alejandro_e_2-1768510756606.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EThis%20changes%20take%20effect%20when%20running%20Clock_Ip_Init()%20with%20the%20structure%20as%20a%20parameter%2C%20as%20described%20in%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fwebapp%2FDownload%3FcolCode%3DS32G-VNP-RDB2-SW-UG%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3ESW%26nbsp%3BEnablement%20Guide%3C%2FA%3E.%26nbsp%3B%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3ELet%20me%20know%20if%20this%20helps%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2294564%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2294564%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20again%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F258585%22%20target%3D%22_blank%22%3E%40haythemLtifi%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3ERegarding%20the%20test%2C%20I%20can%20do%20it%2C%20but%20not%20at%20the%20moment%2C%20I%20will%20do%20it%20next%20week.%3C%2FP%3E%0A%3CP%3EI%20will%20let%20you%20know%20what%20I%20see%20from%20the%20oscillator.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EThanks%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2295179%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2295179%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F238460%22%20target%3D%22_blank%22%3E%40alejandro_e%3C%2FA%3E%2C%3CBR%20%2F%3EReplying%20to%20this%20question%3A%20%22%3CSPAN%3EFor%20the%20QSPI%20boot%2C%20in%20your%20application%2C%20are%20you%20using%20RTDs%3F%20or%20are%20you%20using%20an%20entirely%20custom%20software%3F%22%20%3D%26gt%3B%20Yes%2C%20I%20am%20using%20an%20RTD%20example%20not%20a%20custom%20software.%26nbsp%3B%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3EI%20have%20some%20questions!%3CBR%20%2F%3E-%20Can%20you%20please%20help%20me%20understand%20this%20section%20from%20the%20boot%20process%20document%3F%20(see%20the%20screenshot%20attached)%3CBR%20%2F%3E-%20Also%2C%20is%20there%20a%20dedicated%20.bin%20to%20be%20downloaded%20to%20the%20Nor%20Flash%20or%20the%20SD%20card%20boot%3F%26nbsp%3B%3CBR%20%2F%3E-%20My%20generated%20Siul_Dio_ToggleLed%20application%20from%20IVT%20is%20size%205.3Mb%2C%20is%20this%20a%20problem%3F%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2296804%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2296804%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehello%20%2C%26nbsp%3B%3C%2FP%3E%3CP%3Ewe%20figured%20the%20issue%20with%20the%20NOR%20%2C%20the%20default%20BootROM%20clock%20is%2030Mhz%20%2C%20it%20was%20not%20enough%20to%20be%20download%20the%20ram%20of%20the%20S32G339A%20before%20the%20time%20out%20(500ms)%20%2C%20we%20out%20the%20option%20to%20add%20QSPI%20config%20to%20boost%20the%26nbsp%3BBootROM%20clock%20to%20200Mh%20and%20that%20solved%20out%20issue.%3C%2FP%3E%3CP%3Ethanks%20for%20your%20support.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2296796%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2296796%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F252302%22%20target%3D%22_blank%22%3E%40wael_b%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EThanks%20for%20the%20information%20and%20sorry%20for%20the%20late%20reply.%20Regarding%20the%20clock%20test%2C%20I%20will%20do%20it%20as%20soon%20as%20possible%20and%20share%20the%20results%2C%20sorry%20for%20the%20delay.%3C%2FP%3E%0A%3CP%3EAbout%20your%20last%20questions%2C%20there%20is%20no%20dedicated%20binary%20to%20download%20to%20into%20the%20Flash%20or%20SD%20card%2C%20just%20keep%20in%20mind%20that%20for%20the%20Flash%20you%20need%20to%20program%20the%20IVT%20bin%20in%200x0000%20while%20for%20the%20SD%20card%2C%20you%20need%20to%20program%20it%20in%200x1000.%26nbsp%3B%3C%2FP%3E%0A%3CP%3ERegarding%20the%20size%20of%20the%20binary%2C%20I%20just%20did%20a%20quick%20IVT%20bin%20with%20the%20dio%20example%20for%20the%20S32G3%2C%20it%20is%205.3M%2C%20the%20size%20should%20not%20be%20a%20problem.%3C%2FP%3E%0A%3CP%3EMaybe%20I%20am%20not%20understanding%20your%20questions%20correctly%2C%20if%20I%20did%20not%20answer%20them%20please%20let%20me%20know.%3C%2FP%3E%0A%3CP%3EOne%20thing%20you%20can%20do%20to%20test%20if%20the%20binary%20is%20being%20loaded%20correctly%20and%20its%20being%20parsed%20by%20the%20bootROM%2C%20is%20to%20add%20a%20DCD%20that%20turns%20ON%20the%20led%20in%20your%20board%2C%20for%20an%20example%2C%20please%20check%20the%20S32G3%20HSE%20DEMO%20APP%2C%20any%20version%20should%20work%2C%20for%20example%20in%20version%200.2.51.0%2C%20you%20can%20check%20section%26nbsp%3B%3CEM%3EAppendix%2011.%20S32%20DS%20%E2%80%93%20Generate%20a%20DCD%20image%20for%20powering%20on%20the%20VDD_EFUSE%20and%20system%20RAM%20initialization%3C%2FEM%3E%2C%20for%20your%20problem%2C%20the%20relevant%20part%20is%20the%20VDD_EFUSE%20steps.%20In%20case%20you%20are%20not%20familiarized%2C%20the%20DCD%20is%20a%20set%20of%20very%20simple%20register%20instructions%20you%20can%20add%20before%20your%20program%20starts%20to%20execute%2C%20therefore%2C%20it%20you%20see%20the%20led%20turning%20ON%20in%20your%20board%20after%20adding%20the%20DCD%2C%20you%20can%20be%20sure%20your%20binary%20is%20being%20loaded%20correctly%20and%20its%20being%20parsed%20by%20the%20BootROM.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2296815%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20S32G399A%20Custom%20Board%20Bricked%20After%20Blowing%20BOOT_CFG1%20and%20FUSE_SEL%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2296815%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F258585%22%20target%3D%22_blank%22%3E%40haythemLtifi%3C%2FA%3E%2C%3C%2FP%3E%0A%3CP%3EThanks%20for%20the%20information.%20Just%20to%20be%20clear%2C%20you%20don't%20need%20any%20more%20support%20from%20my%20side%20regarding%20this%20topic%20correct%3F%3C%2FP%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E