0.8.0 |
|
---|
#724 in #cortex-m
89KB
2K
SLoC
This crate is published as an updated mirror of s32k144evb.
s32k144evb.rs
Board support crate for NXP S32K144EVB evaluation board
Programming and debugging
OpenSDA
This boards uses OpenSDAv1 for programming and debuging
J-Link interface
J-Link supply firmware for OpenSDA hardware, with this you will be able to use the evaluation board as a J-Link programmer/debugger. For instructions how to do this look here, i've used this method with the OpenSDAv1 generic firmware supplied here
Bobbin-CLI
Bobbin-cli greatly simplifies compilation and flashing embedded software written in Rust. After installing the j-link tools, it can be installed by running cargo install bobbin-cli
. Run the LED example on a connected evaluation board with j-link firmware (or an external j-link) with bobbin load --example led
or check out the readme for a full description of what you can do.
Getting started coding (quickstart)
There exists a quickstart template for s32k144evb projects. You can find the documentation here
License
Licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~19MB
~651K SLoC