<?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: NO SUCCESS with the OTP script - MMPF0100NPAEP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545782#M85795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that I know what is happening in your case, are you using a KITPF0100EPEVBE + the KITPFPGMEVME? I mentioned this because the KITPFGUI is detecting it as a KITPF0100EPEVBE, this can be seen in the image you sent: “Target = PF0100 EVK” and it should be “Target = PF-Programmer”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can’t program the PF0100 device on the EVK. If you do, it may not function correctly (depending on what configuration you programmed in the OTP registers). For this reason the GUI developers have disabled the VPGM supply, and grayed out the [PROGRAM] button when connected to an EVK Board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not be trying to connect the PF-Programmer to the EVK. The PF-Programmer works with either the Socket Board, or your own target hardware provide that have included the 8-pin header we suggest in our Users Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to verify code that they have programmed into a blank PMIC is to use the PF-Programmer, connected to a Socket Board, and navigate to the Programming tab of the GUI. Then in the DATA SOURCE select Extract from Device, and press the [Get Input] button. When the extraction is finished, navigate to the EXPORT DATA TYPE area and select Configuration Report. Press the [Export] button and fully decoded report of what they programmed will be displayed in the log screen.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 20:42:03 GMT</pubDate>
    <dc:creator>reyes</dc:creator>
    <dc:date>2016-07-19T20:42:03Z</dc:date>
    <item>
      <title>NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545776#M85789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot seem to program this PMIC. PMIC part number: MMPF0100NPAEP. I am using the PF Series Programmer KITPFPGMEVME and PF0100 EVK Control GUO (Revision 3). I tried using the KITPFGUI 4.0 but it does not see any device connected.&lt;/P&gt;&lt;P&gt;I have successfully programmed the PMIC using the TBB script.&lt;/P&gt;&lt;P&gt;But have had NO SUCCESS with the OTP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Referring to the application note page 28 Section 3, item 3.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An 9.5 V/9.25 V, 100 mA power supply at VDDOTP bypassed by 2 x 10 μF capacitors. The voltage depends on the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; silicon revision used. See section OTP Programming Example for details.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What voltage should I see at VDDOTP?&lt;/P&gt;&lt;P&gt;My measured VDDOTP voltage measures to be 8.35 volts during programming.&lt;/P&gt;&lt;P&gt;I have not seen PWRON toggle ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// PF0100 FPGA PMIC OTP Configuration&lt;/P&gt;&lt;P&gt;// 6-30-2016 (Rev A)&lt;/P&gt;&lt;P&gt;// v1.0.0&lt;/P&gt;&lt;P&gt;// Set VDDOTP = 8 V, PWRON = HIGH, LICELL = 3.0 V (Optional), VIN = VDDIO = 3.3 V&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:7F:01 // Access PF0100 EXT Page1&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xA0 - 0xAF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:A0:00 // Sw1AB Voltage = 0.300 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:A1:14 // Sw1AB Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:A2:05 // Sw1AB Freq = 2 MHZ, Mode = Single phase&lt;/P&gt;&lt;P&gt;WRITE_I2C:A8:3F // Sw1c Voltage = 1.875 V Supplies U15&lt;/P&gt;&lt;P&gt;WRITE_I2C:A9:14 // Sw1c Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:AA:01 // Sw1c Freq = 2.0 MHZ&lt;/P&gt;&lt;P&gt;WRITE_I2C:AC:00 // Sw2 Voltage = 0.4 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:AD:14 // Sw2 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:AE:01 // Sw2 Freq = 2 MHZ&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xB0 - 0xBF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:B0:63 // Sw3A Voltage = 2.55 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:B1:14 // Sw3A Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:B2:01 // Sw3A Freq = 2 MHZ, Mode = Single phase&lt;/P&gt;&lt;P&gt;WRITE_I2C:B4:63 // Sw3B Voltage = 2.55 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:B5:14 // Sw3B Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:B6:01 // Sw3B Freq = 2 MHZ&lt;/P&gt;&lt;P&gt;WRITE_I2C:B8:00 // Sw4 Voltage = 0.4 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:B9:14 // Sw4 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:BA:01 // Sw4 Freq = 2 MHZ&lt;/P&gt;&lt;P&gt;WRITE_I2C:BC:00 // Swbst Voltage = 5.0 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:BD:14 // Swbst Sequence = 20&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xC0 - 0xCF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:C0:00 // Vsnvs Voltage = 1.0 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:C4:14 // Vsnvs Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:C8:00 // Vgen1 Voltage = 0.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:C9:14 // Vgen1 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:CC:00 // Vgen2 Voltage = 0.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:CD:14 // Vgen2 Sequence = 20&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xD0 - 0xDF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:D0:00 // Vgen3 Voltage = 1.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:D1:14 // Vgen3 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:D4:00 // Vgen4 Voltage = 1.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:D5:14 // Vgen4 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:D8:00 // Vgen5 Voltage = 1.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:D9:14 // Vgen5 Sequence = 20&lt;/P&gt;&lt;P&gt;WRITE_I2C:DC:00 // Vgen6 Voltage = 1.8 V&lt;/P&gt;&lt;P&gt;WRITE_I2C:DD:14 // Vgen6 Sequence = 20&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xE0 - 0xEF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:E0:07 // Power-up DVS = 6.25 mV/us, SeqCLK = 4 ms, PWRON config = 0&lt;/P&gt;&lt;P&gt;WRITE_I2C:E1:07 // Power-up DVS = 6.25 mV/us, SeqCLK = 4 ms, PWRON config = 0&lt;/P&gt;&lt;P&gt;WRITE_I2C:E2:07 // Power-up DVS = 6.25 mV/us, SeqCLK = 4 ms, PWRON config = 0&lt;/P&gt;&lt;P&gt;WRITE_I2C:E8:00 // Power Good = Disabled&lt;/P&gt;&lt;P&gt;//[Extended Page 1 Registers: 0xF0 - 0xFF] ----------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:FF:08 // I2C Device Address = 0x08&lt;/P&gt;&lt;P&gt;//===========================================================================&lt;/P&gt;&lt;P&gt;// PROGRAMMING COMMANDS FOLLOW&lt;/P&gt;&lt;P&gt;//===========================================================================&lt;/P&gt;&lt;P&gt;WRITE_I2C:E4:02 // FUSE POR=1 (This Enables OTP Programming)&lt;/P&gt;&lt;P&gt;WRITE_I2C:E5:02 // FUSE POR=1 (This Enables OTP Programming)&lt;/P&gt;&lt;P&gt;WRITE_I2C:E6:02 // FUSE POR=1 (This Enables OTP Programming)&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F0:1F // Enable ECC for fuse banks 1 to 5&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:1F // Enable ECC for fuse banks 6 to 10&lt;/P&gt;&lt;P&gt;WRITE_I2C:7F:02 // Access PF0100 EXT Page2&lt;/P&gt;&lt;P&gt;WRITE_I2C:D0:1F // Set Auto ECC for fuse banks 1 to 5&lt;/P&gt;&lt;P&gt;WRITE_I2C:D1:1F // Set Auto ECC for fuse banks 6 to 10&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:00 // Reset Bank 1 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F2:00 // Reset Bank 2 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F3:00 // Reset Bank 3 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F4:00 // Reset Bank 4 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F5:00 // Reset Bank 5 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F6:00 // Reset Bank 6 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F7:00 // Reset Bank 7 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F8:00 // Reset Bank 8 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F9:00 // Reset Bank 9 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:FA:00 // Reset Bank 10 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;VPGM:ON // Turn ON 9.5 V supply for PF0100A. Turn ON 9.0 V supply for PF0100.&lt;/P&gt;&lt;P&gt;// VPGM:ON turns on supply to the VDDOTP pin&lt;/P&gt;&lt;P&gt;DELAY:500 // Adds 500 msec delay to allow VPGM time to ramp up&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// PF0100 OTP MANUAL-PROGRAMMING (BANK 1 thru 10)&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 1&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:03 // Set Bank 1 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:0B // Set Bank 1 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:03 // Reset Bank 1 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F1:00 // Reset Bank 1 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 2&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F2:03 // Set Bank 2 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F2:0B // Set Bank 2 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F2:03 // Reset Bank 2 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F2:00 // Reset Bank 2 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 3&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F3:03 // Set Bank 3 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F3:0B // Set Bank 3 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F3:03 // Reset Bank 3 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F3:00 // Reset Bank 3 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 4&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F4:03 // Set Bank 4 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F4:0B // Set Bank 4 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F4:03 // Reset Bank 4 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F4:00 // Reset Bank 4 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 5&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F5:03 // Set Bank 5 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F5:0B // Set Bank 5 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F5:03 // Reset Bank 5 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F5:00 // Reset Bank 5 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 6&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F6:03 // Set Bank 6 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F6:0B // Set Bank 6 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F6:03 // Reset Bank 6 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F6:00 // Reset Bank 6 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 7&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F7:03 // Set Bank 7 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F7:0B // Set Bank 7 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F7:03 // Reset Bank 7 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F7:00 // Reset Bank 7 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 8&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F8:03 // Set Bank 8 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F8:0B // Set Bank 8 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F8:03 // Reset Bank 8 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F8:00 // Reset Bank 8 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 9&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:F9:03 // Set Bank 9 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:F9:0B // Set Bank 9 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:F9:03 // Reset Bank 9 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:F9:00 // Reset Bank 9 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// BANK 10&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:FA:03 // Set Bank 10 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;WRITE_I2C:FA:0B // Set Bank 10 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;DELAY:100 // Allow 100 ms for PF0100A. Use 50 ms for PF0100.&lt;/P&gt;&lt;P&gt;WRITE_I2C:FA:03 // Reset Bank 10 ANTIFUSE_EN&lt;/P&gt;&lt;P&gt;WRITE_I2C:FA:00 // Reset Bank 10 ANTIFUSE_RW and ANTIFUSE_BYPASS bits&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;WRITE_I2C:D0:00 // Clear&lt;/P&gt;&lt;P&gt;WRITE_I2C:D1:00 // Clear&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;VPGM:OFF // Turn off 8.5 V Boost Supply&lt;/P&gt;&lt;P&gt;DELAY:500 // Adds delay to allow VPGM to bleed off&lt;/P&gt;&lt;P&gt;PWRON:LOW // PWRON LOW to reload new OTP data&lt;/P&gt;&lt;P&gt;DELAY:500&lt;/P&gt;&lt;P&gt;PWRON:HIGH&lt;/P&gt;&lt;P&gt;//After OTP programming is complete by following the above steps, read the registers 0xA0 to 0xE8&lt;/P&gt;&lt;P&gt;//in Extended Page 1 and compare to the required register values as in the script. Additionally,&lt;/P&gt;&lt;P&gt;//read the ECC Interrupt bit, OTP_ECCI in register 0x0E. If there is an error in the programmed&lt;/P&gt;&lt;P&gt;//values or if the OTP_ECCI bit is set to 1, reject the part as the programming process resulted in errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:59:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545776#M85789</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-07-06T22:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545777#M85790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I am using the KITPFPGMEVME programmer (PF Series Programmer) + my own application board. The latest revision of Control GUI 4.1 does not recognize any devices (&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MMPF0100NPAEP&lt;/SPAN&gt;) as described in Section 5.1 of the KITPFSWUG4 User guide.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I have success connecting to the device using GUI REVISION 3. Measurements taken using a DMM. (Digital Multi-meter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="542" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="80" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Device PIN NUM&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="90"&gt;Device PIN Name&lt;/TD&gt;&lt;TD class="xl64" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="157"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Measured Voltage with 3.3V Supply Enabled(V)&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="186"&gt;Measured Voltage with 3.3V Supply&amp;nbsp; and 8.0V Programming Supply Enabled (V)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;50&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VIN&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;51&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VCOREDIG&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;1.282&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;1.282&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;52&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VCOREREF&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;1.221&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;1.221&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;49&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VCORE&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;48&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;GNDREF&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;47&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VDDOTP&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;8.59&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;55&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;VDDIO&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;54&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;SCL&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;53&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;SDA&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;56&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;PWRON&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;RESETBMCU&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;STANDBY&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0.033&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0.033&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;SDWNB&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.28&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;INTB&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.28&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;3.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="20" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;ICTEST&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="padding: 2px 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 15:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545777#M85790</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-07-07T15:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545778#M85791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required voltage on VDDOTP is 9.5V for PF0100A like the one you are using (and 9.25V for PF0100 old versions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, since the script you are using seems to be correct (you are properly sending the commands to turn on the 9.5V supply for VDDOTP, programming the banks, turning off the VPGM and toggling PWRON), I believe that the reason of why you are not able to OTP program your PMIC is because you have only 8.35V on this pin, which makes me believe that you are using a previous version of the KITPFPGMEVME programmer (this can also explain why you can only make it work with GUI version 3.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it is not possible to program new versions of the PMIC by using an old programmer due to this reason, so, my recommendation is to check with your distributor if you can ask for a replacement for the new version of the KITPFPGMEVME programmer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545778#M85791</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-07-07T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545779#M85792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks for the replay. I will try to get a hold of a new programmer. What version is the new version? This is what I have currently:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KITPFPGMEVME.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36238iA5687CD5C3B9C4DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="KITPFPGMEVME.JPG" alt="KITPFPGMEVME.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545779#M85792</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-07-08T15:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545780#M85793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latest revision is the KITPFPGMEVME REV B (KITPFPGMEVME should have a sticker on the bottom with “REV B” on it) like in the following image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="REV_B_label.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36600i99AAC8BAD025D88B/image-size/large?v=v2&amp;amp;px=999" role="button" title="REV_B_label.png" alt="REV_B_label.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 16:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545780#M85793</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-07-08T16:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545781#M85794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just received my newly purchased &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;KITPFPGMEVME REV B (Confirmed REV B Sticker). I have the 4.1 Revision of the GUI. I followed followed the procedure as described in 5.9.1 of the User Guide &lt;A href="http://www.nxp.com/files/analog/doc/user_guide/KTPFSWUG4.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://www.nxp.com/files/analog/doc/user_guide/KTPFSWUG4.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://www.nxp.com/files/analog/doc/user_guide/KTPFSWUG4.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_F…&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded the script described previously in this post and clicked the "Convert Script File" button.&lt;/P&gt;&lt;P&gt;The issue is the PROGRAM button never becomes available. It is GREYED out.&amp;nbsp; Is there something I am missing?&lt;/P&gt;&lt;P&gt;I have tried using the Script Editor tab as well, by loading the script and running it in that window.&lt;/P&gt;&lt;P&gt;Is there something I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the image You can see that by reading REG(0x03) the data store there is 0x21 confirming the PMIC being type &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;PF0100A . You can also see I have successfully written a value and was able to read back that value, testing the communications. I also did a Blank Check.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Script Loaded Program Not available.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37441iA3094AEF6663162F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Script Loaded Program Not available.PNG" alt="Script Loaded Program Not available.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545781#M85794</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-07-15T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545782#M85795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that I know what is happening in your case, are you using a KITPF0100EPEVBE + the KITPFPGMEVME? I mentioned this because the KITPFGUI is detecting it as a KITPF0100EPEVBE, this can be seen in the image you sent: “Target = PF0100 EVK” and it should be “Target = PF-Programmer”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can’t program the PF0100 device on the EVK. If you do, it may not function correctly (depending on what configuration you programmed in the OTP registers). For this reason the GUI developers have disabled the VPGM supply, and grayed out the [PROGRAM] button when connected to an EVK Board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not be trying to connect the PF-Programmer to the EVK. The PF-Programmer works with either the Socket Board, or your own target hardware provide that have included the 8-pin header we suggest in our Users Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to verify code that they have programmed into a blank PMIC is to use the PF-Programmer, connected to a Socket Board, and navigate to the Programming tab of the GUI. Then in the DATA SOURCE select Extract from Device, and press the [Get Input] button. When the extraction is finished, navigate to the EXPORT DATA TYPE area and select Configuration Report. Press the [Export] button and fully decoded report of what they programmed will be displayed in the log screen.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 20:42:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545782#M85795</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-07-19T20:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545783#M85796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here was what being my resolve. NOT the PERFECT solution - In my case it is more of a WORKAROUND.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that my target board had too much external circuitry on the 3.3V line. I did not further investigate this once I had it working. For my next board revision I will make sure to have a switch to disconnect this voltage from the external circuitry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using the&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;KITPFPGMEVME REV B (Make sure that there is a sticker that says REV B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;2. I disconnected the pin on MY TARGET board that the programmer was supplying 3.3V.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5660iA4E54F32F097CD31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;3. I then Powered my TARGET board with an EXTERNAL 3.3V supply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I verified this voltage first using a DMM. (Digital Multi Meter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;4. I opened the programming software&amp;nbsp;KITPFGUI (Revision 4.2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;5. Then connected the programmer to the TARGET board and then the PC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;6. Clicked Scan for Device in the upper left corner.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5629iB5CCD9018E3F08B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;7. Check the Enable Target box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5873i23DB55CEF37226C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;8. I navigated to the Programming Tab - clicked Blank Check - Verified Device was blank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5751i1412939EAA2544ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;9. Navigate to the Script Editor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Load Script, Select the desired script. I posted the one used in the Original Post above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;10. Click Run Script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5791i540FFB78A4B7B539/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;11. Uncheck Enable target when script has completed. For me a message popped up "Object reference not set to an instance of object." This was fine, my PMIC&amp;nbsp;was SUCCESSFULLY programmed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5839i1731B3271B6C6508/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545783#M85796</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-10-26T16:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: NO SUCCESS with the OTP script - MMPF0100NPAEP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545784#M85797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I believe that my target board had too much external circuitry on the 3.3V line. I did not further investigate this once I had it working. For my next board revision I will make sure to have a switch to disconnect this voltage from the external circuitry. If you are interested in my process to make this work: See below. &amp;nbsp;One thing that still bothers me is that you stated that the program should have read the programmer as&amp;nbsp;&lt;SPAN&gt;“Target = PF-Programmer”. But even once I was able to get it working it still read&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;“Target = PF0100 EVK”. &amp;nbsp;I suspect this may have to do with the OS I have on my computer. I don't know what OS for sure this programmer (KITPFPGMEVME REV B) was designed for. &amp;nbsp;My system is a 64- bit Windows 7 Operating System. Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NO-SUCCESS-with-the-OTP-script-MMPF0100NPAEP/m-p/545784#M85797</guid>
      <dc:creator>matthewcook</dc:creator>
      <dc:date>2016-10-26T17:35:18Z</dc:date>
    </item>
  </channel>
</rss>

