EmbDev.net

Forum: µC & Digital Electronics MSP430f5529 operating clock


von Alex A. (alextbg)


Rate this post
useful
not useful
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

von Clemens L. (c_l)


Rate this post
useful
not useful
See the example program MSP430F55xx_UCS_02.c.

von Alex A. (alextbg)


Rate this post
useful
not useful
Where can I get this sample program?

von Informant (Guest)


Rate this post
useful
not useful

von Clemens L. (c_l)


Rate this post
useful
not useful

von msp (Guest)


Rate this post
useful
not useful
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
No account? Register here.