1

I have implemented MSP430F2418 controller program in Code Composer Studio version 8.0. Now I want to use the same code in Visual Studio 2017. Is it possible to use visual studio?

If it is possible, kindly give information how to run in Visual Studio 2017.

Klaus Gütter
  • 11,151
  • 6
  • 31
  • 36
k.madhu
  • 11
  • 2

1 Answers1

0

I don't know easy ways but you can use the following resources:

Anyway, you should move C-Files and preprocessor defines to VS project by manually

denis krasutski
  • 618
  • 4
  • 9
  • Hi denis krasutski, sorry for delay replay, i installed platformIo, but in platformIo doesn't have MSP430F2418 board is not available, is there any way to install the F2418 board, I searched in google but i am not getting any information – k.madhu Jan 11 '19 at 11:59