尝试使用 htrc110 读取 fdx-b 芯片数据,这可能吗?? htrc110支持125khz而fdx-b是134.2khz
2023-04-26 07:20
FPGA 接口的功能,如 1 位 FDX 读/写或 4 位 HDX 读/写等(标准 NOR FLASH 的 QSPI 也是如此)。PCS 必须在整个交易过程中保持活动状态。 单位 FDX 读/写操作
2023-06-09 06:00
了一个串口工具来完成他们的项目。他们是系统调试辅助工具和EMI管理工具。IP101G是用先进的CMOS(85海里)技术制作和设计是基于IC加上第五Ethernet-PHY架构,这个特性使得IP101G消耗非常低的权力。比如在满载运行(100 mbps_fdx),只需要低于0.15 w。
2017-09-13 17:45
德州仪器 (TI) 宣布推出 12 毫米多用途楔形应答器及 24 毫米低频圆形电子标签,进一步扩大了其低频产品系列阵营。12 毫米多用途楔形应答器对芯片电路进行了改进,可直接安装于金属上;而 24 毫米低频圆形电子标签则采用 TI 专利调谐工艺制造而成,可提升废物处理及工业生产等应用的读写一致性。自上世纪 80 年代晚期以来,134.2 kHz 低频RFID技术就用于从牲畜到汽车零部件等任何物体的识别。目前,众多新型应用都要求标签在高金属环境或其它恶劣工业环境中具有更优异的性能。
2019-06-28 07:57
)aa=0;//当加到16时,从新加wx=1;//开位选P0=0xea;//开135位wx=0;//关位选dx=1;//开段选P0=numtable[aa]; //0~Fdx=0;//关段选aa++
2013-03-25 10:14
本帖最后由 一只耳朵怪 于 2018-6-4 16:33 编辑 在uboot中有MII命令使用有些疑惑。U-Boot# mii write 0 22 0X877FError writing to the PHY addr=00 reg=22//为什么我这款RTL8306网卡IC写到第22个寄存器就不行了。这是什么原因,难道是TI MII write 的一个BUG吗?
2018-06-04 05:21
如何对RK3288平台上的SPI接口进行调试呢?
2022-03-04 06:26
IP101GR是什么?IP101GR单口PHY芯片有何功能?IP101GR单口PHY芯片是如何进行通信的?
2021-11-01 06:08
\\\' into lf_v2022.04 ysp@ud2204:~/work/imx-yocto-bsp/local_repos/uboot-imx$ git clean -fdx Removing
2023-05-12 06:50
我在Poto板上使用PIC32 MZ2048 EFG064(没有EVE板)和一个PICTIT3。现在我只想在以太网上发送一个垃圾包,但几天之后我就完成不了什么。我使用的是标准的以太网引脚和RMII,并且使用了γ-Primar语句来设置这个,但是在这一点上,我已经断开PHY,并且只通过查看MAC寄存器和描述符TSV位来寻找传输分组的证据。如果我运气好,可以在EXXEN、ETXD0或ETXD1上看到活动。当我设置TXRTS时,它确实清除了自己,但是没有任何证据表明其他事情正在发生。没有MAC寄存器的变化,所有的TSV位都是零,在我的范围内没有任何东西。我最初有50MHz进入ErFLCK,但是假设MAC可能是完全静态的,现在在那里输入1KHz,以防高频在我的原始布线工作中不能很好地发挥作用。我已经验证了ErFLCK连接,因为我临时关闭以太网,并将其设置为输入,并编写了一些代码来查找转换。一切都很好。我已经看过了其他的样例代码,遵循了初始化的UNSS601155D,并尝试了所有我能想到的。我尝试了和声,但是几乎不可能去跟踪它所做的事情。是否有人有这个芯片的样本代码,所以我只能从MAC引脚发送一些东西?这个外围设备让人发狂。 以上来自于百度翻译 以下为原文 I'm using a PIC32MZ2048EFG064 on a proto board (no eval board) and a Pickit3. Right now I'm only trying to send a junk packet on Ethernet, but after days I've accomplished little. I'm using the standard Ethernet pins and RMII and have #pragma statements to set this, but at this point I've disconnected the PHY and am only looking for evidence of a transmitted packet by looking at MAC registers and the descriptor TSV bits. And if I'm lucky, a scope to see activity on ETXEN, ETXD0 or ETXD1. When I set TXRTS it does clear itself, but there is zero evidence of anything else happening. No changes in the MAC registers, all TSV bits are zero, nothing out on my scope. I originally had 50MHz going into EREFCLK, but then assuming the MAC is probably totally static, feed just 1kHz in there now in case the high frequency isn't playing well with my proto wiring job. I've verified the EREFCLK connection is there since I temporary turned off Ethernet and set it as an input and wrote some code to look for transitions. That's all good. I've looked at other sample code, followed the initialization in DS60001155D, and tried everything I can think of.I tried Harmony but it's darn near impossible to follow what that's even doing. Does anyone have sample code for this chip so I can just send something out of the MAC pins? This peripheral is maddening.
2018-12-05 14:49