Thanks for your support folks!
I am trying to read some bytes I have wrote in a MX25R8035F. From the datasheet, if you send 0x03 (READ) + 3 Byte address, then the memory starts sending data, and increasing address automatically, so you can dump the entire memory with only one command.
However, nRF52832 is reading only two bytes, then skipping one.
Logic analyzer shows that memory is giving the correct data, but Nordic is skipping one byte for every two. Any help is welcome.