Olimex Support Forum

Microcontrollers => MSP430 => Topic started by: Dextral on June 03, 2016, 11:12:03 AM

Title: Unable to connect MSP430-JTAG-TINY-V2 to CCS6.1.3
Post by: Dextral on June 03, 2016, 11:12:03 AM
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"

(http://storage5.static.itmages.ru/i/16/0603/s_1464939620_1496518_7033922f0b.jpg) (http://itmages.ru/image/view/4353484/7033922f)

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?
Title: Re: Unable to connect MSP430-JTAG-TINY-V2 to CCS6.1.3
Post by: LubOlimex on June 03, 2016, 04:58:37 PM
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
Title: Re: Unable to connect MSP430-JTAG-TINY-V2 to CCS6.1.3
Post by: Chester Gillon on June 03, 2016, 08:46:20 PM

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.
Title: Re: Unable to connect MSP430-JTAG-TINY-V2 to CCS6.1.3
Post by: Dextral on June 04, 2016, 11:45:14 AM
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