Hi Gaurav More,
I have tested your newest slave code, this code still have problems, this is the SPI bus wave:

Your LPC11U68 slave MISO didn't send out the correct data.
It seems you didn't test both my SPI master(LPC43S67) and slave code(LPC11U68), this is my test result with the modified master and slave:
1. SPI BUS wave

You can find both mosi and miso in the SPI bus wave is correct, which you need is:
LPC43S67 Master
Send: 0X1234, 0X5678,0X9ABC, 0XDEF0, 0X2345
Receive: 0X3ea, 0x3eb, 0x3ec,0x3ed,0x3ee
LPC11U68 Slave
Send: 0X3ea, 0x3eb, 0x3ec,0x3ed,0x3ee
Receive: 0X1234, 0X5678,0X9ABC, 0XDEF0, 0X2345
2. Master LPC43S67 debug result:

You can find both receive and transfer data is correct
3, Slave LPC11U68 debug result

You can find the slave both send and receive data is correct.
Actually, I just modify the Master send data to 0X1234, 0X5678,0X9ABC, 0XDEF0, 0X2345
So, I highly suggest you test both my master and slave in pair.
I attached the newest master and slave code for you reference .
I think, now, your slave code may still have problems, because the MISO don't have the correct data.
Actually, I use the same SPI pin as your code, so you just need to download may code to your board, you even don't need to modify the hardware, just check the data.
I can make sure my code works as your expect.
Please test it, thank you,
Any updated problem, just let me know!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------