Unable to connect MSP430-JTAG-TINY-V2 to CCS6.1.3

Started by Dextral, June 03, 2016, 11:12:03 AM

Previous topic - Next topic

Dextral

Hello

When I'm trying to debug CCS project with MSP430-JTAG-TINY-V2 using SBW interface I get this message

"Error initializing emulator:
Unable to locate entry point for MSP430_EEM_SetClockControl2"



All dll files were changed (HIL.dll, MSP430.dll, olimex.dll)(version 2.007)
The latest drivers were installed
Windows 7 (x86)
CodeComposerStudio 6.1.3
Device CC430F5137

Any ideas how can I solve this problem?

LubOlimex

Hey,

Did you consider that the SBW interface of the Olimex-designed MSP430 emulators is different from the standard one?

Please refer to this thread: https://www.olimex.com/forum/index.php?topic=833.0

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Chester Gillon


Quote from: LubOlimex on June 03, 2016, 04:58:37 PMDid you consider that the SBW interface of the Olimex-designed MSP430 emulators is different from the standard one?
It is a software problem, not a hardware problem.


CCS 6.1.1 can successfully use an Olimex MSP-5438STK with a MSP430-JTAG-ISO-MK2 using the olimex.dll version 2.0.0.7.


However, when attempt to use the same hardware and olimex.dll with CCS 6.1.3 get the error:
MSP430: Error initializing emulator: Unable to locate entry point for MSP430_EEM_SetClockControl2I think the reason is that CCS 6.1.3 has changed to call a new DLL entry point MSP430_EEM_SetClockControl2, but that the existing olimex.dll version 2.0.0.7 doesn't have that entry point.

Dextral

Quote from: Chester Gillon on June 03, 2016, 08:46:20 PM
MSP430: Error initializing emulator: Unable to locate entry point for MSP430_EEM_SetClockControl2I think the reason is that CCS 6.1.3 has changed to call a new DLL entry point MSP430_EEM_SetClockControl2, but that the existing olimex.dll version 2.0.0.7 doesn't have that entry point.

Thank you. I've installed CCS 6.1.1 and programmer works properly