Recently I've tried to use PWM on SAMe70 based board. I tried to execute
PWM example from apps. The PWM on SAMv7 seems to be not functional, at
least I observe only that pin goes high when PWM start is executed and the
goes to low when PWM stop is executed.
Is anyone using PWM with SAMv7 based board? Maybe I'm missing something?
There are these configurations:
* boards/arm/samv7/same70-xplained/configs/pwm/defconfig
* boards/arm/samv7/same70-xplained/configs/pysim/defconfig
The GIT log says that there were verified:
commit 4236fa926f429761098d6c8c625ff52c63107ae8
Author: Michal Lenc <michall...@seznam.cz>
Date: Sat Feb 12 11:48:24 2022 +0100
boards/arm/samv7/same70-xplained: added PWM support
This commit adds board level support of PWM driver to SAME70-XPLAINED
board. The functionality is tested with two new configurations
pwm:
An example configuration with configured PWM.
pysim:
This configuration contains support for pysimCoder application and
includes ADC and PWM peripherals and Ethernet driver.
Signed-off-by: Michal Lenc <michall...@seznam.cz>