MMU (Memory Management Unit)
The data cache can only be used with the MMU enabled; if you are using an Arm processor with an …
The data cache can only be used with the MMU enabled; if you are using an Arm processor with an …
データキャッシュはMMUを有効にしないと使用できません。MMUを搭載するArmプロセッサを使用する場合、メモリタイプ・キャッシュ・アクセス権の設定はMMUで行いますので、設定を理解しなければなりません。
The processor core can write to the write buffer at the core clock speed, so there is no wait to …
プロセッサコアは、コアクロック速度でライトバッファに書き込めるので、バスインターフェースユニットへの書き込み待機は発生しません。ライトバッファに空きがない場合は、空きができるまでプロセッサコアは待機状態になります。
Arm processors define three types of memory and must be configured for different applications. Memory type settings are defined in …
Armプロセッサでは、メモリタイプとして3種類を定義しており、用途によって設定しなければなりません。メモリタイプの設定は、MMU(Cortex-Aシリーズの場合)、MPU(Cortex-Rシリーズの場合)で定義します。
A cache is a small, fast memory that sits between the large, slow main memory and the processor. The cache …
キャッシュとは、大容量で速度の遅いメインメモリとプロセッサとの間に配置する小容量で高速なメモリです。キャッシュは、頻繁にアクセスする一部の「命令」や「データ」をコピーし、プロセッサから高速にアクセスすることで、プログラムの実行速度を上げることができます。
Software processing of multiple interrupt requests from peripheral circuits based on priority is a concern for interrupt responsiveness. To solve …