KITPFGUI 4.1 programming error

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

KITPFGUI 4.1 programming error

3,309 Views
User_mmpf
Contributor I

I have configured the TBB tab in the GUI to my requirements. Now that I am trying to load the TBB configuration to the PMIC through programming window, I am getting these messages. Does this mean the sequencing is wrong? What is the issue here?

0 Kudos
Reply
16 Replies

3,278 Views
guoweisun
NXP TechSupport
NXP TechSupport

If you want to load the TBB script, you should operate it in the 'script editor'.

0 Kudos
Reply

3,270 Views
User_mmpf
Contributor I

Loaded it in script editor and ran it. I am trying to change the I2C address of the device to 0x0A(default 0x08). The script runs successfully. But when I am scanning the device through arduino for I2C address, it is still configured to 0x08. How do I change this?

0 Kudos
Reply

3,215 Views
guoweisun
NXP TechSupport
NXP TechSupport

Make sure when scan operation happened,does  PMIC have power on reset? if yes,the register will recovery default.

 

0 Kudos
Reply

3,210 Views
User_mmpf
Contributor I

Only the I2C address is getting reset to default. All the other config such as voltage values, sequencing etc is as programmed in the OTP mode. Checked the power on reset as well, there is no provision for that pin in PMIC. 

0 Kudos
Reply

3,208 Views
guoweisun
NXP TechSupport
NXP TechSupport

That's indeed strange,can you share with your script here?

and execute script log?

0 Kudos
Reply

3,204 Views
User_mmpf
Contributor I

Script and run log attached

0 Kudos
Reply

3,196 Views
guoweisun
NXP TechSupport
NXP TechSupport

Try attached script.

0 Kudos
Reply

3,191 Views
User_mmpf
Contributor I

Still reset to 0x08 after disabling and enabling supply.

0 Kudos
Reply

3,189 Views
guoweisun
NXP TechSupport
NXP TechSupport

Do you use the new PF0100 to do OTP? If no please use new one!

0 Kudos
Reply

3,187 Views
User_mmpf
Contributor I

I have used a new one

0 Kudos
Reply

3,166 Views
User_mmpf
Contributor I

There is no functionality defined for the OTP done register. Does this need to be set after programming?

pic5 attached for reference.

0 Kudos
Reply

3,267 Views
guoweisun
NXP TechSupport
NXP TechSupport

why do you need to change the device address?

Tags (1)
0 Kudos
Reply

3,265 Views
User_mmpf
Contributor I

I am using 2 PMICs on a single board. So need two different I2C addresses. 

0 Kudos
Reply

3,262 Views
guoweisun
NXP TechSupport
NXP TechSupport

which part do you use? PF0100?

0 Kudos
Reply

3,247 Views
User_mmpf
Contributor I

YES

0 Kudos
Reply

3,246 Views
User_mmpf
Contributor I

I ran the OTP script(Programmed to 0x0A address and is working when I scan for devices: See pic1). Now after I manually powered down the PMIC i.e 3.3V supply disabled and enabled again, the address is reset to 0x08(pic2). Shouldn't the OTP config be held without supply?

0 Kudos
Reply