Hi all,
I am trying to use pin config tool in MCUXpresso with my MKE04Z128VQH4 MCU. The problem is when I enable the SWD CLK and DIO pins, it doesn't let me enable FTM1-CH0 on pin 6. There seem to be no conflict by looking at the datasheet, but it tells me there is conflict in setting SWDE bit of SIM_SOPT0 register. Your help is appreciated.
Solved! Go to Solution.
Hi Hamed Mohammadi,
There seem to be no conflict.
In fact you don't need to enable SWD CLK and DIO pins, these two pins are default as these function.
Best Regards,
Robin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Hamed Mohammadi,
There seem to be no conflict.
In fact you don't need to enable SWD CLK and DIO pins, these two pins are default as these function.
Best Regards,
Robin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks!