Hello,
I'm trying to run the SPI0M_SPI1S example on the LPC812 demo board.
It hangs in a loop waiting for the TXRDY flag:
while ((LPC_SPI1->STAT & STAT_TXRDY) == 0);
Debugger shows:
LPC_SPI1->STAT: 0b100010000
STAT_TXRDY: 0b10
Best regards
Jonas
Hi Jonas Pistor,
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------