Crate msp430

source ·
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
Single-core critical section implementation using the critical_section crate. Only the with function is publicly exposed.
Interrupts
Processor core registers