Hi,
I want to use 8452 as a SPI master. I tried configuring DRDY to be active low, CS active low, CONV disabled, transfer size 8. With this configuration, slave must provide a ready signal per byte to trigger communication. I want to achieve that slave can transfer 256 bytes to master at a time and provide a ready signal every 256 bytes. I would like to know how to config the DRDY, CS,CONV to meet my need.
Thanks