Difference between revisions of "Main Page"

From SEGGER Wiki
Jump to: navigation, search
(Production Tools)
m (SEGGER Runtime Library)
Line 161: Line 161:
 
* [[SEGGER RunTime Library | SEGGER RunTime Library in this Wiki]]
 
* [[SEGGER RunTime Library | SEGGER RunTime Library in this Wiki]]
 
* [https://www.segger.com/products/development-tools/runtime-library/ SEGGER Runtime Library product page on segger.com]
 
* [https://www.segger.com/products/development-tools/runtime-library/ SEGGER Runtime Library product page on segger.com]
* [[How to use the SEGGER Runtime Library with NXP's MCUXpresso]]
 
<br clear=all>
 
 
[[File:Category Icon Production Tools.svg|link=https://www.segger.com/products/flash-in-circuit-programmers/|right|200px|Production Programming Tools]]
 
[[File:Category Icon Production Tools.svg|link=https://www.segger.com/products/flash-in-circuit-programmers/|right|200px|Production Programming Tools]]
   

Revision as of 09:48, 24 June 2019

Welcome to the SEGGER Wiki

This Wiki has been created to answer questions about Embedded Systems in general and to explain terms used in this context (our Knowledge Base), as well to have a place for information that is related to our products, but is too specific for the product descriptions on www.segger.com. An example of something too specific is: "How to enable Trace on a particular Evaluation Board". It is a work in progress and we continue to make it better and more valuable . For any kind of feedback, please contact us at info@segger.com.

Knowledge Base

The Knowledge Base explains terms often used in the field of Embedded Computing Systems, or "Embedded Systems", as we say in our industry.

We aim to be a useful resource to engineers, students, and hobbyists programming Embedded Systems - typically microcontrollers, typically in C, C++, and some bits and pieces of Assembly language.

We explain things from a programmer's perspective and, where we can, provide useful code examples.

Examples of the terms we explain are:

CPU, CRC, Embedded System, Interrupt, Microcontroller, Watchdog

Knowledge Base has its own wiki page. To go there, click here.

Debug and Trace Tools

Debug and Trace Probes

Debug and trace probes enable verification and debugging of embedded systems while they are running. The probes connect the embbedded system with the computer used for development. This section is dedicated to SEGGER's product portfolio and the related technology.

J-Link & J-Trace

SEGGER J-Links are the most widely used line of debug probes available today. They've proven their value for more than 15 years. J-Trace PRO defines a new standard for trace probes. It enables streaming trace on Cortex-M, Cortex-A, and Cortex-R based targets with ETM


Software Tools

Software Development Tools

Software tools are those tools running on a computer used for developing embedded systems. This includes tools to edit source code, to build firmware, to verify functionality and to find bugs if required. This section is dedicated to SEGGER's product portfolio and the related technology.

Embedded Studio

SEGGER Embedded Studio is a complete all-in-one solution for managing, building, testing and deploying your embedded applications.

SystemView

SEGGER SystemView is a real-time recording and visualization tool for embedded systems that reveals the true runtime behavior of an application, going far deeper than the system insights provided by debuggers.

Ozone

Ozone is a full-featured graphical debugger for embedded applications.


Embedded Software, Stacks and Libraries

Embedded Software

Embedded software includes all libraries, stacks, middleware and software packages used as building blocks for an embedded system's firmware. This section is dedicated to SEGGER's product portfolio and the related technology. SEGGER's Embedded Software has been deployed in billions of devices.

embOS

embOS is a Real Time Operating System (RTOS) by SEGGER.

emCompress

emCompress is a collection of software libraries enabling data compression and decompression on, but not limited to, resource-constrained devices.

emCrypt

emCrypt is a secure and efficient implementation of essential cryptographic algorithms specifically designed for embedded systems.

emFile

emFile is the reliable file system for non-volatile and removable memories.

emFTP

The emFTP FTP (File Transfer Protocol) server is an optional extension which adds the FTP protocol to the stack.

emLib

emLib is a collection of software modules such as, cryptographic modules and data integrity checks for different purposes.

emLoad

emLoad is a bootloader for firmware updates.

emModbus

emModbus, SEGGER's implementation of the Modbus protocol, supports communication via UART (ASCII, RTU), Ethernet (Modbus/TCP and Modbus/UDP), and is capable of communicating with any Modbus compliant device.

emMQTT

emMQTT provides the client functionality of the Message Queue Telemetry Transport protocol to a stack.

emNet

emNet is the industry-leading IP stack for embedded systems.

emSecure

emSecure is a software solution for embedded systems to securely authenticate digital assets.

emSSH

emSSH offers the ability to establish a secure connection to any server application in your product.

emSSL

emSSL is an implementation of SSL (Secure Sockets Layer), now called TLS (Transport Layer Security) for Embedded Systems by SEGGER.

emUSB-Device

emUSB-Device is a high performance USB device software specifically designed for embedded systems.

emUSB-Host

emUSB-Host is a USB host software specifically designed for embedded systems.

emWeb

emWeb provides easy to use graphical interfaces for control or data acquisition.

emWin

emWin is an embedded GUI solution that enables the creation of highly efficient, high quality, graphical user interfaces on any embedded system.

IoT Toolkit

The IoT Toolkit is a collection of libraries that enables communication with modern IoT based environments and devices.

SEGGER Runtime Library

The SEGGER RunTime Library converts any GCC-based toolchain into a professional development choice. It is used in SEGGER's Embedded Studio IDE and has proven its value for years.

Production Programming Tools

Production Tools