-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
dma_loopback:lpcxpresso55s28_ns driver test failure #34909
Comments
This does not run TFM so I guess better to assign to some NXP engineer? |
@MaureenHelm / @hakehuang seems like the issue here is with CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR. Not sure why the default value of 0 would cause the issue. |
Thanks @galak , looks like LPC DMA can not use channel 0 as memory to memory dma. see this we should use channel 32/21 instead, let me create a PR to fix this test |
Is this issue still relevant or can this be closed?
|
Going to close this based on @chrta report. |
LPC dma channel 32/31 is for memory to memory. Fixing: #34909 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
Describe the bug
dma_loopback:lpcxpresso55s28_ns driver test failure
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/dma/loop_transfer/src/test_dma_loop.c:175: test_dma_m2m_loop: (test_loop() == TC_PASS) is false
To Reproduce
Steps to reproduce the behavior:
Expected behavior
test pass
Impact
LPC DMA fuctions
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: