h
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-24 1:58 AM
h
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-24 10:09 AM
Poor coding causing malfunctions.
Example:
if((SPI1->SR & SPI_SR_RXNE) && (SPI1->CR2 |= SPI_CR2_RXNEIE))
SPI1->CR2 |= SPI_CR2_RXNEIE is always non zero, hence TRUE.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-24 11:02 AM
thanks I correct that it is beeing more that 2 weeks to fix this problem but I could not can you help me
