Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TMS320F2806x(Piccolo)MCUのアーキテクチャを調べていたところ、その機能の1つが6チャネルDMAであることがわかりました。DMAのチャネルとはどういう意味ですか?
DMAを使用すると、CPUを使用せずに、ある場所から別の場所にデータを転送できます。これは「DMAコントローラー」によって実行されます。マルチチャネルDMAコントローラは、一度に複数のDMA転送を容易にすることができます。Piccoloは、6つのDMA転送を同時に実行できます。