Problem in the E8a connection (User program mode) to SH7136 & SH7137

Hi All,

I'm trying connect to SH7136 & SH7137 MCU using the Flash Development Toolkit connected with the E8a in User program mode.

i can connect to MCU with E8a+FDT in Boot Mode. 

So for User program mode i set all parameter same to Boot Mode including Crystal Frequency, CKM, CKP and use default recommended speeds, only change selection of Operating Modes

according to SH7137 Group Hardware Manual.

but in connection I got below message and Error:

"E8/E8a/E1 target power has been set to OFF
Clock Frequency (External) = 10.0000MHz, Clock Mode = 0, CKM = 1, and CKP = 1
Connecting to device 'R5F7137A' on 'E8aDirect'
Configuration:
'USER Mode', direct connection
Checking for E8/E8a update...
Adaptor checksum OK
Processing Data file :'c:\program files (x86)\renesas\fdt4.09\ADPFiles\E8-Rel-Img-a.mot'
Adaptor version number OK
(current E8/E8a Bootstub (Level 0) version = 1.00.00.000, FDT holds version 1.00.00.000, FDT requires version 1.00.XX.XXX)
Adaptor version type OK
(current type = E8aEMULATOR)
Processing Data file :'c:\program files (x86)\renesas\fdt4.09\ADPFiles\E8-Rel-Img-a.mot'
Adaptor version number OK
(current E8/E8a Adaptor Software (Level 1) version = 1.13.00.000, FDT holds version 1.13.00.000, FDT requires version 1.13.XX.XXX)
Opening port 'E8aDirect' ...
ConfigString = [I|VERSION|1] [S|INTERFACE|USB] [S|PRODUCT|E8a] [S|BUSID|3FS059323]
Reset Active
Mode Pin Setting Active
Setting reset pin state low: 0x40, 0x00
Setting reset pin direction as output: 0x40, 0x40
Setting pin state: 0x9F, 0x00
Setting pin direction: 0xBF, 0x00
Sending reset: 0x00, 0x00, 0x00, 0xFA
WARNING: Cannot detect target device - please check the connection
The target is externally powered
Querying version info...
v01.02, firmware 0.32, product 1.00, build 9623
E8ADIRECT
Sending inquiry for getting line size
Error No 15005: 'E8aDirect' read time out
Error No 15005: 'E8aDirect' read time out
Error No 15019: Download() failed

"

How can I fix it?

Regards

Parents
  • When a programmer is connected to SH device, the device has to execute a software that can communicate with FDT.

    When connecting in boot mode the device has the boot loader software thatntakes care of the communication.

    If you want to use user mode the device has to have a customer prepared replacement of the boot loader software that can communicate with FDT.

    If the device does not have a user designed boot loader software connection in user mode does not work.

    Reading of the device may work when the connection is done in debug mode using E10A-USB emulator.

Reply
  • When a programmer is connected to SH device, the device has to execute a software that can communicate with FDT.

    When connecting in boot mode the device has the boot loader software thatntakes care of the communication.

    If you want to use user mode the device has to have a customer prepared replacement of the boot loader software that can communicate with FDT.

    If the device does not have a user designed boot loader software connection in user mode does not work.

    Reading of the device may work when the connection is done in debug mode using E10A-USB emulator.

Children