Part Number: TDA4VM
hi expert
sdk8.2 qnx + rtos
Please help solve the problem when we use two tda4s for clock synchronization
tda4-1 can acquire the external network clock and synchronize successfully. To enable tda4-2 to also acquire the external network clock, change the ptp working mode of tda4-1 to TIMESYNC_ BOUNDARY_ CLOCK and changed portmask Number.This change is valid. Both soc1 and soc2 can obtain the network timestamp
ptpConfig->deviceMode = TIMESYNC_BOUNDARY_CLOCK;//TIMESYNC_ORDINARY_CLOCK
ptpConfig.portMask = 0x0c;
However, this change requires the master of clock synchronization to start after the Ethernet configuration of MCU 2-0 is completed
TIMESYNC_ORDINARY_CLOCK mode has no such requirement. Time synchronization can be completed no matter which is started first1
1.Whether my changes meet the requirements
2.If the change is OK, is there a way to solve the problem of running successively