This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI_MASTER_EVT_TRANSFER_COMPLETED never reached in ble_UART example

main.c

I am trying to talk to this sensor: www.meas-spec.com/.../MS5803-05BA.aspx via SPI... it quite seems to work as I get expected responses to commands but as the title says "SPI_MASTER_EVT_TRANSFER_COMPLETED" is never called. And I can't figure out why. Also debugging just stops at an certain line without giving any error (at least I can't see any)

Related