Hi, the clock source of GPIO PORT E seems different from PORT A,B and C. In page 376 of spruh22h, it is described that
By default, GPIO Port A, B, and C are synchronized to SYSCLKOUT only, and GPIO Port E is synchronized to the analog subsystem clock.
but in page 409, when given the description of GPIOEQSEL1 register, however, it is described that :
00 Synchronize to SYSCLKOUT only. Valid for both peripheral and GPIO pins.
01 Qualification using 3 samples. Valid for pins configured as GPIO or a peripheral function. The time between samples is specified in the GPECTRL register.
So, which one should I refer to about Port E clock? and if GPIO Port E is synchronized to the analog subsystem clock, dose it mean that the clock of GPIO port E should not exceed the maximum frequency of 37.5 MHz? Thanks!