Other Parts Discussed in Thread: TMDS243EVM
Tool/software:
Hi,
I am using hsr_prp_demo in ind_comms_sdk_am243x_09_02_00_15 with TMDS243EVM.
(hsr_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang)
Now I changed the HSR-PRP instance from the default ICSSG1 to ICSSG0. and accordingly,
“MDIO FW WA Configuration” in mdioManualModeSetup() in the demo app has been modified.
(otherwise, the program will abort by accessing REGISTER in ICSSG1)
As a result, the demo app is now running, but HSR doesn't seem to be working properly.
So I checked RedPru0DmemInit() and there was no initialization of LRE_HSR_MODE.
Is it necessary to set LRE_HSR_MODE like RedPru1DmemInit()?
And is there anything else that needs to be corrected?
Best Regards,