I have ez430 sport watch model number is msp430f5419. working on iar embedded workbrech ide. opened sample iar examples on my "C:\Program Files\Texas Instruments\eZ430-Chronos\Software Projects\Chronos Watch\IAR\Sports Watch\" installed from Installation CD. Compiled "915 MHZ - Restiricted ..." but cant update firmware file over wireless orelse taken errors are bellow when i compiling "915 MHZ - Unrestiricted ..."
Error[Pe020]: identifier "RF1AIFCTL1" is undefined C:\Program Files\Texas Instruments\eZ430-Chronos\Software Projects\Chronos Watch\IAR\Sports Watch\simpliciti\Components\mrfi\radios\family5\mrfi_radio.c 436 Error[Pe020]: identifier "RFINSTRIFG" is undefined C:\Program Files\Texas Instruments\eZ430-Chronos\Software Projects\Chronos Watch\IAR\Sports Watch\simpliciti\Components\mrfi\radios\family5\mrfi_radio.c 436 Error[Pe020]: identifier "RF1AINSTRW" is undefined C:\Program Files\Texas Instruments\eZ430-Chronos\Software Projects\Chronos Watch\IAR\Sports Watch\simpliciti\Components\mrfi\radios\family5\mrfi_radio.c 437 Error[Pe020]: identifier "RF1AINSTRB" is undefined C:\Program Files\Texas Instruments\eZ430-Chronos\Software Projects\Chronos Watch\IAR\Sports Watch\simpliciti\Components\mrfi\radios\family5\mrfi_radio.c 440
Please help me, thanks.
The MSP430F5419 does not have these registers, which is a reason why you are getting these errors. The Chronos watch is not based on the MSP430F5419, but rather on the CC430F6137. I would suggest you check the setup again with the IAR project.
Brandon
CC430F6137 is not listed on device selection list. what can i do?
You should check the version of IAR that you are using and also check with IAR Systems regarding the version that supports the CC430F6137.
http://www.iar.com/
The latest version advertised on IAR's website indicates support for the CC430F6137.
It's not obvious, but the CC430F6137 is part of the 5x family. It's basically a 5x device with LCD driver (6x) and RF transceiver (CC).So you should look further down the list.
If it's not in there and you don' twant to upgrade the compiler, then you may use the 5137 and add the register definitions for the LCD by your own (if you need them).I don't know whether the debugger will complain then, but the generated code should fit.
_____________________________________Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.
Jens-Michael GrossIt's not obvious, but the CC430F6137 is part of the 5x family. It's basically a 5x device with LCD driver (6x) and RF transceiver (CC).So you should look further down the list.
used latest evulation version of iar. can't build 915 mhz unrestricted based project. anyone share stable ez430 chronos 915 mhz project here? guess my project options are invalid. problem occurs when building project.
Omer Faruk ZORLUused latest evulation version of iar. can't build 915 mhz unrestricted based project. anyone share stable ez430 chronos 915 mhz project here? guess my project options are invalid. problem occurs when building project.
Linking Fatal Error[e89]: Too much object code produced (more than 0x2000 bytes) for this package Error while running Linker
Linking Error[e24]: Segment DATA16_AN (seg part no 1, symbol "TA0CCTL2" in module "stopwatch", address [346-347]) overlaps segment DATA16_AN (seg part no 4, symbol "_A_TA0CCTL2_L" in module "timer", address [346-347]) Error while running Linker
Error[e24]: Segment DATA16_AN (seg part no 1, symbol "TA0CCTL2" in module "stopwatch", address [346-347]) overlaps segment DATA16_AN (seg part no 4, symbol "_A_TA0CCTL2_L" in module "timer", address [346-347]) Error while running Linker
Error[e24]: Segment DATA16_AN (seg part no 2, symbol "TA0R" in module "stopwatch", address [350-351]) overlaps segment DATA16_AN (seg part no 4, symbol "_A_TA0R_L" in module "BRRX_Radio", address [350-351]) Error while running Linker