Debugger v850
Debugger v850
Debugger v850
V850 ..........................................................................................................................................
Warning ..............................................................................................................................
Reset Line
FLMD0 Line
Troubleshooting ................................................................................................................
12
SYStem.Up Errors
12
FAQ .....................................................................................................................................
12
Configuration .....................................................................................................................
13
System Overview
13
Daisy-chain Example
14
16
TapStates
17
SYStem.CONFIG.CORE
18
19
19
SYStem.CPU
SYStem.CpuAccess
SYStem.JtagClock
SYStem.LOCK
SYStem.MemAccess
SYStem.Mode
SYStem.Option DIAG
1989-2016 Lauterbach GmbH
14
20
20
21
22
22
SYStem.Option IMASKASM
Interrupt disable
23
SYStem.Option IMASKHLL
Interrupt disable
23
SYStem.Option PERSTOP
23
24
SYStem.Option RESET
SYStem.Option STOP
SYStem.Option WAIT
24
24
24
25
SYStem.Option NMI0
25
SYStem.Option NMI1
25
SYStem.Option REQest
SYStem.Option NMI2
25
26
27
SYStem.Option CPINT
SYStem.Option BTM
27
SYStem.Option DTM
28
SYStem.Option KEYCODE
Keycode
28
SYStem.Option OPWIDTH
29
30
30
Breakpoints ........................................................................................................................
31
SYStem.Option STALL
SYStem.Option TCMODE
Software Breakpoints
31
On-chip Breakpoints
31
Breakpoint in ROM
32
32
33
33
33
TrOnchip.SEQ
Sequential breakpoints
34
TrOnchip.RCU
ROM-Correction breakpoints
34
TrOnchip.CONVert
TrOnchip.RESet
35
35
TrOnchip.Set Alignment
35
TrOnchip.Set MissAlign
36
36
TrOnchip.SIZE
TrOnchip.VarCONVert
37
37
Trace ...................................................................................................................................
38
39
40
41
41
42
42
43
44
Support ...............................................................................................................................
45
Available Tools
45
Compilers
55
56
56
Products .............................................................................................................................
57
Product Information
57
Order Information
58
General Note
This documentation describes the processor specific settings and features for NEC V850E(S). TRACE32ICD supports all V850 devices which are equipped with the N-wire debug interface.
If some of the described functions, options, signals or connections in this Processor Architecture Manual are
only valid for a single CPU or for specific family lines, the name(s) of the family/families is/are added in
brackets.
Debugger Basics - Training (training_debugger.pdf): Get familiar with the basic features of a
TRACE32 debugger.
Architecture-specific information:
Processor Architecture Manuals: These manuals describe commands that are specific for the
processor architecture supported by your debug cable. To access the manual for your processor
architecture, proceed as follows:
-
RTOS Debugger (rtos_<x>.pdf): TRACE32 PowerView can be extended for operating systemaware debugging. The appropriate RTOS manual informs you how to enable the OS-aware
debugging.
General Note
Warning
Signal Level
The debugger output voltage follows the target voltage level. It supports a voltage range of 0.4 5.2 V.
ESD Protection
NOTE:
Disconnect the debug cable from the target while the target power is
off.
2.
Connect the host system, the TRACE32 hardware and the debug
cable.
3.
4.
5.
6.
7.
Power down:
1.
2.
3.
4.
Warning
Application Note
Reset Line
Ensure that the debugger signal RESET is connected directly to the RESET of the processor. This will
provide the ability for the debugger to drive and sense the status of RESET.
Debugger
Target
VCC
Reset-Sense
CPU Reset
Force-Reset
Application Note
FLMD0 Line
The debugger forces this line to VDD to enable flash programming.
Debugger
Target
VDD
VDD
Force-FLMD0
CPU FLMD0
1K
CPU PortOut
GND
GND
Application Note
the value of address 0x7A has to be copied to the low byte of EMUMO
the value of address 0x7B has to be copied to the high byte of EMUMO
; initial startup
; see demo scripts
Application Note
Select the device prompt B: for the ICD Debugger, if the device prompt is not active after the
TRACE32 software was started.
b:
2.
3.
If the TRACE32-ICD hardware is installed properly, the following CPU is the default setting:
JTAG Debugger for V850
4.
V850SA
This command resets the CPU and enters debug mode. After this command is executed it is possible
to access the registers.Set the chip selects to get access to the target memory.
Data.Set
Following command sequence is required for CPU types which are equipped with a ROM Security
Unit (RSU). As long as the ROM Security is active the debugger gets no access to CPU memory.
%Byte
%Byte
%Byte
%Byte
0xa5
0x08
0xf7
0x08
; KeyCode setting
; data at 0x70 x79 is estimated as 0xff
Data.Set 0xfffff9c0 %Word 0xffff 0xffff
Print DATA.LONG(D:0x70)
Data.Set 0xfffff9c0 %Word 0xffff 0xffff
Print DATA.LONG(D:0x74)
Data.Set 0xfffff9c0 %Word 0x0000 0xffff
Print DATA.LONG(D:0x78)
Print DATA.LONG(D:0xfffff9c4)
6.
Data.LOAD.ubrof sieve.d85
The option of the Data.LOAD command depends on the file format generated by the compiler. For
information on the compiler options refer to the section Compiler. A detailed description of the
Data.LOAD command is given in the General Commands Reference.
10
The start up can be automated using the programming language PRACTICE. A typical start sequence is
shown below:
b::
WinCLEAR
MAP.BOnchip 0x000000++0x07ffff
SYStem.CPU 70F3281
SYStem.Up
Data.Load.ubrof sieve.d85
Register.Set PC main
Data.List
Register /SpotLight
PER.view
Break.Set sieve
;
;
;
;
*) These commands open windows on the screen. The window position can be specified with the WinPOS
command.
11
Troubleshooting
SYStem.Up Errors
The SYStem.Up command is the first command of a debug session where communication with the target is
required. If you receive error messages while executing this command this may have the following reasons.
All
All
All
All
FAQ
No information available
12
Troubleshooting
Configuration
System Overview
HUB
PC or
Workstation
Target
Debug Cable
TRIG
LAUTERBACH
RECEIVE
COLLISION
PODBUS OUT
DEBUG CABLE
ETHERNET
CON ERR
POWER
7-9 V
LAUTERBACH
TRIGGER
TRANSMIT
DEBUG CABLE
EMULATE
RECORDING
SELECT
USB
Ethernet
Cable
JTAG
Connector
PODBUS IN
POWER
AC/DC Adapter
13
Configuration
SYStem.CONFIG
Format:
<parameter>
(General):
state
CORE
(JTAG):
DRPRE <bits>
DRPOST <bits>
IRPRE
<bits>
IRPOST <bits>
TAPState <state>
TCKLevel <level>
TriState [ON | OFF]
Slave
[ON | OFF]
<core>
The four parameters IRPRE, IRPOST, DRPRE, DRPOST are required to inform the debugger about the
TAP controller position in the JTAG chain, if there is more than one core in the JTAG chain (e.g. ARM +
DSP). The information is required before the debugger can be activated e.g. by a SYStem.Up. See Daisychain Example.
For some CPU selections (SYStem.CPU) the above setting might be automatically included, since the
required system configuration of these CPUs is known.
TriState has to be used if several debuggers (via separate cables) are connected to a common JTAG port
at the same time in order to ensure that always only one debugger drives the signal lines. TAPState and
TCKLevel define the TAP state and TCK level which is selected when the debugger switches to tristate
mode. Please note: nTRST must have a pull-up resistor on the target, TCK can have a pull-up or pull-down
resistor, other trigger inputs needs to be kept in inactive state.
Multicore debugging is not supported for the DEBUG INTERFACE (LA-7701).
14
state
CORE
For multicore debugging one TRACE32 GUI has to be started per core.
To bundle several cores in one processor as required by the system this
command has to be used to define core and processor coordinates within
the system topology.
Further information can be found in SYStem.CONFIG.CORE.
DRPRE
DRPOST
(default: 0) <number> of TAPs in the JTAG chain between the TDI signal
of the debugger and the core of interest. If each core in the system
contributes only one TAP to the JTAG chain, DRPOST is the number of
cores between the TDI signal of the debugger and the core of interest.
IRPRE
IRPOST
TAPState
TCKLevel
TriState
(default: OFF) If several debuggers share the same debug port, this
option is required. The debugger switches to tristate mode after each
debug port access. Then other debuggers can access the port. JTAG:
This option must be used, if the JTAG line of multiple debug boxes are
connected by a JTAG joiner adapter to access a single JTAG chain.
Slave
(default: OFF) If more than one debugger share the same debug port, all
except one must have this option active.
JTAG: Only one debugger - the master - is allowed to control the signals
nTRST and nSRST (nRESET).
15
Daisy-chain Example
TDI
Core A
Core B
Core C
Chip 0
Core D
TDO
Chip 1
Core A: 3 bit
Core B: 5 bit
Core D: 6 bit
SYStem.CONFIG.IRPRE 6
; IR Core D
SYStem.CONFIG.IRPOST 8
; IR Core A + B
SYStem.CONFIG.DRPRE 1
; DR Core D
SYStem.CONFIG.DRPOST 2
; DR Core A + B
SYStem.CONFIG.CORE 0. 1.
16
TapStates
0
Exit2-DR
Exit1-DR
Shift-DR
Pause-DR
Select-IR-Scan
Update-DR
Capture-DR
Select-DR-Scan
Exit2-IR
Exit1-IR
10
Shift-IR
11
Pause-IR
12
Run-Test/Idle
13
Update-IR
14
Capture-IR
15
Test-Logic-Reset
17
SYStem.CONFIG.CORE
Format:
<chipindex>:
1i
<coreindex>:
1k
18
SYStem.CPU
Format:
SYStem.CPU <cpu>
<cpu>:
70F3143 | 70F3186
SYStem.CpuAccess
Format:
Default: Denied.
Enable
Denied
Nonstop
Lock all features of the debugger, that affect the run-time behavior.
Nonstop reduces the functionality of the debugger to:
trace display
The debugger inhibits the following:
all features of the debugger that are intrusive (e.g. action Spot for breakpoints, performance analysis via StopAndGo mode, conditional breakpoints etc.)
19
SYStem.JtagClock
Format:
SYStem.JtagClock [<frequency>]
SYStem.BdmClock [<frequency>] (deprecated).
SYStem.LOCK
Format:
Default: OFF.
If the system is locked, no access to the debug port will be performed by the debugger. While locked, the
debug connector of the debugger is tristated. The main intention of the lock command is to give debug
access to another tool.
20
SYStem.MemAccess
Format:
SYStem.MemAccess <mode>
<mode>:
QUiCK
NBD
Denied
Selects the method for realtime memory access while the core is running.
All debugger windows which are opened with the option /E will use the selected non intrusive memory
access.
QUICK
Does a pseudo realtime access. For each single memory access the application is
interrupted for about 50 CPU clocks (10 MHz --> 5 us interruption). This method
can only be used if NO breakpoints are set. The JTAG clock speed should be as
fast as possible to get good performance.
NBD
Denied
21
SYStem.Mode
Format:
SYStem.Mode <mode>
<mode>:
Down
NoDebug
Go
Up
Down
NoDebug
Disables the Debugger. The debug interface is forced to high impedance mode.
Go
Resets the target with debug mode enabled and prepares the CPU for debug
mode entry. After this command the CPU is in the SYStem.Up mode and
running. Now, the processor can be stopped with the break command or until
any break condition occurs.
Up
Resets the target and sets the CPU to debug mode. After execution of this
command the CPU is stopped and prepared for debugging. All register are set
to the default value.
Attach
Not supported.
StandBy
Not supported.
SYStem.Option DIAG
Format:
Default: OFF.
Adds more information to the report in the SYStem.LOG.List window.
22
SYStem.Option IMASKASM
Format:
Interrupt disable
Mask interrupts during assembler single steps. Useful to prevent interrupt disturbance during assembler
single stepping.
SYStem.Option IMASKHLL
Format:
Interrupt disable
Mask interrupts during HLL single steps. Useful to prevent interrupt disturbance during HLL single stepping.
SYStem.Option PERSTOP
Format:
Stop CPU peripherals if program is stopped. Useful to prevent timer exceptions. Only supported for V850/E2
cores.
23
SYStem.Option RESET
Format:
SYStem.Option STOP
Format:
SYStem.Option WAIT
Format:
24
SYStem.Option REQest
Format:
SYStem.Option NMI0
Format:
SYStem.Option NMI1
Format:
SYStem.Option NMI2
Format:
25
SYStem.Option CPINT
Format:
26
SYStem.Option BTM
Format:
<mode>:
ON
OFF
MIN
MAX
MAX
ON
(Default) like MAX but for taken-direct-branches only the branch-sourceaddress is recorded.
MIN
27
SYStem.Option DTM
Format:
<mode>:
OFF
Read
Write
ReadWrite
OFF
Read
Write
readWrite
SYStem.Option KEYCODE
Format:
Keycode
Has to be the same value as present in CPUs ID-code input registers ID_IN[0..2].
The KEYCODE is sent to the CPU during system up to unlock the ID-Code-Protection unit. A matching
KEYCODE is a must to get debug control. More details on ID-Code-Protection can be found in the CPUUsers-Manual.
28
SYStem.Option OPWIDTH
Format:
<mode>:
4
8
16
29
SYStem.Option STALL
Format:
<mode>:
ON
OFF
OFF
Program execution is done in realtime. The trace interface might loose trace
messages.
SYStem.Option TCMODE
Format:
<mode>:
1/1
1/2
1/2DDR
1/1
1/2
1/2DDR
Not supported.
30
Breakpoints
There are two types of breakpoints available: Software breakpoints (SW-BP) and on-chip breakpoints (HWBP).
Software Breakpoints
Software breakpoints are the default breakpoints. A special breakcode is patched to memory so it only can
be used in RAM or FLASH areas.There is no restriction in the number of software breakpoints.
On-chip Breakpoints
The following list gives an overview of the usage of the on-chip breakpoints by TRACE32-ICD:
CPU Family
Address Breakpoints
Data Breakpoints
Sequential
Breakpoints
V850E(S) all
devices
2 ranges
- include or exclude
Qualifier for:
- Instruction-Fetch
- Data-Read
- Data-Write
- Size ANY/8/16/32
2 ranges
- include or exclude
A->B
V850E(S) devices
with ROM
Correction Unit
(RCU)
4 or 8 additional
breakpoints on
- Instruction-Fetch
31
Breakpoints
Breakpoint in ROM
With the command MAP.BOnchip <range> it is possible to inform the debugger about ROM
(FLASH,EPROM) address ranges in target. If a breakpoint is set within the specified address range the
debugger uses automatically the available on-chip breakpoints.
; Software Breakpoint 1
; Software Breakpoint 2
; Software Breakpoint 3
On-chip breakpoints:
Break.Set 0x100 /Program
; On-chip Breakpoint 1
; On-chip Breakpoint 2
32
Breakpoints
TrOnchip Commands
TrOnchip.view
Format:
TrOnchip.view
TrOnchip.CONVert
Format:
The on-chip breakpoints can only cover specific ranges. If a range cannot be programmed into the
breakpoint it will automatically be converted into a single address breakpoint when this option is active. This
is the default. Otherwise an error message is generated.
TrOnchip.CONVert ON
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
TrOnchip.CONVert OFF
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
33
TrOnchip Commands
TrOnchip.SEQ
Sequential breakpoints
Format:
TrOnchip.SEQ <mode>
<mode>:
OFF
BA
CBA
DBCA
BA
CBA
Sequential break, first condition, then second condition, then third conditon.
DCBA
Sequential break, first condition, then second condition, then third conditon and
the fourth condition.
TrOnchip.RCU
Format:
ROM-Correction breakpoints
When enabled (default) the CPUs Rom-Correction-Unit is used to extend the number of Onchip
Breakpoints. RCU breakpoints can only be used for program breaks in the FLASH area.
NOTE:
A DBTRAP instruction code is visible at the break address. It is visible for program
and data accesses, which causes trouble if the application does memory checking
like CRC.
34
TrOnchip Commands
TrOnchip.RESet
Format:
TrOnchip.RESet
Sets the TrOnchip settings and trigger module to the default settings.
TrOnchip.SIZE
Format:
If ON, breakpoints on single-byte, two-byte or four-byte addressranges only hit if the CPU accesses this
ranges with a byte, word or long buscycle. Default: OFF
TrOnchip.Set Alignment
Format:
When enabled (default) the CPU stops program execution on any miss-aligned memory access.
NOTE:
35
TrOnchip Commands
TrOnchip.Set MissAlign
Format:
When enabled (default) the CPU stops program execution on miss-align stack operations and on miss-align
accesses in miss-align access disable mode.
NOTE:
TrOnchip.VarCONVert
Format:
The on-chip breakpoints can only cover specific ranges. If you want to set a marker or breakpoint to a
complex variable, the on-chip break resources of the CPU may be not powerful enough to cover the whole
structure. If the option TrOnchip.VarCONVert is ON the breakpoint will automatically be converted into a
single address breakpoint. This is the default setting. Otherwise an error message is generated.
36
TrOnchip Commands
Memory Classes
The following memory classes are available:
Memory Class
Description
Program
DF
37
Memory Classes
Trace
tbd.
38
Trace
NBD Interface
The usage of NBD (Non Break Debug Interface) requires extra debug hardware to get access to the CPUs
NBD interface. This extra hardware is plugged in between the debug box and the debug dongle. Connection
to the CPUs NBD interface is done by a 16pin flat cable.
The interface allows realtime access to target memory while the application program is running.
Furthermore it allows the access to certain debug configuration registers to:
The NBD configuration registers are accessible in the CPUs peripheral window.
39
NBD Interface
Runtime Measurement
Runtime measurement is done with about 5 s resolution.
The debuggers RUNTIME window gives detailed information about the complete run-time of the application
code and the run-time since the last GO/STEP/STEP-OVER command.
40
Runtime Measurement
JTAG Connector
Pin
1
3
5
7
9
11
13
15
17
19
Pin
2
4
6
8
10
12
14
16
18
20
Signal
DCK
DMS
DDI
DRSTPORT0IN
RESETFLMD0
PORT1IN/RDYZ
DDO
VDD
JTAG Connector
Signal Description
CPU Signal
DMS
TMS
DDI
TDI
DCK
TCK
TRST
TRST
DDO
TDO
RESET
RESET
input/output of debugger
- Force target Reset
- Sense target Reset
(see application note)
RESET
FLMD0
FLMD0
PortIn0
not connected
PortIn1/RDYZ
RDYZ
41
JTAG Connector
Trace Connector
The default connection for trace support is MICTOR. With additional adaptors also KEL and GlenAir is
supported.
Pin
1
3
5
7
9
11
13
15
17
19
21
23
25
27
29
31
33
35
37
Pin
2
4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
36
38
Signal
GND
VDD
DRSTRESETFLMD0
RESERVED
RESERVED
PORT1IN
PORT2IN
TRCCE
TRCDATA8
TRCDATA9
TRCDATA10
TRCDATA11
TRCDATA12
TRCDATA13
TRCDATA14
TRCDATA15
GND
42
Trace Connector
B13
A12
B12
A11
A3
B11
B3
A2
B2
A1
Top View
B1
Pin Number
Signal Name
Input/Output
(User Side)
A1
CLKOUT
Output
A2
TRCDATA0
Output
A3
TRCDATA1
Output
A4
TRCDATA2
Output
A5
TRCDATA3
Output
A6
TRCEND
Output
A7
DDI
Input
10 k pull-up
A8
DCK
Input
10 k pull-up
A9
DMS
Input
10 k pull-up
A10
DDO
Output
A11
DRST
Input
10 k pull-up
A12
RESET
Input
10 k pull-up
A13
FLMD0
Input
open
B1 B10
GND
B11
Port0_In
Open
B12
Port1_IN
Open
B13
+ 3.3 V
43
Trace Connector
NBD Connector
Signal
TRIGOUTCLK
SYNC
DATA0
DATA1
DATA2
MODE
Pin
1
3
5
7
9
11
13
15
Pin
2
4
6
8
10
12
14
16
Signal
VCC
GND
GND
GND
GND
GND
DATA3
RESETO-
NBD Connector
Signal Description
CPU Signal
TRIG
NBD_Trigger signal,
debugger input
TRIG_DBG
OUT
NBD_DataDirection signal,
debugger output
NBD_Clock,
debugger output
CLK_DBG
SYNC
NBD_SYNC signal,
debugger output
SYNC_DBG#
DATA[3 0]
NBD_DATA[3 0],
debugger input/output
AD[3 0]_DBG
MODE
NBD_Mode enable,
debugger output
MODE_NBD
RESETO
NBD_ResetOut signal,
debugger input
RESETO_DBG
PowerSupply of user
system
44
NBD Connector
Support
703500
703538
70F3111
70F3134
70F3186
70F3187
70F3231
70F3231Y
70F3232
70F3232Y
70F3233
70F3233Y
70F3234
70F3234Y
70F3235
70F3235Y
70F3236
70F3236Y
70F3237
70F3237Y
70F3238
70F3238Y
70F3239
70F3239Y
70F3261
70F3261Y
70F3263
70F3263Y
70F3264
70F3264Y
70F3266
70F3266Y
70F3271
70F3271Y
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
Available Tools
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
45
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3273
70F3273Y
70F3274
70F3274Y
70F3276
70F3276Y
70F3281
70F3281Y
70F3283
70F3283Y
70F3284
70F3284Y
70F3286
70F3286Y
70F3288
70F3288Y
70F3318
70F3319
70F3320
70F3325
70F3333
70F3334
70F3335
70F3336
70F3340
70F3341
70F3342
70F3343
70F3344
70F3345
70F3346
70F3347
70F3348
70F3350
70F3351
70F3352
70F3353
70F3354
70F3355
70F3356
70F3357
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
46
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3358
70F3364
70F3365
70F3366
70F3367
70F3368
70F3370
70F3371
70F3372
70F3373
70F3374
70F3375
70F3376
70F3377
70F3378
70F3379
70F3380
70F3381
70F3382
70F3383
70F3384
70F3385
70F3402
70F3403
70F3416
70F3417
70F3420
70F3421
70F3422
70F3423
70F3424
70F3425
70F3426
70F3427
70F3440
70F3441
70F3461
70F3474
70F3475
70F3476
70F3477
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
47
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3478
70F3479
70F3480
70F3481
70F3482
70F3486
70F3487
70F3488
70F3502
70F3503
70F3504
70F3505
70F3506
70F3507
70F3508
70F3509
70F3522
70F3523
70F3524
70F3525
70F3526
70F3529
70F3530
70F3532
70F3535
70F3536
70F3537
70F3548
70F3549
70F3550
70F3551
70F3552
70F3553
70F3554
70F3555
70F3556
70F3557
70F3558
70F3559
70F3560
70F3561
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
48
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3562
70F3563
70F3564
70F3565
70F3566
70F3567
70F3568
70F3569
70F3570
70F3571
70F3572
70F3573
70F3574
70F3575
70F3576
70F3577
70F3578
70F3579
70F3580
70F3581
70F3582
70F3583
70F3584
70F3585
70F3586
70F3587
70F3588
70F3589
70F3592
70F3700
70F3701
70F3702
70F3703
70F3704
70F3706
70F3707
70F3709
70F3710
70F3711
70F3712
70F3715
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
49
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3716
70F3717
70F3718
70F3719
70F3720
70F3721
70F3722
70F3723
70F3724
70F3735
70F3736
70F3737
70F3738
70F3739
70F3740
70F3741
70F3742
70F3743
70F3744
70F3745
70F3746
70F3747
70F3750
70F3752
70F3755
70F3757
70F3778
70F3779
70F3780
70F3781
70F3782
70F3783
70F3784
70F3785
70F3786
70F3787
70F3797
70F3798
70F3799
70F3800
70F3801
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
50
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3802
70F3803
70F3804
70F3805
70F3806
70F3807
70F3808
70F3809
70F3810
70F3811
70F3812
70F3813
70F3814
70F3815
70F3816
70F3817
70F3818
70F3819
70F3820
70F3821
70F3822
70F3823
70F3824
70F3825
70F3826
70F3827
70F3828
70F3829
70F3830
70F3831
70F3832
70F3833
70F3834
70F3835
70F3836
70F3837
70F3913
70F3914
70F3915
70F3916
70F3917
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
51
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
70F3918
70F3919
70F3920
70F3921
70F3922
70F3923
70F3924
70F3925
70F3926
70F3927
70F3931
70F3932
70F3933
70F3934
70F3935
70F3936
70F3937
70F3938
70F3939
70F4000
70F4001
70F4002
70F4003
70F4004
70F4005
70F4006
70F4007
70F4008
70F4009
70F4010
70F4011
70F4012
NB85E
NB85ET
V850E/IA4
V850E/MA3
V850E/ME2
V850E/ME3
V850E/PH2
V850E/PH3
V850E/PHOENIX-F
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
52
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
V850E/PHOENX-FS
V850E/RS1
V850ES/DG2
V850ES/DG3
V850ES/DJ2
V850ES/DJ3
V850ES/DJ4
V850ES/DK4-H
V850ES/DL3
V850ES/DN4-H
V850ES/DR4-3D
V850ES/DX3
V850ES/DX4
V850ES/FE2
V850ES/FE3
V850ES/FF2
V850ES/FF3
V850ES/FG2
V850ES/FG3
V850ES/FJ2
V850ES/FJ3
V850ES/FK3
V850ES/HE2
V850ES/HE3
V850ES/HF2
V850ES/HF3
V850ES/HG2
V850ES/HG3
V850ES/HJ2
V850ES/HJ3
V850ES/HX2
V850ES/HX3
V850ES/IG4
V850ES/IG4-H
V850ES/IH4
V850ES/IH4-H
V850ES/IX4
V850ES/IX4-H
V850ES/JC3-H
V850ES/JC3-L
V850ES/JD3-H
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
53
Support
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
V850ES/JE3-E
V850ES/JE3-H
V850ES/JE3-L
V850ES/JF3-E
V850ES/JF3-L
V850ES/JG2
V850ES/JG3
V850ES/JG3-E
V850ES/JG3-L
V850ES/JH3-E
V850ES/JJ2
V850ES/JJ3
V850ES/JJ3-E
V850ES/JK1+
V850ES/JX2
V850ES/JX3
V850ES/JX3-E
V850ES/JX3-H
V850ES/JX3-L
V850ES/PG4
V850ES/PJ4
V850ES/PX4
V850ES/SG2
V850ES/SG3
V850ES/SJ2
V850ES/SJ3
V850ES/SJ3-H
V850ES/SK3-H
V850FE4-L
V850FF4-L
V850FG4
V850FG4-L
V850FJ4
V850FJ4-L
V850FK4
V850FK4-H
V850FK4-L
V850FKG4
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
54
Support
YES
YES
YES
YES
YES
INSTRUCTION
SIMULATOR
POWER
INTEGRATOR
ICD
TRACE
ICD
MONITOR
ICD
DEBUG
FIRE
ICE
CPU
V850FL4
V850FL4-H
V850FM4-H
V850FX4-H
V850FX4-L
YES
YES
YES
YES
YES
Compilers
Language
Compiler
Company
Option
GCCV850
ELF/STABS
C
C
C
GREENHILLS-C
ICCV850
CA850
Free Software
Foundation, Inc.
Greenhills Software Inc.
IAR Systems AB
Renesas Technology,
Corp.
Comment
ELF/DWARF
UBROF
ELF/NEC
55
Support
Company
Comment
Elektrobit tresos
Erika
OSEK
ProOSEK
uC/OS-II
via ORTI
via ORTI
via ORTI
via ORTI
2.0 to 2.8
Tool
Company
ALL
ALL
ALL
ADENEO
X-TOOLS / X32
CODEWRIGHT
ALL
CODE CONFIDENCE
TOOLS
CODE CONFIDENCE
TOOLS
EASYCODE
ECLIPSE
RHAPSODY IN MICROC
RHAPSODY IN C++
CHRONVIEW
LDRA TOOL SUITE
UML DEBUGGER
Adeneo Embedded
blue river software GmbH
Borland Software
Corporation
Code Confidence Ltd
ALL
ALL
ALL
ALL
ALL
ALL
ALL
ALL
ALL
ALL
ALL
ATTOL TOOLS
VISUAL BASIC
INTERFACE
LABVIEW
ALL
ALL
ALL
ALL
ALL
ALL
CODE::BLOCKS
C++TEST
RAPITIME
DA-C
TRACEANALYZER
SIMULINK
Host
Windows
Windows
Windows
Linux
EASYCODE GmbH
Eclipse Foundation, Inc
IBM Corp.
IBM Corp.
Inchron GmbH
LDRA Technology, Inc.
LieberLieber Software
GmbH
MicroMax Inc.
Microsoft Corporation
Windows
Windows
Windows
Windows
Windows
Windows
Windows
NATIONAL
INSTRUMENTS
Corporation
Open Source
Parasoft
Rapita Systems Ltd.
RistanCASE
Symtavision GmbH
The MathWorks Inc.
Windows
Windows
Windows
Windows
Windows
Windows
Windows
Windows
56
Support
CPU
Tool
Company
Host
ALL
ALL
ALL
TA INSPECTOR
UNDODB
VECTORCAST UNIT
TESTING
VECTORCAST CODE
COVERAGE
WINDOWS CE PLATF.
BUILDER
Windows
Linux
Windows
Vector Software
Windows
Windows
Windows
ALL
ALL
Products
Product Information
OrderNo Code
Text
LA-7835
JTAG-V850
LA-7936
CONV-V850/VR-KEL
LA-7937
CONV-V850/VR-MICTOR
LA-7939
NBD-BOX-V850
LA-3718
CONV-V850-E1
57
Products
Order Information
Order No.
Code
Text
LA-7835
LA-7936
LA-7937
LA-7939
LA-3718
JTAG-V850
CONV-V850/VR-KEL
CONV-V850/VR-MICTOR
NBD-BOX-V850
CONV-V850-E1
Additional Options
LA-2102
AD-HS-16
LA-2101
AD-HS-20
LA-7960X MULTICORE-LICENSE
58
Products