Hi,
I am using SDK 17.0.2 for a simple scanner project, where nordic SoC is communicating with main MCU via SPI.
The code starts normally on nRF52832, but on nRF52833, it appears as if it is stuck at start until i make select/deselect on SPI... after initial select/deselect from SPI master, it all works normally....
The code doesn't even enter main loop untill i do first select/deselect.

Has anyone else encountered this issue?
I use central uart example, which i modified to my needs. For nRF52833 i use pca10100e with s140.
If i run original uart example, the code starts as it should... could it have something to do with SPIS??
I was looking at sdk_config and other stuff if there is anyting that i'm missing, but i can't seem to find the origin of the issue.
Still fairly new to programming and nordic SDK, but everything else i managed to solve...
Thank you for the time and looking forward to suggerstions.
BR,
Andrej


