Hi Md Mubdiul Hasan,
The SPI module on our kinetis chip normally have 4 to 16 bits frame size, not 32 bits.
So, if you just want to read the MAX31855, you can choose KL series chip, and you have two way to read the sensor.
1. Use KL series, SPI 8 bits frame, and read 4 times, then use the code to combine these 4 bytes to 32bits, the CS please use the GPIO to control it.
2. Don't use SPI module, just use the GPIO for CS, MISO, SCK pin, then use the code to simulate the 32bits reading SPI wave, this may more flexible.
Wish it helps you!
If you still have question, please let me know!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------