s32k144evb 0.6.1

Board support crate for s32k144evb
Documentation

s32k144evb.rs Build Status Crates.io

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.

License

Licensed under either of

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.