i.MX-RT1020-evk SPI and Pin outs

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX-RT1020-evk SPI and Pin outs

跳至解决方案
1,385 次查看
BabyBorisova
Contributor II

Hey there,

I'm planning to use the 1020 board for a project that requires two spi interfaces. One to drive an LCD controller and another to communicate with an FPGA.
I know the MCU has 4 SPI interfaces but for the EVK, I cannot find a pinout that maps the GPIOs to the different junctions. I know there is an SPI interface on J19 but am unsure of there there are others.

Ideally, I would love some sort of pinout diagram or table so I can see what capabilities there are for the board and what features of the MCU are accessible. 

Any help is appreciated,
Lexi

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
1,377 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @BabyBorisova 

  All the RT1020 LPSPI pins can be found in the RT1020 reference manual, chapter

10.1.1 Muxing Options

kerryzhou_0-1638422458343.png

You can select the pins which you want, and do the configuration in the project pinmux.c.

 

Wish it helps you!

Best Regards,

Kerry

在原帖中查看解决方案

1 回复
1,378 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @BabyBorisova 

  All the RT1020 LPSPI pins can be found in the RT1020 reference manual, chapter

10.1.1 Muxing Options

kerryzhou_0-1638422458343.png

You can select the pins which you want, and do the configuration in the project pinmux.c.

 

Wish it helps you!

Best Regards,

Kerry