-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed as not planned
Closed as not planned
Copy link
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
The tests/drivers/pwm/pwm_gpio_loopback/drivers.pwm.gpio_loopback.nrf fails.
Observed for:
nrf54l15dk/nrf54l15/cpuapp
To Reproduce
Steps to reproduce the behavior:
- have
nrf54l15dk/nrf54l15/cpuappconnected - go to your zephyr dir
- call
./scripts/twister -s drivers.pwm.gpio_loopback.nrf -p nrf54l15dk/nrf54l15/cpuapp --device-testing --device-serial /dev/ttyACM1 -v --inline-logs --west-flash="--erase" --fixture gpio_loopback - See console output with error
Expected behavior
Valid console output
Impact
Not clear
Logs and console output
*** Booting Zephyr OS build v4.1.0-383-g92138f7ae718 ***
Running TESTSUITE pwm_gpio_loopback
===================================================================
START - test_pwm
Test case: [Channel: 0] [Period: 160000] [Pulse: 40000] [Inverted: No]
Sampling done: true
Measured period: 176 cycles, high: 41, low: 135 [unit: systimer ticks]
Measured period: 176000 ns, deviation: 10.0%
Measured duty: 23.29%, deviation: 6.81%
PWM output does NOT match the programmed values
Assertion failed at zephyr/tests/drivers/pwm/pwm_gpio_loopback/src/main.c:213: test_run: (result not equal to TC_PASS)
Test case failed
FAIL - test_pwm in 0.092 seconds
===================================================================
START - test_pwm_cross
Test case: [Channel: 0] [Period: 160000] [Pulse: 64000] [Inverted: No]
Sampling done: true
Measured period: 175 cycles, high: 79, low: 96 [unit: systimer ticks]
Measured period: 175000 ns, deviation: 9.37%
Measured duty: 45.14%, deviation: 12.85%
PWM output does NOT match the programmed values
Assertion failed at zephyr/tests/drivers/pwm/pwm_gpio_loopback/src/main.c:213: test_run: (result not equal to TC_PASS)
Test case failed
FAIL - test_pwm_cross in 0.092 seconds
===================================================================
TESTSUITE pwm_gpio_loopback failed.
------ TESTSUITE SUMMARY START ------
SUITE FAIL - 0.00% [pwm_gpio_loopback]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.184 seconds
- FAIL - [pwm_gpio_loopback.test_pwm] duration = 0.092 seconds
- FAIL - [pwm_gpio_loopback.test_pwm_cross] duration = 0.092 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
PROJECT EXECUTION FAILED
Environment (please complete the following information):
- OS: Ubuntu 20.04.1 LTS
- Toolchain: Zephyr SDK 0.17.0
- Commit SHA or Version used:
v4.1.0-383-g92138f7ae718
Addtional information
Probably introduced by f44a301
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Type
Projects
Status
Done