Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: drivers: uart: uart_mix_fifo_poll: hags at nrf54h20 and nrf54l15 #73003

Closed
nordic-piks opened this issue May 20, 2024 · 2 comments · Fixed by #73117
Closed

tests: drivers: uart: uart_mix_fifo_poll: hags at nrf54h20 and nrf54l15 #73003

nordic-piks opened this issue May 20, 2024 · 2 comments · Fixed by #73117
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug

Comments

@nordic-piks
Copy link
Collaborator

nordic-piks commented May 20, 2024

Describe the bug
Tests:

  • tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo
  • tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo_with_ppi
  • tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api_with_ppi
  • tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll_fifo

Observed for

  • nrf54l15pdk/nrf54l15/cpuapp
  • nrf54h20dk/nrf54h20/cpuapp
  • nrf54h20dk/nrf54h20/cpurad

To Reproduce
Steps to reproduce the behavior:

  1. have nrf54l15pdk/nrf54l15/cpuapp connected
  2. go to your zephyr dir
  3. call ./scripts/twister -T tests/drivers/uart/uart_mix_fifo_poll -p nrf54l15pdk/nrf54l15/cpuapp --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
  4. See console output with error

Expected behavior
Valid console output

Impact
Not clear

Logs and console output

*** Booting Zephyr OS build v3.6.0-4231-g7046c9030e70 ***
Running TESTSUITE uart_mix_fifo_poll
===================================================================
START - test_mixed_uart_access

Test hangs

Environment (please complete the following information):

  • OS: Ubuntu 20.04.1 LTS
  • Toolchain Zephyr SDK 0.16.5
  • Commit SHA or Version used: v3.6.0-4231-g7046c9030e70
@nordic-piks nordic-piks added the bug The issue is a bug, or the PR is fixing a bug label May 20, 2024
@nordic-piks
Copy link
Collaborator Author

@nordic-krch Found after #72548

@nordic-krch
Copy link
Contributor

It hangs after d599e2b @aescolar @adamkondraciuk any ideas?
Test is extensively using timers and there are 2 interrupt levels (GRTC runs from lower priority timer than UARTE, TIMER).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants