Open ralcaide opened 7 years ago
Now, it's necessary to implement _RFID_Read_MemoryBlock() function to wraps allf process: Check+Anticoll+SelectTag+Authentication+Reading.
The function is:
int RFID_Read_Memory_Block(int blockTrail, int blockRead, unsigned char *buffer);
It is needed to include two blocks: BlockTrail for authentication and BlockRead for reading the block . In our example is RFID_Read_Memory_Block(63,62, bufferRFID);
I suppose I can close.
Moved _RFID_Read_MemoryBlock(*) function from _tm_stm32f4mfrc522 file to _southboundgeneric file.
Subpart of #11
To design and develop the GENERIC function
Then should be developed a MIFARE SB function that call the GENERIC one in order to get the RFID data needed for the MIFARE project.