工具/软件:TI-RTOS
您好!
有人能否在 prp_app 中解释 PWMSS 的用途?
我正在研究定制板的示例端口,我不明白使用的是什么...
谢谢!
此致、Mare
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.
工具/软件:TI-RTOS
您好!
有人能否在 prp_app 中解释 PWMSS 的用途?
我正在研究定制板的示例端口,我不明白使用的是什么...
谢谢!
此致、Mare
感谢 INFO-Garrett!
我有另一个问题。
在定制板上、我有奇怪的行为!
有时、ICSS 上的 IT 端口在启动后变得无法访问。 现在、我正在寻找原因...
1) 从链接 processors.wiki.ti.com/.../ICSS_EMAC_LLD_debug_guide 中,我尝试检查统计信息:
hostStatPtr =(hostStatistics_t*)(((((ICSSEMAC_Object*) emachandle->object)->hostStat));
pruStatPtr =(pruStatistics_t*)(((((ICSSEMAC_Object*) emachandle->object)->pruStat));
pruStatPtr 成员始终为0 (当端口正在运行且断开时)。
HostStatPtr 具有带数字的成员...
为什么?
2)
断开后,应用程序在 RedTxPacketEnqueue()中按 RED_ERR。 (//*检查队列是否已满,是否有回绕*/和//检查队列是否已满*/),这意味着 PRU 固件不运行?
3) 我们不使用"碰撞/载波感知"引脚、因此我检查 main.c 行...:
switchEmacCfg->halDuplexEnable = 0;
没关系、对吧?
4.) PRU 是否可能因为想要控制某些不是引脚多路复用的引脚而卡住?
是否有任何建议要检查什么/哪里?
感谢 Garrett 的努力!
此致、Mare