This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

怎么使用TRF7970AEVM进行写BLOCK操作



1 首先TRF7970AEVM官方的给的程序是基于串口控制的。

2 若要对标签进行写block动作,必须先进行inventory/write single block,这个过程需要主机与TRF7970AEVM之间进行多次数据通讯。

3 因为我们对整个写block过程的时间有要求,希望修改TRF7970AEVM底层的程序,主机只要发送一个命令,就能实现写block操作。

4 如何实现,或者使用哪些函数(trf797x.c),最好有个示例程序