xujianningkp 0 Posted June 9, 2014 Share Posted June 9, 2014 Hi folks, Does any one know which pins of the Connected Launchpad are using for the ethernet port? Based on the pin layout that provided by energia I could guess the ethernet is using SPI(4) but I want to know exactly where are these pins located. Thanks if you can give me some ideas http://energia.nu/Guide_ConnectedLaunchPad.html Quote Link to post Share on other sites
energia 485 Posted June 9, 2014 Share Posted June 9, 2014 The TM4C1294NCPDT features a MAC/PHY. The communication to the MAC is through registers directly. There are no physical pins involved other than the pins connected to the Ethernet transformer but these are dedicated pins and not GPIO's/SPI. abecedarian, xujianningkp and spirilis 3 Quote Link to post Share on other sites
spirilis 1,265 Posted June 9, 2014 Share Posted June 9, 2014 One of the crowning features of the chip Sent from my Galaxy Note II with Tapatalk 4 Quote Link to post Share on other sites
xujianningkp 0 Posted June 9, 2014 Author Share Posted June 9, 2014 The TM4C1294NCPDT features a MAC/PHY. The communication to the MAC is through registers directly. There are no physical pins involved other than the pins connected to the Ethernet transformer but these are dedicated pins and not GPIO's/SPI. I see, thanks one more question. From the energia pin layout, it has SPI(1), SPI(2), SPI(3), and SPI(5). so where are the pins for SPI(4)?? Quote Link to post Share on other sites
abecedarian 330 Posted June 10, 2014 Share Posted June 10, 2014 @@xujianningkp TM4C1294NCPDT datasheet says it only has 4 SSI interfaces. http://www.ti.com/lit/ds/symlink/tm4c1294ncpdt.pdf (datasheet) lists all the pins and functions, and indeed it lists SSI2, SSI3, SSI0, SSI1 as does the User Guide for the LaunchPad, http://www.ti.com/lit/ug/spmu365a/spmu365a.pdf. Leads me to belive SPI5 is a typo. xujianningkp 1 Quote Link to post Share on other sites
BobRice 0 Posted January 16, 2015 Share Posted January 16, 2015 There are a couple of bugs in some of the TI Connected LaunchPad SPI pinout documentation. You will be able to figure it out by cross-referencing documents. Bob Rice Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.