1 unstable release
0.1.0 | Jun 24, 2023 |
---|
Used in 2 crates
11MB
343K
SLoC
Peripheral Access Crate for PIC32MX330/350/370/430/450/470 microcontrollers
This Peripheral Access Crate (PAC) contains peripheral access APIs for
PIC32MX330/350/370/430/450/470 devices. The files in this repository were
generated using the tools edc2svd
and svd2rust
.
This PAC is not suitable for PIC32MX320/340/360/420/440/460 devices, which are a different PIC32MX variant.
Usage
This crates includes multiple modules for the individual variants of the MCU. Features are used to selected the device, e.g.
[dependencies.pic32mx470]
version = "0.1.0"
features = ["pic32mx47xfxxxl", "rt"]
Supported Devices
Module/Feature | Devices |
---|---|
pic32mx37xfxxxl | PIC32MX330/350/370 (without USB) |
pic32mx47xfxxxl | PIC32MX430/450/470 (with USB) |
The PAC has been generated for high pin count device variants. Assuming that the lower pin count variants have the same chips but with less pins bonded, the PAC supports the lower pin count variants too.