mhasel / STM32H7_DMA_sample

DMA transfer demo using STM32H7 with maintaining cache coherency

Home Page:http://www.keshikan.net/gohantabeyo/?p=563

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32H7 DMA sample RAM to SAI (circular)

Overview

This is a demo to transfer with DMA circular mode (Memory-to-Peripheral) for STM32H7. This is also with a protocol to maintain cache coherency. See also this article .

STM32H7でキャッシュ一貫性を保持したDMA転送のサンプルです。 詳しくはブログ記事をご覧下さい。

Author

(c) 2017 Keshikan ( Website, Twitter )

License

Source codes and schematic are licensed under MIT unless otherwise specified.

About

DMA transfer demo using STM32H7 with maintaining cache coherency

http://www.keshikan.net/gohantabeyo/?p=563

License:MIT License


Languages

Language:C 99.2%Language:Assembly 0.6%Language:C++ 0.2%