- Hands-On Embedded Programming with C++17
- Maya Posch
- 108字
- 2021-08-20 10:20:44
Others
In addition to the previously listed MCUs, there is a wide range of MCUs available from a number of manufacturers with different architectures. Some, like the Propeller MCU from Parallax with its multi-core architecture, are fairly unique, whereas most simply implement the usual single-core CPU architecture with a number of peripherals, RAM, and internal or external ROM.
Beyond physical chips, Altera (now Intel), Lattice Semiconductor, and Xilinx provide so-called soft cores, which are MCUs that are meant to be run on a FPGA chip, either as standalone components or as part of a larger design on that FPGA. These can also be targeted by C/C++ compilers.
推薦閱讀
- Python GUI Programming:A Complete Reference Guide
- Android NDK Game Development Cookbook
- 電腦常見問題與故障排除
- 極簡Spring Cloud實戰(zhàn)
- 嵌入式技術(shù)基礎(chǔ)與實踐(第5版)
- OUYA Game Development by Example
- 微服務(wù)分布式架構(gòu)基礎(chǔ)與實戰(zhàn):基于Spring Boot + Spring Cloud
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 超大流量分布式系統(tǒng)架構(gòu)解決方案:人人都是架構(gòu)師2.0
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機端程序設(shè)計
- 計算機組裝與維護(慕課版)
- 零基礎(chǔ)輕松學(xué)修電腦主板
- Learn Qt 5
- Applied Supervised Learning with R
- 基于STM32的嵌入式系統(tǒng)應(yīng)用