Difference between revisions of "Main Page"

From SEGGER Wiki
Jump to: navigation, search
(Middleware)
(39 intermediate revisions by 6 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]]
 
   
 
==== 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 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 52: Line 36:
 
* [[Atollic TrueSTUDIO]]
 
* [[Atollic TrueSTUDIO]]
   
==== J-Link 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 116: Line 126:
 
** [[i.MX7ULP]]
 
** [[i.MX7ULP]]
 
** [[i.MXRT1050]]
 
** [[i.MXRT1050]]
  +
** [[i.MXRT1060]]
 
*LPC Series Devices
 
*LPC Series Devices
 
** [[LPC178x]]
 
** [[LPC178x]]
Line 150: Line 161:
 
** [[STM32F4]]
 
** [[STM32F4]]
 
** [[STM32L4]]
 
** [[STM32L4]]
  +
** [[STM32L5]]
 
** [[STM32F7]]
 
** [[STM32F7]]
 
** [[STM32H7]]
 
** [[STM32H7]]
Line 226: Line 238:
 
* [[STM32L476 Eval]]
 
* [[STM32L476 Eval]]
 
* [[STEVAL-FCU001V1]]
 
* [[STEVAL-FCU001V1]]
  +
* [[NUCLEO-F070RB]]
   
 
===== Xilinx =====
 
===== Xilinx =====
Line 233: 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 253: Line 263:
 
** [[Tracing on Nordic Semiconductor nRF52840]]
 
** [[Tracing on Nordic Semiconductor nRF52840]]
 
* [[Tracing on NXP iMX RT1050 (iMX RT1050 Trace Reference Board)]]
 
* [[Tracing on NXP iMX RT1050 (iMX RT1050 Trace Reference Board)]]
  +
* [[Tracing on NXP LPC1758]]
 
* [[Tracing on NXP LPC1768]]
 
* [[Tracing on NXP LPC1768]]
 
* [[Tracing on NXP LPC1788]]
 
* [[Tracing on NXP LPC1788]]
Line 269: Line 280:
 
* [[Tracing on NXP Kinetis MKV58F1M0]]
 
* [[Tracing on NXP Kinetis MKV58F1M0]]
 
* [[Tracing on NXP Kinetis MKW24D512]]
 
* [[Tracing on NXP Kinetis MKW24D512]]
  +
* [[Tracing on NXP Kinetis MKW36A]]
 
* [[Tracing on NXP Kinetis KE1xZ]]
 
* [[Tracing on NXP Kinetis KE1xZ]]
 
* [[Tracing on Renesas Synergy R7FS7G2]]
 
* [[Tracing on Renesas Synergy R7FS7G2]]
  +
* [[Tracing on Renesas Synergy R7FS5D5]]
 
* [[Tracing on Renesas R7S721001WS (RZ/A1H)]]
 
* [[Tracing on Renesas R7S721001WS (RZ/A1H)]]
 
* [[Tracing on Renesas R7S910017 (RZ/T1)]]
 
* [[Tracing on Renesas R7S910017 (RZ/T1)]]
Line 276: Line 289:
 
* [[Tracing on Silicon Labs EFM32GG990]]
 
* [[Tracing on Silicon Labs EFM32GG990]]
 
* [[Tracing on Silicon Labs EFM32PG12]]
 
* [[Tracing on Silicon Labs EFM32PG12]]
  +
* [[Tracing on Silicon Labs EFR32MG12]]
 
* [[Tracing on Silicon Labs EZR32LG330]]
 
* [[Tracing on Silicon Labs EZR32LG330]]
 
* [[Tracing on Silicon Labs EZR32WG330]]
 
* [[Tracing on Silicon Labs EZR32WG330]]
Line 300: Line 314:
 
* [[Tracing on ST STM32L152]]
 
* [[Tracing on ST STM32L152]]
 
* [[Tracing on TI MSP432E4]]
 
* [[Tracing on TI MSP432E4]]
* [[Tracing on TI RM57L843]]
 
 
* [[Tracing on TI TM4C129]]
 
* [[Tracing on TI TM4C129]]
 
* [[Tracing on Toshiba TMPM370]]
 
* [[Tracing on Toshiba TMPM370]]
Line 313: 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 320: 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 337: 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 346: Line 366:
 
* [[Memory accesses]]
 
* [[Memory accesses]]
 
* [[Setting up Ethernet interface]]
 
* [[Setting up Ethernet interface]]
  +
* [[CFI Flash]]
   
 
=== CALLIOPE mini ===
 
=== CALLIOPE mini ===
Line 352: Line 373:
 
=== J-Flash ===
 
=== J-Flash ===
 
* [[CRC calculation]]
 
* [[CRC calculation]]
 
=== SystemView ===
 
* [[FreeRTOS with SystemView]]
 
* [[Use SystemView without RTOS]]
 
   
 
=== FAQ ===
 
=== FAQ ===
Line 367: 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