Sir,
I am working in nRF52832 board with pca10036. I want to know whether the board supports a loopback control in SPI mode. I need to try for transmitting and receiving the same data through spi lines.
Thank you,
Sir,
I am working in nRF52832 board with pca10036. I want to know whether the board supports a loopback control in SPI mode. I need to try for transmitting and receiving the same data through spi lines.
Thank you,
Is SPI master example could run in a loopback manner without connecting spi slave device
And I have worked the spi master example and if i set a breakpoint then keil breaks and said "The debugger has set two breakpoints at the same address".
Connect MISO to MOSI? Or initialize a SPI slave on the same device.
We strongly advise you to develop on the PCA10040 as the PCA10036 contains an engineering version of the nRF52832 which has bugs that are fixed on the production version.
Sir, thanks for your reply.