Ethernet PTP time stamp status register bits Topic is solved

Report here problems in any of ChibiOS components. This forum is NOT for support.
Raul
Posts: 43
Joined: Thu Aug 13, 2015 5:15 pm
Has thanked: 3 times
Been thanked: 1 time

Ethernet PTP time stamp status register bits  Topic is solved

Postby Raul » Tue Jul 17, 2018 3:21 pm

Hi,

The following should be applicable to ST family (os/common/ext/ST/) with TSTTR & TSSO defined.

Assuming 17.6.3, changes should be:

Code: Select all

#define ETH_PTPTSSR_TSTTR    0x00000002U  /* Time stamp target time reached */
#define ETH_PTPTSSR_TSSO     0x00000001U  /* Time stamp seconds overflow */


In 18.2.1 the position offsets should change to:

Code: Select all

#define ETH_PTPTSSR_TSTTR_Pos                        (1U)
#define ETH_PTPTSSR_TSSO_Pos                         (0U)


Raul

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Ethernet PTP time stamp status register bits

Postby Giovanni » Tue Jul 17, 2018 3:54 pm

Hi,

Those errors should be reported to ST.

Giovanni

Raul
Posts: 43
Joined: Thu Aug 13, 2015 5:15 pm
Has thanked: 3 times
Been thanked: 1 time

Re: Ethernet PTP time stamp status register bits

Postby Raul » Tue Jul 17, 2018 5:31 pm

Ok,

Out of curiosity, where are the ST CMSIS headers downloaded from?

Thanks,

Raul

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Ethernet PTP time stamp status register bits

Postby Giovanni » Tue Jul 17, 2018 5:41 pm

Hi,

Those are included in the various CubeMX packages.

Giovanni


Return to “Bug Reports”

Who is online

Users browsing this forum: Bing [Bot] and 21 guests