Hi Igor, thank for reply
I tried proposed solution but it did not work.
Pad setting is Value at address 0x20E0610: 0xF048 (PKE=1, PUE=1, PUS=11 => 22K pull up)
When PWM is set to 4/256 duty cycle, control register is
Value at address 0x2080000: 0x01C60001
PWM work ok, on output there is mostly logic 1 with mall peaks to logic 0
When setting 0 as duty, then
Value at address 0x2080000: 0x01CA0001 (forced disconnect output, manually enabled PWM)
Value at address 0x2080000: 0x01CA0000 (forced disconnect output,normal setting by linux)
still produce logic 0 on output
I also test to force output disconnect during normal operation (duty 4/156) and output goes to logic 0
I found the only one way how to archive required functionality. Override disable function and keep PWM running with duty setting at 0.