This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am using OMAPL137 with a JTAGJet (Signum) on a custom board. I used OMAPL137EVM earlier at the start of the project.
The problem that our board stoped work with JTAGJet, while an EVM is still working fine. It happend after I have configured a boot switches. I returned to previous state where boot switches are floating, but it still does not works.
The JTAG tests are OK (on any speed), but when I connect to target It generated an error:
Error connecting to the target:
Error 0x80000240/-1146
Fatal Error during: Initialization, OCS,
Invalid data was scanned by the emulation controller.
Verify the board setup to make sure the scan chain is properly
defined.
If the setup is correct, then RESET EMULATOR. This will disconnect each
target from the emulator. The targets should then be power cycled
or hard reset followed by an emureset and reconnect to each target.
I/O Port = 240
Board Name: AGM BOARD
Cpu Name: TMS320C674XP_0
Abort: Close Code Composer Studio.
Retry: Try to connect to the target again.
Cancel: Remain disconnected from the target
Diagnostic: Run diagnostic utility.
Where can I find a document describing all errors? How can I analyze this problem?
Please Help
Thank You
Arye Lerner
Hi Arye,
Some information about these errors can be found in CCS help, but mostly you tend to learn from practical experiences only. :)
As far as your error is concerned, it indicates something similar to a corrupted driver/CCS problem. It could be possible that your EVM works fine because the session currently initiated may be partly supporting the EVM configuration.
I suggest you reinstall emulator drivers, if this doesnt work go for a new clean installation of CCS or try running the same on another PC with fresh installation of CCS and Emulator drivers.
Hope this helps.
Regards,
Sid