2014-03-31 3:37 PM
2014-04-01 11:24 AM
one way to do that is:
#define SPI1_RXDR8 *((unsigned char*)&SPI1->DR) Then received[0] = SPI1_RXDR8; received[1] = SPI1_RXDR8; received[2] = SPI1_RXDR8; received[3] = SPI1_RXDR8; etc ...We’re moving the ST Community to a new platform to give you a better and more reliable community experience.