Skip to main content
Visitor II
March 25, 2024
Question

stm32_programmer_cli + TSV + OTP programming

  • March 25, 2024
  • 1 reply
  • 1675 views

Hello,

Can a line entry be added to a TSV file to flash the OTP partition?

If yes, is there an example TSV file?

If not, would the line below work?

#Opt    Id       Name     Type      IP       Offset    Binary
P       0xF2     otp      Binary    none     0x0       otp.bin

Thanks!

1 reply

Christophe Guibout
ST Employee
April 2, 2024

Hello @vpappano,

 

It's not possible to write OTP through TSV file:

- Images in TSV are written into partitions : simple write.

- OTP is read, modified and then written into register, so this is a different way of writting.

 

This is explained in the wiki :

 

Hope it clarifies,

BR,

Christophe

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.