Skip to main content
vekli
Associate II
October 21, 2022
Question

Bug STM32F429ZI ETH PTP TIM2 ITR1

  • October 21, 2022
  • 3 replies
  • 1612 views

STM32Cube FW_F4 V1.27.1

HAL ETH PTP

file

stm32f4xx_hal_tim_ex.c

Definition of TIM_TIM2_ETH_PTP

line 75-79

#if defined(TIM8)

#define TIM_TIM2_TIM8_TRGO           0x00000000U               /*!< TIM2 ITR1 is connected to TIM8 TRGO */

#else

#define TIM_TIM2_ETH_PTP            TIM_OR_ITR1_RMP_0            /*!< TIM2 ITR1 is connected to PTP trigger output */

#endif /* TIM8 */

fix:

#if defined (TIM2)

#if defined(TIM8)

#define TIM_TIM2_TIM8_TRGO           0x00000000U               /*!< TIM2 ITR1 is connected to TIM8 TRGO */

#endif /* TIM8 */

#define TIM_TIM2_ETH_PTP            TIM_OR_ITR1_RMP_0            /*!< TIM2 ITR1 is connected to PTP trigger output */

This topic has been closed for replies.

3 replies

KDJEM.1
ST Technical Moderator
October 25, 2022

Hello @vekli​,

Thanks for reported this issue and I reported internally.

Internal ticket number: 137402 (This is an internal tracking number and is not accessible or usable by customers).

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Thank you

Kaouthar

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.
Piranha
Principal III
October 25, 2022

https://community.st.com/s/question/0D50X00009XkYXsSAN/stm32f427-ptp-implementation

A bunch of PTP related bugs reported in this topic will be ignored like other non-trivial reports?

vekli
vekliAuthor
Associate II
October 25, 2022

:thumbs_up: Thanks.

KDJEM.1
ST Technical Moderator
November 6, 2023

Hello @vekli ,

This issue is fixed in GitHub.

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.