Group 3 Flashcards
Is a discipline that relies on the design and implementation of software for embedded systems.
Embedded Application Development
An embedded system is a combination of _____ module and a _____ module
hardware and software
A text editor is the first tool you need to begin creating an embedded system
Editor
Source code is written in a high-level programming language.
Compiler
The function of this tool is to convert a human-written code into a machine language.
Assembler
This is a critical tool for testing. Ut goes through the code and eliminates bugs and errors, notifying places where they occur.
Debugger
Is a replication of the target system with identical functionality and components
Emulator
Is a tool that combines all these pieces together, creating a single executable program
Linker
10 Examples of Embedded Software Development Tools
- ARM Keil
- Arduino
- MATLAB
- NetBeans
- Eclipse
- Visual Studio
- MPLAB X
- Qt Creator
- WebStorm
- PyCharm