NXP's IMX RT1010 triggers assert on SPI Loopback test when EDMA enabled #77129
Labels
area: DMA
Direct Memory Access
area: SPI
SPI bus
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: low
Low impact/importance bug
Describe the bug
Running SPI Loopback Test on IMX RT1010 EVK triggers a failed assert when eDMA is enabled (
CONFIG_SPI_MCUX_LPSPI_DMA
).Git Bisect points to a5cf757 (from #61311), which indicates this could be a regression.
Running the same testsuite with
CONFIG_SPI_MCUX_LPSPI_DMA=n
works as expected.This is the only NXP board I have with me so I don't know if other variants experience the same issue (e.g: mimxrt1015_evk, mimxrt1020, etc).
To Reproduce
Using Upstream Zephyr (main branch)
Build command:
west build -b mimxrt1010_evk tests/drivers/spi/spi_loopback/ && west flash -r jlink
Console output:
Expected behavior
Test should work with or without DMA enabled.
The text was updated successfully, but these errors were encountered: