|
|
 |
| Q23.PARTNER-ET2 can be used in the single chip mode of V850E series? |
Q22.What is required to operate JTAG function by PARTNER-ET2?
|
Q21.PARTNER-ET2 is applied to Windows2000/XP?
|
Q20.Can upload by PARTNER-ET2?
|
| Q19.Can PARTNER-ET2 download HEX? |
Q18.The object compiled by GHS compiler can not indicate source. Or a message [Invalid format of the debug information] appears and download is prevented. For PARTNER debug information mode, "GreenHills C" or "GreenHills C(opt:R4000)" is specified.
|
Q17.In using of PARTNER-ET2, device files are required?
|
Q16.Can PARTNER-ET2 download the program to the internal ROM of CPU?
|
Q15.Can PARTNER-ET2 execute the application source debug, which is downloaded dynamically?
Download by OS loader and after the address determination, the debug information can be passed to Partner?
|
Q14.An error message [Excess of 4096 characters] appears when pushing the edit button of Partner setting file.
|
Q13.Personal computer recognizes PARTNER-ET2 I/F board and the driver install screen appears. What action should I take?
|
Q12.Is it O.K that the power supply adapter is not connected to PartnerET2 main body, except for PARTNER-ET2 PCMCIA I/F card?
|
Q11.For connecting of Target Board and PROM probe of PARTNER-ET2, of ROM1/ROM2 of PARTNER-ET2 Main body, which should be connected?
|
| Q10.For RTE-VR5432-CB board, when use setting file for sample (cfg), but PARTNER-ET2 can not operate. |
Q9.When Partner-J and DDB-5476 board are connected, g command can not work correctly through the command window. For example) >g bfc00000 is disable.
|
Q8.After download by PARTNER-ET2, PC is still 0 and can not be set.
|
| Q7.For PARTNER-ET2 (for VR) at the exception occurrence such NMI, how to set to execute user program by the exceptional vector? |
Q6.Command error or address error occur at the line assemble.
|
| Q5.An error [Format is abnormal] occurs against to cfg file. |
Q4.Can I write some comment in init.mcr (batch file)?
|
Q3.Execution time (Real-time count) can not be indicated.
|
Q2.An error message [Monitor area] occurs at Program loading.
|
Q1.Trace can not be taken. Please show us the conceivable reasons.
|
| Q23. PARTNER-ET2 can be used in the single chip mode of V850E series? |
A23.
If you use it as ROM emulator, the debug is possible in the ROMLESS mode. But the debug in SINGLE CHIP mode is impossible.For devices applied to JTAG, it is possible to debug in SINGLE CHIP/ROMLESS mode by using [V850E/JTAG option kit].
|
Q22. What is required to operate JTAG function by PARTNER-ET2?
|
A22.
Required items to operate JTAG debug are as follows.・PARTNER-ET2 (Model 30 or later)・Control software・JTAG option kitUse the control software and JTAG option kit, which are in the same series.For example, if your JTAG option kit is [V850E/JTAGoption kit], the control software V850E series applied of PARTNER-ET2 control software is required.
|
Q21. PARTNER-ET2 is applied to Windows2000/XP?
|
A21.
Applied.
|
Q20. Can upload by PARTNER-ET2?
|
A20.
It is possible to upload by WR command in Motorola S HEX format and binary format.
|
| Q19. Can PARTNER-ET2 download HEX? |
A19.
It is possible to download by RD command in Motorola S format and binary format.
|
Q18. The object compiled by GHS compiler can not indicate source. Or a message [Invalid format of the debug information] appears and download is prevented. For PARTNER debug information mode, "GreenHills C" or "GreenHills C(opt:R4000)" is specified.
|
A18.
For GHS compiler #1.8.9, specify "-g -nodbg -XDWARF" as compile option. For MULTI2000, specify "-g -dual_debug" as compile option. For other compilers supported by PARTNER, if the source can not be indicated, specify the debug information in dwarf or dwarf2 format and try again.
|
Q17. In using of PARTNER-ET2, device files are required?
|
A17.
Device files by NEC are not required.
|
Q16. Can PARTNER-ET2 download the program to the internal ROM of CPU?
|
A16.
Download to the internal ROM is not basically supported. The program can be downloaded to SRAM/SDRAM as the memory resources of the board or the external ROM area (Emulation RAM of PartnerET2). If you use the external ROM, don’t overlay on the monitor area of Partner And for the internal ROM area of CPU, set by cfg setting file or the switch of Target Board not to overlay on the address and size of the external ROM area (ROM1).
|
Q15. Can PARTNER-ET2 execute the application source debug, which is downloaded dynamically?
Download by OS loader and after the address determination, the debug information can be passed to Partner?
|
A15.
Not supported at present.If the address information of each section is identified by ELF/DWARF, it is conceivable to be implemented.
|
Q14. An error message [Excess of 4096 characters] appears when pushing the edit button of Partner setting file.
|
A14.
Maximum lines number of the Editor set as default is exceeded. At [Select Editor] of setup menu, specify the editor except for Notepad.
|
Q13. Personal computer recognizes PARTNER-ET2 I/F board and the driver install screen appears. What action should I take?
|
A13.
Select a driver from DISK1 of PARTNER-ET2. Installation starts.
At this time, modify the port address of .cfg in accordance with I/F board.
|
Q12. Is it O.K that the power supply adapter is not connected to PartnerET2 main body, except for PARTNER-ET2 PCMCIA I/F card?
|
A12.
For model20 or later, the power supply must to be connected with PartnerET2 main body. If not connected, the power supply becomes unstable and PARTNER-ET2 may not operate.
|
Q11. For connecting of Target Board and PROM probe of PARTNER-ET2, of ROM1/ROM2 of PARTNER-ET2 Main body, which should be connected?
|
A11.
If one ROM is provided, connect to ROM1. If two ROMs are provided, connect LOW-side to ROM1, HIGH-side to ROM2.
|
| Q10. For RTE-VR5432-CB board, when use setting file for sample (cfg), but PARTNER-ET2 can not operate. |
A10.
It is conceivable that the setting of cfg file doesn’t match with the board.
Especially, set Wait of FLASH to match with the switch of Target Board.
(For example) In according to setting of SW2, correct as follows.
; MIDAS RTE-VR5432-CB;SW2-4 OFF ↓;INIT CP0 CONFIG,@xxxx_0110_xxxx_xxxx_xxxx_xxxx_xxxx_x011 ;SW2-4 ON ↓INIT CP0 CONFIG,@xxxx_0000_xxxx_xxxx_xxxx_xxxx_xxxx_x011
|
Q9. When Partner-J and DDB-5476 board are connected, g command can not work correctly through the command window. For example) >g bfc00000 is disable.
|
A9.
Writing way is not correct.>g=bfc00000 Please try to write as above. ">g=address" stand for the start address, ">g address" stand for S/W break address. Writing way is associated with the meaning of operation.
|
Q8. After download by PARTNER-ET2, PC is still 0 and can not be set.
|
A8.
It is conceivable that the start symbol doesn’t start by [_start] or the debug information doesn’t agree with the using tool.
|
| Q7. For PARTNER-ET2 (for VR) at the exception occurrence such NMI, how to set to execute user program by the exceptional vector? |
A7.
Set as follows, in kptVR.cfg file,(For further details, refer to PartnerET2 Mips series hardware manual P.62.) 1. Set one in the followings, BREAK VECTOR LOW/HIGH/BOTH.2. Specify the user exceptional entry (NMI ADDRESS). (For example)NMI ADDRESS BFC02000 ※ For the exceptional vector, if use 0x80000180(BEV==0), execute as BEV=0 by setting "BREAK INIT NMI_LOW" in kptVR.cfg, at the user program execution. If not set, BEV=1.
|
Q6. Command error or address error occur at the line assemble.
|
A6.
If you find no false on instructions, etc. check for the line only the return key entered or comment described. If no description is entered between the commands or some comment described, some errors will arise.
|
| Q5. An error [Format is abnormal] occurs against to cfg file. |
A5.
○If you find invalid description immediately after the error, correct this.
○If no wrong with description, it is conceivable that the version of Partner control software and the version of cfg file are not in the agreement. Edit the sample attached with the control software and put it to use.
○If Partner main body model is 30 or former, use ROM1 setting within the operational range.
|
Q4. Can I write some comment in init.mcr (batch file)?
|
A4.
By *(asterisk), comment can be described. * lines should be recognized as comment.
|
Q3. Execution time (Real-time count) can not be indicated.
|
A3.
When Partner is over written by re-installation of the control software, software may be corrupted and indication goes wrong.Before re-install, be sure to un-install.
|
Q2. An error message [Monitor area] occurs at Program loading.
|
A2.
If the debug information of program to be downloaded is different form the debug information of the set up of Partner, this error may appear.
Set the debug information to the using debug information.
For example) Select exeGCC debug information of Partner at the set up, then download the program compiled by GHS compiler. this procedure will bring the error message.
|
Q1. Trace can not be taken. Please show us the conceivable reasons.
|
A1.
It is up to the frequency of the external bus. PARTNER-ET2 Real-power value 66MHz PARTNER-J Real-power value100MHz
|
|