Difference between revisions of "Main Page"

From SEGGER Wiki
Jump to: navigation, search
(J-Link software)
(NXP)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
<strong>Welcome to the SEGGER Wiki</strong>
 
<strong>Welcome to the SEGGER Wiki</strong>
   
  +
== Knowledge Base ==
  +
The idea of the knowledge base is to explain terms often used in combination with Embedded Computing Systems,
  +
or "Embedded Systems", as they are usually referred to in our industry.
  +
In addition to that, we would like 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,
  +
by explaining things from a programmers angle and providing useful code examples.
  +
  +
Keep in mind, This is work in progress ...
  +
We plan to have a complete knowledge base around Embedded Systems in the near future
  +
* [[CRC]]
  +
* [[Embedded System]]
  +
* [[Microcontroller]]
 
== Debug Probes - J-Link & J-Trace ==
 
== Debug Probes - J-Link & J-Trace ==
   
   
 
=== J-Link ===
 
=== J-Link ===
  +
* [[J-Link_control_panel | J-Link control panel]]
 
==== Troubleshooting ====
 
* [[#J-Link model specifics|J-Link model specific]]
 
* [[#J-Link model specifics|J-Trace model specific]]
 
* [[Debug session does not start]]
 
* [[J-Link cannot connect to the CPU]]
 
* [[Could not open J-Link shared library]]
 
* [[J-Link shown as generic BULK device in Windows]]
 
* [[SPI Flash]]
 
* [[Unlimited Number of Breakpoints in Flash]]
 
* [[Debugging self-modifying code in flash]]
 
* [[Cannot update firmware of Flasher Portable]]
 
* [[Manual setup of JTAG chain]]
 
* [[Access to illegal addresses causes core to crash]]
 
* [[J-Link no USB enumeration]]
 
* [[J-Link LITE SAM-ICE | J-Link LITE incorrectly shown as SAM-ICE]]
 
* [[Incorrect J-Link USB driver installed]]
 
 
 
==== Software package components ====
 
==== Software package components ====
 
* [[J-Link_Remote_Server | J-Link Remote Server]]
 
* [[J-Link_Remote_Server | J-Link Remote Server]]
Line 40: Line 35:
 
* [[Eclipse]]
 
* [[Eclipse]]
 
* [[Atollic TrueSTUDIO]]
 
* [[Atollic TrueSTUDIO]]
  +
* [[Infineon DAVE 4]]
   
 
==== J-Link model specifics ====
 
==== J-Link model specifics ====
Line 52: Line 48:
 
* [[Adding Support for New Devices]]
 
* [[Adding Support for New Devices]]
 
* [[Using Flashloader with different IDEs]]
 
* [[Using Flashloader with different IDEs]]
  +
  +
==== Troubleshooting ====
  +
* [[#J-Link model specifics|J-Link model specific]]
  +
* [[#J-Link model specifics|J-Trace model specific]]
  +
* [[Debug session does not start]]
  +
* [[J-Link cannot connect to the CPU]]
  +
* [[Could not open J-Link shared library]]
  +
* [[J-Link shown as generic BULK device in Windows]]
  +
* [[SPI Flash]]
  +
* [[Unlimited Number of Breakpoints in Flash]]
  +
* [[Debugging self-modifying code in flash]]
  +
* [[Cannot update firmware of Flasher Portable]]
  +
* [[Manual setup of JTAG chain]]
  +
* [[Access to illegal addresses causes core to crash]]
  +
* [[J-Link no USB enumeration]]
  +
* [[J-Link LITE SAM-ICE | J-Link LITE incorrectly shown as SAM-ICE]]
  +
* [[Incorrect J-Link USB driver installed]]
  +
* [[J-Link application not starting]]
   
 
==== Device specifics ====
 
==== Device specifics ====
Line 99: Line 113:
   
 
===== NXP =====
 
===== NXP =====
* [[S32K11x series]]
+
* [[S32Kxxx]]
* [[S32K14x series]]
 
 
* [[Kinetis Series Devices]]
 
* [[Kinetis Series Devices]]
 
** [[K32W]]
 
** [[K32W]]
Line 152: Line 165:
 
** [[STM32F7]]
 
** [[STM32F7]]
 
** [[STM32H7]]
 
** [[STM32H7]]
  +
  +
===== Syntacore =====
  +
* [[Syntacore SCR1 | SCR1]]
   
 
===== TI =====
 
===== TI =====
Line 198: Line 214:
 
===== Silicon Labs =====
 
===== Silicon Labs =====
 
* [[EFM Starter Kits]]
 
* [[EFM Starter Kits]]
  +
  +
===== Syntacore =====
  +
* [[Syntacore SCR1 SDK Arty | SCR1 SDK Arty]]
   
 
===== TI =====
 
===== TI =====
Line 315: Line 334:
 
== Embedded Studio ==
 
== Embedded Studio ==
 
* [[SEGGER Embedded Studio]]
 
* [[SEGGER Embedded Studio]]
  +
**[[SEGGER Embedded_Studio#Nordic Semiconductor license | Nordic Semiconductor license]]
 
**[[SEGGER Embedded_Studio#ETB trace on NXP TWR-K65F|ETB trace on NXP TWR-K65F]]
 
**[[SEGGER Embedded_Studio#ETB trace on NXP TWR-K65F|ETB trace on NXP TWR-K65F]]
 
**[[SEGGER Embedded_Studio#How to port projects from IAR EWARM to SEGGER Embedded Studio|How to port projects from IAR EWARM to SEGGER Embedded Studio]]
 
**[[SEGGER Embedded_Studio#How to port projects from IAR EWARM to SEGGER Embedded Studio|How to port projects from IAR EWARM to SEGGER Embedded Studio]]
Line 334: Line 354:
 
**[[SEGGER Ozone#Dual_core_debugging_example_based_on_NXP_LPC4350|Dual core debugging example based on NXP LPC4350]]
 
**[[SEGGER Ozone#Dual_core_debugging_example_based_on_NXP_LPC4350|Dual core debugging example based on NXP LPC4350]]
 
**[[SEGGER Ozone#Start_debug_session_with_bootloader|Start debug session with bootloader]]
 
**[[SEGGER Ozone#Start_debug_session_with_bootloader|Start debug session with bootloader]]
  +
**[[SEGGER Ozone#Start_debug_session_with_bootloader|Watch window expression examples]]
   
 
== Middleware ==
 
== Middleware ==
Line 346: Line 367:
 
* [[Using J-Link Command Strings]]
 
* [[Using J-Link Command Strings]]
 
* [[Using J-Link VCOM functionality]]
 
* [[Using J-Link VCOM functionality]]
* [[JLinkDevices.xml]]
+
* [[Using JLinkDevices.xml]]
 
* [[J-Link Commander]]
 
* [[J-Link Commander]]
 
** [[J-Link_Commander#Perform flash download|Perform flash download]]
 
** [[J-Link_Commander#Perform flash download|Perform flash download]]

Revision as of 12:39, 12 March 2019

Welcome to the SEGGER Wiki

Knowledge Base

The idea of the knowledge base is to explain terms often used in combination with Embedded Computing Systems, or "Embedded Systems", as they are usually referred to in our industry. In addition to that, we would like 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, by explaining things from a programmers angle and providing useful code examples.

Keep in mind, This is work in progress ... We plan to have a complete knowledge base around Embedded Systems in the near future

Debug Probes - J-Link & J-Trace

J-Link

Software package components

IDE and Debugger specifics

J-Link model specifics

Extending device support

Troubleshooting

Device specifics

ARM
Ambiq Micro
Analog Devices
Atmel
Cypress
Dialog Semiconductor
Infineon
Intel
MediaTek
Microchip
Nordic Semi
NXP
Renesas
Silicon Labs
SiFive
ST
Syntacore
TI
Toshiba
Zilog

Evaluation board specifics

ARM
Ambiq Micro
Adafruit
Atmel
Infineon
MediaTek
Microchip
Renesas
SiFive
Silicon Labs
Syntacore
TI
NXP
ST
Xilinx

Flash programming

J-Trace

Keil MDK

Getting Started with Various IDEs

Embedded Studio

SystemView

Ozone

Middleware

Miscellaneous

J-Link software

CALLIOPE mini

J-Flash

FAQ

Glossary / Definitions