Other Parts Discussed in Thread: TPS23881
Hi there,
I used below programming to make 90W for each port. I found the last four programming statements should follow the order, otherwise, the current limit is only 420mA, not 1A. At this time, after disable then enable a single port with Reg_0x19, the current limit changes from 1A to 420mA. If I re-program it by the same programming, it would disable other ports. How could I just re-enable this port with 1A capability?
Thanks.
tst_poe_write 1,0x12,0x55 //Manual mode
tst_poe_write 1,0x29,0xff //Choose 4 pair 90W
tst_poe_write 1,0x13,0x00 //Disable DC disconnect
tst_poe_write 1,0x14,0xff //enable detection and classification
tst_poe_write 1,0x19,0xf0 //Close all ports
tst_poe_write 1,0x40,0xf0 //Select 2x foldback, 1A for each port
tst_poe_write 1,0x55,0xff //select alternative foldback
tst_poe_write 1,0x19,0x0f //Open all ports