Maximum value of PWM period
Hi all,
I have configured TIM1_CH3N as a pwm channel.
I am trying to do some PWM functionality here.
I am following current tutorial here. When i tried to provide a period of 10 sec it fails to take up the value.
I get following error :
root@stm32mp157a-visionsom-rgb-emmc-mx:/usr/local/firmware_demos# echo 10000000000 > /sys/class/pwm/pwmchip4/pwm2/duty_cycle pwm2
sh: write error: Invalid argument100000000
Is there some limit to what value we can provide here?
