Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | MSP430 | MSP430F248 TIMER_A

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.

MSP430F248 TIMER_A - erde...@yahoo.com - Aug 22 9:10:44 2009

Hi,
I am working on timer module of msp430f248. I have been using its timer_A module and untill now; i used timer_A0 for both timer overflow interrupt and capture/compare interrupt, timer_A1,A2 only for timer overflow interrupt. But; i could not use timer_A1,A2 for capture/compare interrupt. As it is seen; by using the same code why may i be failing?
------------------------------------



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


Re: MSP430F248 TIMER_A - old_cow_yellow - Aug 22 10:06:18 2009

A0 cap/comp has its own interrupt vector.
A1, A2, etc. cap/comp share the same interrupt vector with overflow.
Read the manual!

--- In m...@yahoogroups.com, erdemdilmen@... wrote:
>
> Hi,
> I am working on timer module of msp430f248. I have been using its timer_A module and untill now; i used timer_A0 for both timer overflow interrupt and capture/compare interrupt, timer_A1,A2 only for timer overflow interrupt. But; i could not use timer_A1,A2 for capture/compare interrupt. As it is seen; by using the same code why may i be failing?
>
------------------------------------



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