Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Heart Rate Monitor → Thread

   

ANT+ embedded HRM with eZ430-F2013

Rank

Total Posts: 1

Joined 0

PM

Hi,

I have some problems with "ant+ embedded reference designs".
I have a TI evaluation kit : eZ430-F2013.
But source code in "ant+ embedded reference designs" seems to be used with MSP430 F2274.

I'm not be able to link correctly my application when changing target to MSP430-F2013.

Is someone test this reference design with eZ430-F2013?

Thanks,
     
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

That is correct, the embedded reference designs are intended for the MSP430 F2274. Since these are different families of the MSP430, porting the code will probably require more changes, as the peripherals are slightly different between families, and your serial connection to ANT will probably be using different lines.

You may have better luck creating a new project for your intended platform and manually porting the code, verifying that all the hardware specific things are adjusted for the new platform. You can also contact TI for further assistance porting code between two MSP430 families.