I am just trying to establish communication between spi master and spi slave.
I am using two nrf52 boards, SDK 15, in one i dumped spi master example and in another i dumped spi slave example.
I am able to transfer and receive the data.
But when I am changing the string(i.e TEST STRING) need to be transfer, it is printing the previous string only in tera term.
How can I transfer the changed string?
Thanks in advance.