Hi @Chavira
I'm using iMX8ULP-evk to enable TPM in A core according to your article: https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-use-PWM-on-iMX93-EVK-board/ta-p/1...
I chose PTF19 (J20 pin3) to generate PWM signal.

After flashing, I open a terminal and execute the following commands:
cd /sys/class/pwm/pwmchip0;
echo 0 > export;
cd pwm0;
echo 400000 > period;
echo 200000 > duty_cycle;
echo 1 > enable;
Then , I use oscilloscope to measure it waveform , and it keeps outputting a high-level signal.
Could you give me some advice?
My dts ,config, log are as below.
Best Regard!