2019-01-24 01:58 AM
h
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.
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