This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tiva当成Arduino用,外设接口比Arduino UNO要多的,但是有个问题,例如我要通过I2C接口读取传感器的数据,板上有4个I2C接口,我改用那个,怎么配置,SPI接口的也有很多种,而且会和I2C的某些引脚共用了,怎么区分?
楼主可以使用Pinmux Tool来分配管脚。分配完毕后软件能产生对应的源代码。
http://www.ti.com/tool/tm4c_pinmux
怎么在Energia中使用?