Expand description

Low level access to MSP430 microcontrollers

This crate is based on cortex-m crate by Jorge Aparicio (@japaric).

It provides:

  • Access to core registers like SR and SP.
  • Interrupt manipulation mechanisms
  • Safe wrappers around assembly instructions like nop

Modules

Miscellaneous assembly instructions

Interrupts

Processor core registers