Hi
I want to declare 2 spi instances with only cs pin different.
The reason for dividing the two is because the modes are different.
The one declared above is executed, but the one declared below is blocked by the following function. (nrf_drv_spi_transfer)
please tell me why and how do I solve this problem.
thank u~