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:
1 | int main(void) { |
2 | |
3 | WDTCTL = WDTPW + WDTHOLD; |
4 | |
5 | BCSCTL1 = CALBC1_8MHZ; |
6 | DCOCTL = CALDCO_8MHZ; |
7 | ...
|
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.