Other Parts Discussed in Thread: SYSCONFIG
Hi Team,
My customer has a few questions about clock loopback.
- About CLKLB
I searched the word "retiming purposes" from TRM, and the result told that I have to set the PADCONFIG registers of below clock signal correctly. Is that right? Is there other pins which needs CLKLB setting?
SPI[4-0]_CLK(MCU_SPI[1-0]_CLK, OSPI0_CLK, GPMC output clock, MMC1_CLK - I found the description below in TRM. that tells PADCONFIG register number for MMC1_CLK is 164.
For MMC1_CLK signal to work properly, the RXACTIVE bit of the
PADMMR_PADCONFIG164PADMMR_PADCONFIG164 register should be set to 0x1 because of retiming purposes.(TRM p7544)
I couldn't find the PADCONFIG register number for SPI[4-0]_CLK and OSPI0_CLK. Could you show me the reference? - Continuation from this post
-
GPMC_CLKKB as follows:
/* MyGPMC1 -> GPMC0_CLKLB -> GPMC0_CLKLB */
{
PIN_GPMC0_CLKLB, PIN_MODE(0) | \
((PIN_PULL_DISABLE | PIN_INPUT_ENABLE) & (~PIN_PULL_DIRECTION) & (~PIN_OUTPUT_DISABLE))
},
Is that true for MMC1, SPI[4-0]_CLK, OSPI0_CLK too?and I understand as below right?
select MUXMODE=0
internal pullup/down: disabled
Input buffer : enabled
Output buffer: enabled
Internal pulldown is selected.
Why is pulldown intentionally selected despite internal pullup/down is disabled? ( Is default value for PIN_PULL_DIRECTION wrong?)
-
Best regards,
Mari Tsunoda

