2013-01-23 11:08 AM
Dear Friends;
I use SPI protocol @ stm32f100c4 to interface with GLCD , to interface GLCD frame must be SPI 9bit. From Datasheet: Stm32f100C4 has two mode 8bit frame or 16 bit frame for sending data by SPI protcol but i need to configure SPI frame 9 bit. How could i use SPI @ stm32f100C4 to send by SPI with frame 9 bit ?2013-01-23 12:49 PM
It doesn't have a 9-bit mode, you'll have to think outside the box.
Perhaps you can align the data, or send multiple bytes (72-bits?) The F0 has 4-16 bit modes.2013-01-24 02:14 AM
2013-02-01 11:31 PM