Hello Julius,
Yes, I use the demo board "TRK-KEA8"(SKEAZN8MFK4), it can work well.
The address of SIM_SCGC is different between KEA8 ank KEA128( you can checked it on Reference manual ),
For KEA8:

For KEA128:

so when you download the KEA8 project into TRK-KEA128, this enable FTM0 clock gate code can't enable the FTM0 clock.
/* SIM_SCGC: FTM0=1 */
SIM_SCGC |= SIM_SCGC_FTM0_MASK;
then when you operate FTM0 registers, it will run into Hard_Fault interrupt .
Hope it helps
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------