tests: drivers: pwm_api fails with stm32 devices #45322
Labels
area: PWM
Pulse Width Modulation
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug
the tests/drivers/pwm/pwm_api/ fails in the test_pwm_usec sequence when running on stm32 target boards
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/pwm/pwm_api/src/test_pwm.c:137: test_pwm_usec: test_task(DEFAULT_PWM_PORT, DEFAULT_PERIOD_USEC, DEFAULT_PULSE_USEC, UNIT_USECS) == TC_PASS is false
Please also mention any information which could help others to understand
the problem you're facing:
To Reproduce
Steps to reproduce the behavior:
west build -p auto -b nucleo_wb55rg tests/drivers/pwm/pwm_api/
west flash
Expected behavior
test PASSED
Impact
test campaign failure
Logs and console output
Environment (please complete the following information):
Additional context
Seems related to the PR #44583
The text was updated successfully, but these errors were encountered: