MIMXRT1170-EVK eFuse OCOTP ERROR

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

MIMXRT1170-EVK eFuse OCOTP ERROR

627 Views
PIHL
Contributor II

Hello,

I am trying to create a eFuse burning program for RT1176 MCU and write it first for the MIMXRT1170-EVK. To do it I try to use On-Chip OTP Controller - OCOTP, based on Chapter 27 of IMXRT1170RM.pdf document.

The issue I have is that OCOTP is going into ERROR state at the beginning of the main() function, even before any related code is executed.
At program start the value of OCOTP->CTRL is 0xAD, but it immediately switches to 0x8AD indicating ERROR state.

It happens no matter what boot option I choose.
While executing the same code on our custom board I do not get into ERROR state.

What may cause this issue?

Regards,
Piotr

Tags (2)
0 Kudos
1 Reply

619 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @PIHL ,

  If you want to burn the efuse, I highly recommend you use our MCUbootUtility tool, this tool can use the GUI method to help you to write it.

  You can download the MCUBootUtility tool from this link:

https://github.com/JayHeng/NXP-MCUBootUtility/archive/refs/tags/v3.3.1.zip
the related user manual is:
https://github.com/JayHeng/NXP-MCUBootUtility

Now, you can readout the fusemap, check your modified fuse detail situation at first.

Please enter serial download mode, then check your ocopt modified fuse bit in the MCUBootUtility at first, then if you want to burn the fuse, use the tool to burn it directly.

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry

 

0 Kudos