Hi Xaro Wubas,

The above description means the FTM in K60 have two functions, one is the basic TPM function(FTMEN=0), which just have the register FTM_SC to FTM_C7V registers, other register can't be controlled; Another is the advanced function(FTMEN=1), which have all the register FTM_SC to FTM_PWMLOAD.
So, you can treat the FTMEN as a gate control bit, it used to select the TPM basic function or the advanced FTM function.
Now answer your two question:
1. For some fields in the second set registers is explicitly mentioned, that they are only usable with FTMEN=1.What is about the others like CNTINIT, ...?
Answer: Just FTMEN is special, FTMEN is a gate control bit. CNTIN is used under FTMEN=1.
2. If FTMEN=0 is set, how do they behave, e.g., is it treated like CNTINIT=0, no matter what CNTINIT was set last time FTMEN=1 was true? What is about write protection, is it disabled with FTMEN=0?
Answer: Yes, when FTEMEN=0, the other register from FTM_CNTIN to FTM_PWMLOAD regiser won't function, so it's better don't write it.
Wish it helps you!
If you still have question about, please kindly let me know.
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------