2018-05-30 03:08 AM
Hi everyone,
We are using the STM32F427.We have devices that need to work synchronously.So we decided to use PTP but we have no experience in this matter.
I have reviewed the AN3411 document to learn how to use PTP.But I do not fully understand and I can't implement it.I could not find the project mentioned in this file.I also could not find the PTP libraries.(ptpd-1.0.0 & ptpd-2.0.0).
We are currently using our devices as a tcp server.
We don't use RTOS.
Any help would be great.
#an3411 #ieee-1588 #ptp #stm32f4272023-05-21 05:18 AM
Another bug in this broken bloatware:
The code in function HAL_ETH_ReleaseTxPacket() below this line reads PTP timestamp and calls PTP callback for every descriptor, but the timestamp is only valid for a descriptor of the last segment with LS (last segment) and TTSS (transmit time stamp status) bits set in TDES0.
This bug is present in the reworked drivers for F4, F7 and H7.