STPM066S OTP Programming Application Note / Example Code Hello,I am trying to set up an STPM066S PMIC via OTP (One Time Programming), but without success so far.I am struggling a bit with the description in section 6.7 of the STPM066S data sheet (Rev. 2).a) Is a more detailed application note on OTP available?b) Is a reference implementation of the SPI communication for OTP programming available? A protocol of a successful SPI communication would suffice as well, I think. If not, can someone tell me, what response from the PMIC I should expect?Currently, I do the following steps:1) apply +20V to the VBAT1 pin2) write to SAF_REG_OP: Set SAF_ADDR = "8"; SAF_CMD = "11" (simulation); SAF_AUTO_DOWNLOAD_FORCE = "1"3) write OTP Row 8 to SAF_REG_DI4) write SAF_REG_OP as above, with SAF_ADDR = "9"5) write OTP Row 9 to SAF_REG_DI6) write SAF_REG_OP as above, with SAF_ADDR = "11"7) write OTP Row 11 to SAF_REG_DI8)write SAF_REG_OP as above, with SAF_ADDR = "12"9) write OTP Row 12 to SAF_REG_DI Is this the correct way to do this? I am uncertain