Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | MSP430 | : DCO settings on F1232

The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.

: DCO settings on F1232 - raspa84 - Sep 9 6:27:45 2009

Hi!I'm working on F1232 after some eZ430-F2013 work and I see there's no DCO calibration for this chip as in the F2013!!They were so useful!
I set the DCO registers in this way:

DCOCTL_ |= DCO1;
BCSCTL1_ |= RSEL2;

but I get an error from IAR tell me it expect an identifier!Why?It isn't a normally registers setting?

Thank in advance

Gianni

------------------------------------



(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )


Re: : DCO settings on F1232 - tintronic - Sep 9 10:50:59 2009

Look for the definition of "BCSCTL1_" in the header file. The answer can't be any easyier.

Michael K.

--- In m...@yahoogroups.com, "raspa84" wrote:
>
> Hi!I'm working on F1232 after some eZ430-F2013 work and I see there's no DCO calibration for this chip as in the F2013!!They were so useful!
> I set the DCO registers in this way:
>
> DCOCTL_ |= DCO1;
> BCSCTL1_ |= RSEL2;
>
> but I get an error from IAR tell me it expect an identifier!Why?It isn't a normally registers setting?
>
> Thank in advance
>
> Gianni
>
------------------------------------



(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )