Part Number: MSP430F5529
Tool/software: Code Composer Studio
Hello Team,
This is the first time i am working on TI platform and CCS IDE. I am using MSP430F5529 MCU. Actually code written down under while(1) is not running if I am using "__bis_SR_register(LPM0_bits + GIE);"
I checked this issue with three different type of interrupts 1.) With USCIB0 for I2C interrupt individually 2.) With UART interrupt individually 3.) with 4ms timer interrupt individually.
By removing "__bis_SR_register(LPM0_bits + GIE);" my while(1) code is running. But this is not the actual use case. I need both execution while(1) and interrupt code.
Thanks
Deepak