Hello adriancano,
Thanks for reply it was really helpful.
I have some doubt in it.
I am working with KL25Z128VLH4 controller using CW 10.3.
I have generated code for SPI0 (mode 0) using PE in CW 10.3.
As I said I was not able to read the ID from Spansion memory IC.
My code was not working.
But refereed from the "READ_ID Command Sequence" .
I disable the CS pin from SPI setting (All other parameters are same) and make CS pin as "BitIO_LDD"
And I Clear the bit before reading ID and again set it.
Now its working.I can read RDID of memory IC.
When I tested SPI communication on two controllers one as a master and other as a slave its working fine.
Is this setting of CS (Chip select) pin as a "BitIO_LDD" is required for all types of SPI communication from controller to any SPI based device.
or this setting of CS is required for all types of Flash?
or It is related to this spansion flash only?
Also the mentioned flash S25FL128S is supports DDR option.
Is the use of this DDR option depends on the controller KL25Z128VLH4.
What parameters do i need to consider for that?
-Amreen