Hi,
After compiling my project under e2studio, I can't connect my target, the error is as :
Any suggestions?
Where did you get your target from?
The error message says the ID code has been programmed. This means the device is locked.
I used the RSK (Renesas Starter Kit) device RX63T (64pins).
I choose my target as follow : Debug configurations -> Renesas GDB Hardware Debugging ->Debugger : Debug hardware = E1, Target Device = R5F563T6
Thank you for your contributions!
Now I receive a response from my target. (It's the External frequency problem!)
Nevertheless, I have an another error '-' : after compiling my program without error, in session Hardware Debug I get this one:
"Target not in non stop mode"
Thank you in advance for any suggestions!
When do you see this error? After you run your software?
It looks like your software did something strange, jumped to some undefined address and executed invalid code. This crashed the debug monitor in RX so it cannot respond to E1 any more.
Yes, I get this error after running my software !?
So either your software overwrites some crucial data of the debug monitor, or your debugger configuration in e2 studio has some invalid setting, e.g. for external oscillator.
You could try to do some single steps first when you connect to your target.
Thank you for your fast reply!
- For Extal Frequency in debugger configuration, I choose 12.5 MHz (see picture 1).-> (but the JTag clock frequency I let it by default : 16.5).
)
- In case my software overwrites some DATA, do you have another suggestions? (knowing I can run samples code successfully!
For more information, this picture illustrate well the location my error :
I debug my program untill surrounded instruction, and just after executing this last my software jumps in undefined location!! (any disassembly instructions!)