STM32F427 PTP Implementation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-05-30 3: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 #stm32f427- Labels:
-
Bug-report
-
Ethernet
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-21 5: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.

- « Previous
- Next »