SPI RXFIFO - Debugging
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-03-31 3:37 PM
Posted on April 01, 2014 at 00:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-04-01 11:24 AM
Posted on April 01, 2014 at 20:24
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 ...
- « Previous
-
- 1
- 2
- Next »