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
Solved! Go to Solution.
All the RT1020 LPSPI pins can be found in the RT1020 reference manual, chapter
10.1.1 Muxing Options
You can select the pins which you want, and do the configuration in the project pinmux.c.
Wish it helps you!
Best Regards,
Kerry
All the RT1020 LPSPI pins can be found in the RT1020 reference manual, chapter
10.1.1 Muxing Options
You can select the pins which you want, and do the configuration in the project pinmux.c.
Wish it helps you!
Best Regards,
Kerry