test_timer_duration_period fails with stm32 lptimer #20991
Labels
area: Kernel
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: medium
Medium impact/importance bug
Milestone
When the LPTIMER is enabled, the kernel test timer/timer_api fails in the
"test_timer_duration_period: tdata.expire_cnt == 4 is false"
To Reproduce
Steps to reproduce the behavior:
CONFIG_STM32_LPTIM_TIMER=y
CONFIG_STM32_LPTIM_CLOCK_LSE=y
"Assertion failed at ZEPHYR_BASE/tests/kernel/timer/timer_api/src/main.c:138: test_timer_duration_period: tdata.expire_cnt == 4 is false "
The text was updated successfully, but these errors were encountered: