Hello support,
When trimming 16 MHz using PLT and writing to OTP,
If the trimming value has already been written to the OTP, how can I change it to stop writing to the OTP?
There is a function such as otp_read in u_dll, we can check the value written in the address before writing,
but it seems that p_dll does not have functions etc. to read the value written in OTP.
Could you please tell me how to check the OTP value before trimming.
Regards,
Jun-ichi
Device:
Hi Jun-ichi Tobe,
The default functionallity of the PLT tool checks if there is a trimming value in the DUT, if there is an allready burned value in the specific field it wont burn the new calculated value and it will execute a burn only if the value in the OTP field is set to zero.
Thanks MT_dialog