Hello,
I am using a custom NRF5340 board and trying to run SPIS related code. The issue I am facing is that MISO pin kept low during the complete transaction . My pin configurations are following
#define APP_SPIS_CS_PIN NRF_GPIO_PIN_MAP(1 , 6)
#define APP_SPIS_MISO_PIN NRF_GPIO_PIN_MAP(0 , 19)
#define APP_SPIS_MOSI_PIN NRF_GPIO_PIN_MAP(0 , 21)
#define APP_SPIS_SCK_PIN NRF_GPIO_PIN_MAP(1 , 4)
Please advise me what can be the cause of this issue. I have test the same code on NRF5340 dk with different pins it was working fine.
Regards
Ahmed