2022-05-30 12:02 AM
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. It's one time programmable memory, is it okay to write invalid keys to that place? Thanks in advance.
2022-09-16 07:04 AM
Hello @kb24. Were you able to fix this issue?
2022-09-16 09:08 AM
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.