nrf-rs / nrf-pacs

Peripheral Access Crates (PACs) for nRF microcontrollers
BSD Zero Clause License
27 stars 12 forks source link

Data sheet mismatch: EasyDMA SPI slave vs. master #2

Open pepyakin opened 5 years ago

pepyakin commented 5 years ago

I'm looking at the reference manual for nrf51822 and it seems that this crate doesn't accurately represent it. E.g. this crate says that SPIM has EasyDMA functionality, however, the manual states that only SPI 1 Slave has one.

This SVD looks more accurate...