Tool/software: Code Composer Studio
HI All,
I implemented MSP430F2418 micro controller firmware using CCS ver 8.0, know i want shift the firmware to visual studio 2017, i am able create project to take reference of below link
using above link am able to create project and i tested basic program LED blink, its working fine. in the same project i copied the all .c and .h files which are created with CCS ver 8.0, after added files its compileing with out any errors but after flashing MCU is resting continuously.
observation:
1. MCU is resting continuously, in my project enabling the 2 LED's with time interval, this LED blinking sequence is same continuously.
2. same program is working fine with CCS version 8.0.
am not able to understand why MCU is resting, kindly help to solve the Issue.