I found in the datasheet, that the msp has a system clock with 8MHz. My question is now, how can I reach that. The reason is that i neet a 1µs delay and I don't know how I can achive that. Thanks for your help
example:
int main(void) { WDTCTL = WDTPW + WDTHOLD; BCSCTL1 = CALBC1_8MHZ; DCOCTL = CALDCO_8MHZ; ... |