Hi,
My board is using nRF52805.
I am trying to interface SPI interface serial flash.
I modified the sdk_config.h file.
My code is as bellow.
Code is stuck in nrf_drv_spi_init();
When I put the debug message in nrf_drv_spi_init(), like printf("nrf_drv_spi_init\n") in font of the function, but only "nr" is printed and hang on.
If I skip this function W25qxx_init(), next codes are working well, advertising, connecting, ....
BR
Paul
-------