Hi
I've download the FRDM-KE06 SDK for both MCUXpresso and IAR and try to run the frdmke06z_driver_examples_tpm_pwm_twochannel_tpm_pwm_twochannel project in both IDE, and I have problem running in MCUXpresso IDE.
In MCUXpresso.
I can build the project and download through OpenSDA debugger port. While it always output to the P&E semihosting console and give me a dummy input as well. when I unselect the enable semihosting in the startup tab, the download seems not working. I can't run the program.
When I use the IAR and run the same project. It works fine. I can see the UART console output and waiting for my inputs from there.