rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 27 forks source link

Add example for MSP432E401Y Launchpad for Ethernet #54

Closed 9names closed 1 year ago

9names commented 1 year ago

MSP432E401Y is (as far as I know) just TM4C1294NCPD with different functions in ROM. Since this HAL does not use the SimpleLink ROM functions, this chip should be 100% compatible with tm4c129x-hal

I've tested it out UART and GPIO on the launchpad. Everything is working fine so far. Wasn't sure if you'd accept something like this in your HAL - I'm happy to keep this example project as a separate thing on my github account, but I figured it was worth making a PR just in case.

Note that the default runner is probe-rs run, which does not support this chip until https://github.com/probe-rs/probe-rs/pull/1139 is merged.