STM32F7 PTP Support
Hello!,
I got a custom PCB with a STM32F76 MCU with a PHY chip.
Running Freetos CMSIS V1, and LwIP.
I want to setup the MCU as a PTP slave/client. Is there a way to configure this in the .ioc file?
Looking through the drivers enabled HAL_ETH_USE_PTP in stm32f7xx_hal_conf.h
Also added the following to HAL_ETH_Init() :
ETH_PTP_ConfigTypeDef *ptpconfig ;
HAL_ETH_PTP_GetConfig(heth,ptpconfig );// Get PTP actual configuration into ETH_PTP_ConfigTypeDef
HAL_ETH_PTP_SetConfig(heth,ptpconfig);
What is the proper way to enable PTP support in the .ioc file ?
Do I need to know the IP of the PTP master?
Thanks,
Steve
