SPI frame size more than 4 bytes
Hello
I working with spc560p and I send or receive with SPI very good and had no problem, but if I want to send or receive more than 4 bytes (32bits) in one message (one chip select), what should I do?
I used this format for send and receive:
spi_lld_start(&SPID2, &spi_config_Achip);
spi_lld_exchange(&SPID2, 4, txbuf, rxbuf);
spi_lld_stop(&SPID2);
Is there any sample in spc5studio wizard?
