Skip to main content
kb24
Senior
May 30, 2022
Question

Writing DCF records in the code

  • May 30, 2022
  • 1 reply
  • 1595 views

Hello, I am using SPC58EC and I want to write DCF records, is it possible to do that in the code, I saw couple of example which are using Lauterbach script. If it is possible is there any application note or documentation for this? I also saw to update STCU2 configuration we have to invalidate older configuration by changing keys. 0693W00000Nqq5dQAB.pngIt's one time programmable memory, is it okay to write invalid keys to that place? Thanks in advance.

    This topic has been closed for replies.

    1 reply

    MKova.5
    Visitor II
    September 16, 2022

    Hello @kb24​. Were you able to fix this issue?

    kb24
    kb24Author
    Senior
    September 16, 2022

    I learned it is working in that way but I didn't implement it because accidentally I wrote 0xFFFFFFFF between records so even if I write new records it is dead, it is not reading rest of the records after seeing 0xFFFFFFFF. So be careful about not to send end bits of DCF records. Good luck.