Skip to content

Peripheral access API for Kinetis K64 microcontrollers

License

Notifications You must be signed in to change notification settings

stefanhoelzl/k64

Repository files navigation

Build Status Crates.io License: MIT

k64

Peripheral access API for Kinetis K64 microcontroller

Getting Started

check out the following ressources to get started with embedded in Rust:

Examples can be found here.

Linker File

A linker file can be found in the repository. The smaller SRAM_L section (64K) is used for the stack and the larger SRAM_U section (192K) is used for the ram.

Attention: An un-aligned access across both sections can result in a hard fault!

Development

The following make commands are available:

  • setup: installs tools
  • generate: generates new sources from svd file
  • package: creates a local package
  • publish: publishes to crates.io
  • examples: build all examples

About

Peripheral access API for Kinetis K64 microcontrollers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages