- Hands-On Embedded Programming with C++17
- Maya Posch
- 106字
- 2021-08-20 10:20:44
Challenges
The main development challenges with MCUs lie in the relatively limited resources that are available. Especially with the small, low-pin-count MCUs, you have to have a good idea of how many resources (CPU cycles, RAM, and ROM) a particular piece of code takes up, and whether it's realistic to add a specific feature.
This also means that picking the right MCU for a particular project takes both technical knowledge and experience. The former is required to pick an MCU that will suit the task; the latter is very helpful for the optimal MCU and helps to shorten the time that's required to make a choice.
推薦閱讀
- 24小時學會電腦組裝與維護
- 電腦組裝與維修從入門到精通(第2版)
- 電腦常見問題與故障排除
- INSTANT Wijmo Widgets How-to
- Getting Started with Qt 5
- 3ds Max Speed Modeling for 3D Artists
- Hands-On Machine Learning with C#
- 分布式系統(tǒng)與一致性
- 計算機組裝與維護(第3版)
- CC2530單片機技術與應用
- 計算機組裝維修與外設配置(高等職業(yè)院校教改示范教材·計算機系列)
- 基于Proteus仿真的51單片機應用
- Hands-On Deep Learning for Images with TensorFlow
- USB應用開發(fā)寶典
- Hands-On One-shot Learning with Python