Do the GPIO slew rate and drive strength settings apply to the SEMC SDRAM interface?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Do the GPIO slew rate and drive strength settings apply to the SEMC SDRAM interface?

1,007件の閲覧回数
gerry1
Contributor I

It is not clear to me in the reference manual whether the slew rate and drive strength of the SDRAM signals can be set using the GPIO pin settings for these parameters. Are these signals adjustable or do they have default settings that are used?

0 件の賞賛
3 返答(返信)

1,000件の閲覧回数
nickwallis
Senior Contributor I

Things like drive strength and slew rate are properties of the pin - these are independent of GPIO settings and are set using the IOMUXC. So yes, you can set them independently.

For an example, take a look at the function IOMUXC_SetPinConfig() which you should find calls to in BOARD_InitBootPins()

-Nick

0 件の賞賛

994件の閲覧回数
gerry1
Contributor I

Thanks for your response Nick. So as I understand what you are saying, the pin properties will affect the performance of the SDRAM control, address and data outputs.

0 件の賞賛

973件の閲覧回数
nickwallis
Senior Contributor I

Correct - at least this is my understanding, and also what I have observed on the oscilloscope.

-Nick

0 件の賞賛