Hello, i would like to interface nrf51822 with an rfid reader mfrc522 using SPI.So, i went through the example of spi_master in SDK 8.1.0.How can we access the value of a register in mfrc522,as the NRF SPI code is not that easy to understand.Is that in TXD register we have to give the required register address??On giving so i get the same register address in RXD register after 2 bytes again and again instead of the value in the particular register.
Can anyone please help me sort out this ??