Part Number: TMS570LS0432
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I am capturing a frequency with the HET timer repeatingly in a loop.
If I disconnecct the wire though, it always reads the same period and duty (of the last measurement).
Is there a way to delete the memory after reading it?
I tried to write a zero in the adress space of the value with
signal.period = 0;
signal.duty = 0;
but this didn't work. (I assume you only have rights to read the register)
Thanks for your advice and suggestions.
Christian