Hello Lama, Thanks for your valuable input.
I've gone through AN1062 and understood the example of QSPI to control 3 ADCs. Though it's written in assembly format, i could not captured it completely.
For my case, I have to write few bytes data to FRAM chip using SPI peripheral. I would have 2 options to do it. 1. Write a SPI routine in C by assigning pointer to SPI register. 2. Write a SPI routine in assembly instructions.
I came to know that, SPI bitbang would also be an option since the code is portable to my MCU and it's well proven.
I'm looking for a better solution which I can directly adapt to write few bytes configuration data to my FRAM part. You can suggest me the best solution if you already worked similar things in past and have a better idea for same.
Thanks in Advance!