Difference between revisions of "Cyclone V series"

From SEGGER Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
The Intel Cyclone V series FPGAs incorporate two hard-coded Cortex-A9 ARM cores. It is possible to debug both cores with J-Link (also explained later in this article)
+
The Intel Cyclone V series FPGAs incorporate two hard-coded Cortex-A9 ARM cores.
  +
  +
== Multi-core debugging ==
  +
J-Link supports debugging both Cortex-A9 cores of the Cyclone V. What is needed is one instance of the IDE (SEGGER Ozone, Eclipse + GDBServer, ...) per core to be debugged.
  +
=== Connecting to core 0 ===
  +
Connecting to core 0 (default core being available after startup of the device) does not require any special setup. All that needs to be done is selecting the correct device in the IDE, which is "'''Cyclone V'''", and start the debug session.

Revision as of 17:53, 21 March 2017

The Intel Cyclone V series FPGAs incorporate two hard-coded Cortex-A9 ARM cores.

Multi-core debugging

J-Link supports debugging both Cortex-A9 cores of the Cyclone V. What is needed is one instance of the IDE (SEGGER Ozone, Eclipse + GDBServer, ...) per core to be debugged.

Connecting to core 0

Connecting to core 0 (default core being available after startup of the device) does not require any special setup. All that needs to be done is selecting the correct device in the IDE, which is "Cyclone V", and start the debug session.