Part Number: PRU-ICSS-INDUSTRIAL-SW Hi Team,
In the documentation for PRU-ICSS-HSR-PRP-DAN it says that there is no support for 10mbps or half duplex mode? What is the reason behind this? Is there a hardware limitation behind this?
BR,
-RT
Hi Prajith
I did some testing with the PLC and notice the following:
With the addition of this code:
/* RXCFG and TXCFG configuration */
HWREG ( hwAttrs -> prussMiiRtCfgRegBase + CSL_ICSSMIIRT_RXCFG0 ) |= ( 1 << CSL_ICSSMIIRT_RXCFG0_RX_MUX_SEL_SHIF…
Part Number: PRU-ICSS-INDUSTRIAL-SW Dear support team,
We use on our custom board PRU-ICSS-HSR-PRP-DAN_01.00.02.00 packet software. We found out that when we use PRP network setup, we get a lot of CPU load from time to time. This issue occurs more likely…
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 you confirm…
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;…
Part Number: AM2634
Hi,
What does the PRU-ICSS Pre-integrated stacks encompass? Just the industrial ethernet protocols?
Assuming you aren't using the listed features, can you use the different variants interchangeably?
Thank you in advance!
Vrund Rana said: do i need to apply patch m entioned in below EIP adapter package.??
Patch mentioned here is applicable for PROCESSOR-SDK-RTOS 05_01_00_11 only.
Please refer: https://software-dl.ti.com/processor-industrial-sw/esd/docs/indsw/ethernetIP_adapter…
Part Number: MCU-PLUS-SDK-AM243X Other Parts Discussed in Thread: AM2432 I work with AM2432 and mcu_plus_sdk_am243x_08_06_00_43.
I would like to use ICSS-EMAC in SWITCH mode as described here:
https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_06_00_43…