Sinapse-Energia / MIFARE-US

2 stars 0 forks source link

[SB RFID Functions - GENERIC & MIFARE] To design & implement the SB functions in order to use the RFID #15

Open ralcaide opened 7 years ago

ralcaide commented 7 years ago

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.

soporteHW commented 7 years ago

Now, it's necessary to implement _RFID_Read_MemoryBlock() function to wraps allf process: Check+Anticoll+SelectTag+Authentication+Reading.

francisjjp commented 7 years ago

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);

francisjjp commented 7 years ago

I suppose I can close.

soporteHW commented 7 years ago

Moved _RFID_Read_MemoryBlock(*) function from _tm_stm32f4mfrc522 file to _southboundgeneric file.