Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If linker complains about the size of the code that is larger than the available ROM, use -Os compiler optimization flag.
  • In case the tilib option does not work you might want to test uif option.
    • It seems that the tilib option depends on the tilib drivers for MSP430FET UIF, one possible way to get that drivers is to install the evaluation version of IAR workbench provided by TI for free
      • To do so, download the IAR KickStart from the Texas Instruments website from here and install it with the evaluation key that limits the amount of code you can compile.

References

  • TI LaunchPad on Windows link

  • Hack a day link
  • StackOverflow thread on msp430 on eclipse link
  • XPG Eclipse link
  • MSPDebug link

...