gpt4 book ai didi

c - RFID:TMS3705 RFid 应答器基站 IC 和 TMS37157 RFid 设备之间的通信应使用多少 PowerBurst 时间?

转载 作者:行者123 更新时间:2023-11-30 18:07:21 27 4
gpt4 key购买 nike

这些 PowerBurst 时间用于 TMS37157 Development Tool FAQ 中引用的示例代码。 ,但似乎不知道这些值是什么。看起来它们是由桌面应用程序提供的,但我只有二进制文件。

struct stLFpacket               
{
unsigned short usPowerBurst[4];
...
struct stLFpacket aLFpacket;
...
void DoPowerBurst(char number)
{
if ((command1.field.PPM_PWM == 1) && (number == 2))
SetOutput(&P1OUT, P1_TXCT, HIGH, BLCtimes.usToff, USEC, HALT);
SetOutput(&P1OUT, P1_TXCT, LOW, aLFpacket.usPowerBurst[number-1], MSEC,
HALT);
}
...
void GetPowerBurst(char number, char* Index)
{
if (command1.field.TwoPB_OnePB == ONE_BYTE)
aLFpacket.usPowerBurst[number-1] = USB_Buffer.ucData[*Index];
else
aLFpacket.usPowerBurst[number-1] = 16 * USB_Buffer.ucData[*Index]
+ USB_Buffer.ucData[(*Index)+1];
*Index++;
}

最佳答案

根据 support@ti.com,

The power burst times used for TMS37157 should be 15-50ms for PB1 and 50ms for PB2. In the base station source code, dopowerburst(2), dopowerburst(3), dopowerburst(4) appear to be used for wake patterns in some of our other automotive transponders that operate a little different from TMS37157.

关于c - RFID:TMS3705 RFid 应答器基站 IC 和 TMS37157 RFid 设备之间的通信应使用多少 PowerBurst 时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4651671/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com