User Activity

Posted on May 22, 2013 at 11:22Hi , I'm using ST7540 Eval Board and i want to send to my Micrcontroller via SPI , 24 bits all at once. The spi i use is 8 bit. Here is an excerpt of my code : volatile uint8_t i=3;     while(i>0){         i--;        ...