cancel
Showing results for 
Search instead for 
Did you mean: 

stm32_programmer_cli + TSV + OTP programming

vpappano
Associate

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 1
Christophe Guibout
ST Employee

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.