Difference: MQX 3.7 uses old SPI driver (now called legacy SPI) but MQX 4.1.0.1 has new DSPI driver.
Problem could be for example in some settings or in some wrong implementation of driver.
As first, could you please check whether you define all three CS lines in init_gpio.c file?
New SPI driver allow use two ways how to generate CS signal(s):
- You can generate CS signal directly by SPI module
- You can handle CS signal by CS callback
Please let me know which option you use for CS signals.
Could you please place here your SPI code that we can check it?
I hope it helps you.
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------