| Crates.io | msp430fr6972 |
| lib.rs | msp430fr6972 |
| version | 0.2.1 |
| created_at | 2021-04-18 10:34:23.973949+00 |
| updated_at | 2021-05-06 08:14:47.939778+00 |
| description | PAC for MSP430FR6972 |
| homepage | https://github.com/chrismolli/msp430fr6972 |
| repository | https://github.com/chrismolli/msp430fr6972 |
| max_upload_size | |
| id | 386085 |
| size | 5,152,712 |
Peripheral Access Crate (PAC) for TI MSP430FR6972 created using msp430_svd and svd2rust.
Add the following code to the Cargo.toml of your project.
[dependencies.msp430fr6972]
version = "0.2.0"
features = ["rt"]
Use the following definitions in your project's memory.x.
MEMORY{
RAM : ORIGIN = 0x1C00, LENGTH = 0x0800
ROM : ORIGIN = 0x4400, LENGTH = 0xBB80
VECTORS : ORIGIN = 0xFF90, LENGTH = 0x70
}