The datasheet mentions Polling, but it doesn't seem to describe how to do polling .
How can I know when SPI access has been completed by polling rather than by using an interrupt?
Is there something like a status register for polling?
Or should I monitor a port whether it changes H or L level?