Hi again,I have successfully identified the issue: the default kernel clock source for SPI2 is pll_ck, but I don't have PLL set up, so the SPI module was not getting any clock signal. The issue was resolved by changing the SPI clock source to per_ck....