spi_nxp_lpspi: Hardfault regression #87768
Labels
area: SPI
SPI bus
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP Drivers
NXP Semiconductors, drivers
priority: low
Low impact/importance bug
Regression
Something, which was working, does not anymore
Describe the bug
There is some hard fault in the LPSPI driver during device init on some platforms.. This is new since 4.1.0 release
To Reproduce
west build -b frdm_ke17z -p always tests\drivers\spi\spi_loopback
west flash -r jlink
Expected behavior
Test pass
Impact
Driver does not work for some platform due to hard fault in init
Logs and console output
Additional context
I did not bisect but I did debug and it is hard fault on LPSPI_Reset in the init of the device, likely introduced on this commit: 9f10418
The text was updated successfully, but these errors were encountered: