Part Number: PRU-ICSS-INDUSTRIAL-SW Dear support,
related to the previous conversation ( https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1185462/pru-icss-industrial-sw-am4379---ti-rtos---prp-red-rx-issue/4668796?tisearch…
Part Number: PRU-ICSS-INDUSTRIAL-SW I'd like to ask you two questions.
1. I understand that PRU-ICSS or PRU-ICSSG firmware and development costs are free, is it free even for commercial use? 2. I understand that PRU-ICSS does not support CIP-Sync. Does…
Hello Ryan,
A correction, PRU-ICSS does not support RMII interface for EtherCAT. Only MII is supported.
Ryan Kelly said: This results in the same behavior: an undetectable slave
Can you share the MDIOAlive and MDIOLink register values when MDIO_enableLinkInterrupt…
Part Number: PRU-ICSS-INDUSTRIAL-SW
Dear support,
due to an unanswered thread ( https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1175494/pru-icss-industrial-sw-am4378---prp-red-rx-issue ) that was automatically locket, I…
Hi Aravindh,
Aravindh Vishnu said: Do you know approximately when the next official version of the Ethernet/IP example application will be ready for release?
I will get back to you on Release date with-in a week.
Aravindh Vishnu said: Also, can…
Hi
Dhaval Khandla said: Have you swapped the MII TX and RX pins connections to PRU?
We would like the understand the details on what is the change from the HW point of view. Are he TX/RX pins swapped for Port 0 and Port 1? Regards Dhaval
Hi Mital,
1. From the description it looks like the firmware is not picking up the packet from the TX Queue.
Mital Pawar said: What do mean by "TI HSR PRP" and on which hardware we have to compare.
2. it should be comparion of DMEM and SMEM logs…
Part Number: PRU-ICSS-INDUSTRIAL-SW Hi TI,
when developing an EtherCAT Slave with AM65xx Evaluation Board using PRU-ICSS Industrial SW, I also would like to realize the required Status LEDs (L/A (Link/Act and RUN) on some of the existing digital outputs…
Part Number: PRU-ICSS-INDUSTRIAL-SW Hi,
can somone explain me this code
#ifdef ADC_SDDF
void Read_ADC_Samples(void)
{
unsigned long u;
float v;
u = sd_get_cur_sample(sd, 3); /* SD7 */
v = ((float)u - 1048576.0) / 1048576.0;
Data_In…
Hi Michael,
Michael Krummsdorf said: Please specify - when am57xx SDK (ti-processor-sdk-rtos-am57xx-evm-05.01.00.11-Windows-x86-Install.exe) is installed to C:\ti, the pdk inside the am57xx SDK is at C:\ti\pdk_am57xx_1_0_12 - correct?
Is there a folder…