Technical information

Operating Precautions for CPDW9X/NT-CDR-V85X, Y-GHS-MULTI-V800
TM
Customer Notification r20tu0003ed1812 53
No. a37
The debug command copy has a size limit
Version Information
V3.5
Details
The Debug command “copy” cannot copy more than 0x9999 bytes. Trying to copy more doesn’t
bring any error message.
Command Sequence
MULTI> target fill 0x0 0x10000 0x88 1
MULTI> copy 0x0 0x40000 0x10000 1
MULTI> target m 0x04fff0 l=0x12
0x0004FFF0: 8888 8888 8888 8888 8888 8888 8888 0088
0x00050000: 0000
Workaround
The user can use the target command copy or use several time the debug command copy.
No. a38
tda-offset out of range in sld.bu instruction
Version Information
V3.5, V4.0.5, V4.0.5c
Details
The instruction sld.bu from the V850ES core accepts only a 4-bit offset.
When using tda, the compiler generates assembler code using the sld.bu instruction with a bigger
offset and an assembler or linker error is given.
Command Line
ccv850e cpu=v850e main.c noobj (Assembler error)
ccv850e cpu=v850e main.c obj (Linker error)
Workaround
1. Do not use tiny data area (-notda)
2. Use another CPU that does not have this instruction.