Hi Eduardo,
After digging into the datasheet, I understand that I need to issue a REQA or WUPA to get it into the Ready state, then I can issue a memory command.
So I believe for the REQA, I will need to send 0x26, 0x07.
Then for a FAST READ, I will send 0x3A, 0x05, 0x08, 0x8E, 0x51 (command, start address, end address, CRC_A, CRC_A)
I used an online CRC_A calculator on 0x3A0508 and it resulted in 0x8E51, that gave me the last two bytes.
Did I get the CRC calculation correct?
Do I have the correct command strings?
Thanks!
-Andrew