Dear all,
i want to communicate 8 bit data in spi protocol from piccolo f28069 to msp430g2553 because msp430g2553 has 8-bit data spi but piccolo is an 16 so i want to communicate 8 bit data from piccolo to msp430
i made some trials
SpiaRegs.SPICCR.all =0x000F; // Reset on, rising edge, 16-bit char bits
SpiaRegs.SPICCR.all =0x009F; // Relinquish SPI from Reset
so last 4 lsb bits will tell the size of data so if change this 4 lsb other than f it will not work at all