Difference between revisions of "Main Page"

From SEGGER Wiki
Jump to: navigation, search
(J-Link specifics)
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<strong>Welcome to the SEGGER - Support 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 ==
   
Line 6: Line 18:
 
=== J-Link ===
 
=== J-Link ===
   
==== Troubleshooting ====
+
==== Software package components ====
  +
* [[J-Link_Remote_Server | J-Link Remote Server]]
* [[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]]
 
* [[J-Link-OB SAM3U]]
 
* [[J-Link-OB-RX621-ARM-SWD]]
 
* [[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-Trace PRO USB driver problems]]
 
* [[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 EDU Mini]]
 
   
 
==== IDE and Debugger specifics ====
 
==== IDE and Debugger specifics ====
* [[SEGGER Embedded Studio]]
 
**[[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 configure Embedded Studio to use SWO|How to configure Embedded Studio to use SWO]]
 
**[[SEGGER Embedded_Studio#VCS configuration|VCS configuration]]
 
**[[SEGGER Embedded_Studio#Installation on newer Linux versions|Installation on newer Linux versions]]
 
**[[SEGGER Embedded_Studio#How to enable RTOS thread awareness|How to enable RTOS thread awareness]]
 
**[[SEGGER Embedded_Studio#How to place a function in RAM|How to place a function in RAM]]
 
**[[SEGGER Embedded_Studio#How to use an external toolchain with Embedded Studio|How to use an external toolchain with Embedded Studio]]
 
* [[SEGGER Ozone]]
 
**[[SEGGER Ozone#Automated_test_example|Automated test example]]
 
**[[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]]
 
 
 
* [[TI Code Composer Studio]]
 
* [[TI Code Composer Studio]]
 
* [[IAR EWARM]]
 
* [[IAR EWARM]]
Line 56: Line 38:
 
==== J-Link model specifics ====
 
==== J-Link model specifics ====
 
* [[J-Link OB SAM3U NordicSemi | J-Link OB SAM3U NordicSemi]]
 
* [[J-Link OB SAM3U NordicSemi | J-Link OB SAM3U NordicSemi]]
  +
* [[J-Link-OB SAM3U]]
  +
* [[J-Link-OB-RX621-ARM-SWD]]
  +
* [[J-Link EDU Mini]]
  +
* [[J-Trace PRO Cortex-M]]
  +
* [[J-Trace PRO Cortex]]
  +
  +
==== Extending device support ====
  +
* [[Adding Support for New Devices]]
  +
* [[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]]
   
 
==== Device specifics ====
 
==== Device specifics ====
Line 153: Line 161:
 
** [[STM32F4]]
 
** [[STM32F4]]
 
** [[STM32L4]]
 
** [[STM32L4]]
  +
** [[STM32L5]]
 
** [[STM32F7]]
 
** [[STM32F7]]
 
** [[STM32H7]]
 
** [[STM32H7]]
Line 229: Line 238:
 
* [[STM32L476 Eval]]
 
* [[STM32L476 Eval]]
 
* [[STEVAL-FCU001V1]]
 
* [[STEVAL-FCU001V1]]
  +
* [[NUCLEO-F070RB]]
   
 
===== Xilinx =====
 
===== Xilinx =====
Line 236: Line 246:
 
==== Flash programming ====
 
==== Flash programming ====
 
* [[Programming non memory-mapped flash]]
 
* [[Programming non memory-mapped flash]]
  +
* [[Read-Modify-Write Flash]]
 
==== Open Flashloader ====
 
* [[Adding Support for New Devices]]
 
* [[Using Flashloader with different IDEs]]
 
   
 
=== J-Trace ===
 
=== J-Trace ===
Line 319: Line 326:
   
 
== Embedded Studio ==
 
== Embedded Studio ==
  +
* [[SEGGER Embedded Studio]]
 
  +
**[[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 configure Embedded Studio to use SWO|How to configure Embedded Studio to use SWO]]
  +
**[[SEGGER Embedded_Studio#VCS configuration|VCS configuration]]
  +
**[[SEGGER Embedded_Studio#Installation on newer Linux versions|Installation on newer Linux versions]]
  +
**[[SEGGER Embedded_Studio#How to enable RTOS thread awareness|How to enable RTOS thread awareness]]
  +
**[[SEGGER Embedded_Studio#How to place a function in RAM|How to place a function in RAM]]
  +
**[[SEGGER Embedded_Studio#How to use an external toolchain with Embedded Studio|How to use an external toolchain with Embedded Studio]]
 
*[[Porting from GCC to SEGGER Linker]]
 
*[[Porting from GCC to SEGGER Linker]]
  +
  +
== SystemView ==
  +
* [[FreeRTOS with SystemView]]
  +
* [[Use SystemView without RTOS]]
  +
  +
== Ozone ==
  +
* [[SEGGER Ozone]]
  +
**[[SEGGER Ozone#Automated_test_example|Automated test example]]
  +
**[[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]]
   
 
== Middleware ==
 
== Middleware ==
Line 326: Line 351:
   
 
== Miscellaneous ==
 
== Miscellaneous ==
 
=== Glossary / Definitions ===
 
* [[JTAG]]
 
* [[SWD]]
 
* [[SWO]]
 
* [[ETB]]
 
* [[ETM]]
 
* [[TMC]]
 
* [[MCU Security Options]]
 
* [[J-Link software versioning]]
 
 
   
 
=== J-Link software ===
 
=== J-Link software ===
Line 343: Line 357:
 
* [[Using J-Link Script Files]]
 
* [[Using J-Link Script Files]]
 
* [[Using J-Link Command Strings]]
 
* [[Using J-Link Command Strings]]
* [[Read-Modify-Write Flash]]
 
 
* [[Using J-Link VCOM functionality]]
 
* [[Using J-Link VCOM functionality]]
  +
* [[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]]
Line 352: Line 366:
 
* [[Memory accesses]]
 
* [[Memory accesses]]
 
* [[Setting up Ethernet interface]]
 
* [[Setting up Ethernet interface]]
  +
* [[CFI Flash]]
   
 
=== CALLIOPE mini ===
 
=== CALLIOPE mini ===
Line 358: Line 373:
 
=== J-Flash ===
 
=== J-Flash ===
 
* [[CRC calculation]]
 
* [[CRC calculation]]
 
=== SystemView ===
 
* [[FreeRTOS with SystemView]]
 
* [[Use SystemView without RTOS]]
 
   
 
=== FAQ ===
 
=== FAQ ===
Line 373: Line 384:
 
* [[Unlock maximum SWO speed on SEGGER's high end debug probes]]
 
* [[Unlock maximum SWO speed on SEGGER's high end debug probes]]
 
* [[J-Trace vs. J-Trace PRO]]
 
* [[J-Trace vs. J-Trace PRO]]
  +
  +
=== Glossary / Definitions ===
  +
* [[JTAG]]
  +
* [[SWD]]
  +
* [[SWO]]
  +
* [[ETB]]
  +
* [[ETM]]
  +
* [[TMC]]
  +
* [[MCU Security Options]]
  +
* [[J-Link software versioning]]

Revision as of 18:44, 13 February 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
TI
Toshiba
Zilog

Evaluation board specifics

ARM
Ambiq Micro
Adafruit
Atmel
Infineon
MediaTek
Microchip
Renesas
SiFive
Silicon Labs
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