- ARM? Cortex? M4 Cookbook
- Dr. Mark Fisher
- 137字
- 2021-07-16 12:43:46
Introduction
This chapter will introduce you to writing programs in C, a high-level language developed in the 1970s and popular amongst embedded system developers. It is not the only high-level language that can be used to target embedded system applications, but it is the most widely used, because it produces executable code that is compact and very efficiently executed. Standards for C are published by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO). The current standard for the C Programming Language (C11) is ISO/IEC 9899:2011 (http://www.open-std.org/jtc1/sc22/wg14/www/standards).
Becoming a competent C programmer will take time, and although this chapter provides a starting point, you will undoubtedly need to consult other texts that provide a more thorough treatment of the topic. There are also a number of online resources such as http://crasseux.com/books/ctutorial/ and http://www.csd.uwo.ca/~jamie/C/index.html.
- Mastering Proxmox(Third Edition)
- 三菱FX3U/5U PLC從入門到精通
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- 計算機控制技術
- 離散事件系統建模與仿真
- 計算機網絡技術基礎
- Embedded Programming with Modern C++ Cookbook
- CompTIA Network+ Certification Guide
- 精通數據科學算法
- 21天學通C語言
- 網絡安全與防護
- 人工智能趣味入門:光環板程序設計
- Azure PowerShell Quick Start Guide
- Extending Ansible
- FPGA/CPLD應用技術(Verilog語言版)