cancel
Showing results for 
Search instead for 
Did you mean: 

Writing DCF records in the code

kb24
Senior

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.

2 REPLIES 2
MKova.5
Associate

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

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.