Other Parts Discussed in Thread: MSP-EXP430FR2433
Hi,
I'm running a project of MSP430FR2433 on CCS Cloud. I cannnot reflect any changes of program of my own projects and even blink LED. When reloading the browser, finally the changes reflect.
What is the problem? Or are the steps incorrect? The circumstances and problem cases are below.
- Circumstances
- Brouser : Google Chrome
- Board : MSP-EXP430FR2433
- Project : Blink LED
- Porpose : Changing Lighing LED1(P1.0) to LED2(P1.1)
- Case 1 (Work poorly)
- Changing GPIO_PIN0 to GPIO_PIN1
- Click "Debug Project" and "Continue"
- The LED1 is blinging (Work poorly)
- Case 2 (Work poorly)
- Click "Clean Project" first
- Changing GPIO_PIN0 to GPIO_PIN1
- Click "Debug Project" and "Continue"
- The LED1 is blinging (Work poorly)
- Case 3 (Work well)
- Click "Clean Project" first
- reflesh chrome browser
- Changing GPIO_PIN0 to GPIO_PIN1
- Click "Debug Project" and "Continue"
- Finally thehe LED2 is blinging (Work well)
Regards