Skip to main content
2 events
when toggle format what by license comment
Oct 27, 2015 at 0:30 comment added alex.forencich The SPI controller on the Atmel SAM7 series of microcontrollers places the chip select field and the data field in the same register. The advantage of doing this is now you can very easily set up a single DMA operation that can hit every SPI device on the bus. The controller also lets you specify different timing parameters per chip select. It's one of the most impressive SPI controllers that I have seen on a microcontroller, and it's the only one that I know of with that particular feature.
Oct 26, 2015 at 13:13 history answered Arsenal CC BY-SA 3.0