#peripheral #cortex-m #nrf

no-std nrf5340-net-pac

Peripheral Access Crate for Nordic's nrf5340-net microcontroller

7 unstable releases (3 breaking)

0.12.2 Sep 28, 2022
0.12.1 Sep 28, 2022
0.11.0 Feb 4, 2022
0.10.1 Aug 19, 2021
0.1.0 Nov 27, 2019

#257 in Hardware support

Download history 295/week @ 2023-12-06 462/week @ 2023-12-13 273/week @ 2023-12-20 245/week @ 2023-12-27 402/week @ 2024-01-03 733/week @ 2024-01-10 470/week @ 2024-01-17 481/week @ 2024-01-24 266/week @ 2024-01-31 353/week @ 2024-02-07 543/week @ 2024-02-14 1583/week @ 2024-02-21 1108/week @ 2024-02-28 1628/week @ 2024-03-06 1387/week @ 2024-03-13 1085/week @ 2024-03-20

5,421 downloads per month
Used in 6 crates

0BSD license

4.5MB
134K SLoC

PACs for nRF microcontrollers

CI

This repository contains Peripheral Access Crates (PACs) for Nordic's nRF series of Cortex-M microcontrollers.

All these crates are automatically generated using svd2rust.

For a more user-friendly interface to the peripherals, the nrf-hal crates might be more appropriate.

Please refer to the changelog to see what changed in the last releases.

Crates

Every nRF chip has its own PAC, listed below:

Crate Docs crates.io target
nrf51-pac docs.rs crates.io thumbv6m-none-eabi
nrf52805-pac docs.rs crates.io thumbv7em-none-eabi
nrf52810-pac docs.rs crates.io thumbv7em-none-eabi
nrf52811-pac docs.rs crates.io thumbv7em-none-eabi
nrf52820-pac docs.rs crates.io thumbv7em-none-eabi
nrf52832-pac docs.rs crates.io thumbv7em-none-eabihf
nrf52833-pac docs.rs crates.io thumbv7em-none-eabihf
nrf52840-pac docs.rs crates.io thumbv7em-none-eabihf
nrf5340-app-pac docs.rs crates.io thumbv8m.main-none-eabihf
nrf5340-net-pac docs.rs crates.io thumbv8m.main-none-eabihf
nrf9160-pac docs.rs crates.io thumbv8m.main-none-eabihf

Device Reference Manuals from Nordic

Device Product Specification DK Reference Guide
nRF52805 v1.2 v1.3.1*
nRF52810 v1.3 v1.3.1*
nRF52811 v1.0 v1.3.1*
nRF52820 v1.0 v1.0.1
nRF52832 v1.4 v1.3.1*
nRF52833 v1.3 v1.0.1
nRF52840 v1.1 v1.2
nRF5340 v1.1 v1.0.0
nRF9160 v2.0 v0.9.3

* These devices do not have a separate development kit and share the NRF52 DK

Dependencies

~0.6–0.8MB
~11K SLoC