Hi, I write following program for UART transmission for MSP430. but it shows me error at "UCTL0 &= ˜SWRST;" that is "unrecognized token". Is it need to define any other library? #include "io430.h" int main( void ) { // Stop
↧