以前と用語が変更になっているっぽいので、最新のドキュメントで確認、整理しました。
- Arm Cortex-A
- optimized for low power
- High-level application core
- Arm Cortex-A subsystem
- hardware-based compartmentalization of processes
- high-level applications, and services
- Arm Cortex-M(s)
- Build high-level applications ...
- Base APIs
- Applibs
- Application ... Communicates with and controls real-time capable applications
- GPIO
- I2C
- Log
- Networking
- RTC
- SPI
- Storage
- UART
- WiFiConfig
- Build real-time capable applications (RTApps) ...
For details about programming the M4 cores on the MT3620, request the MT3620 M4 Datasheet from Avnet
まとめ
Core | Core name | Application name | Application name(short) |
---|---|---|---|
Arm Cortex-A | High-level application core | High-level application | HighLevelApp |
Arm Cortex-M(s) | Real-time core(s) | Real-time capable application | RTApp |
HighLevelAppはAzure Sphereサンプルコードから持ってきました。