Hi everyone,
I'm working on a PLC thesis project using the two modules TMDSPLCKIT-V3.
Actually I'm trying to modify the G3_PHY_EXAMPLE on CCS5.5 (in terms of code and DSP BIOS to understand better how does the program works) and, for now, I'm managed to create a TX-TMDSPLCKIT that send just a packet at a certain rate and a RX-TMDSPLCKIT that receive that packet and blink the led.
However, I see on the Developer's Kit Design Guide PDF that it is used ZeroConfiguration GUI (not to my interest) but what I want to reproduce is to get the "Statistics" and "Logs" about my program.
It would be interesting get information about the number of paket sent,frequency, errors, etc... similar to what display the ZeroConfigGUI.
Now my question is:
It is possible, without the GUI, get statistics and logs by adding something in my program? I have read the PHY_API and there is this thing:
PHY RX Get Statistics
This API gets PHY RX path statistics.
Syntax --> PHY_status_t PHY_rxGetStat(PHY_rx_stat_t *getData_p)
It might be useful? How can I implement this? How and where I can see the Stats?
I hope someone can help me,
Thanks for the support,
Best,
Andrea