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 slave] Changing contend of TX buffer

Dear sir.

I have question of SPI slave communication.

[NRF_SPIS1->TXDPTR] is a point to address of TX buffer. After [spi_slave_buffers_set] is called and SPI transaction complete event will be happened.

After [spi_slave_buffers_set], I want to change content of TX buffer.

Is it possible blew case?

  • If SPI transaction happen during changing content of TX buffer, then part of TX buffer is not changed and transfered to SPI Master.

If it is happened, is there solution to prevent?

Best and regards. Thank you.

Related