Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Ads

Discussion Groups

Discussion Groups | MSP430 | Interrupts

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.

Interrupts - nagarkarajay - Aug 20 0:41:06 2008

Hello,
I am using an MSP430FE425 processor for a project. I have some
software written that generates a watchdog timer interrupt every so
often , a Basic timer interrupt and an ESP Engine interrupt. I am able
to make this board work on one board but not on the other two. The
hardware configuration of these three boards is the same.
Has anybody seen the same code give interrupts properly on one board
and not on the other. Would anyone be able to suggest any possible
reasons for the same.
I am using the FET Real time Dubugger and Programmer
Thanks
Ajay

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



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


Re: Interrupts - old_cow_yellow - Aug 20 1:15:32 2008

There are many possible causes of this kind of inconsistency. To name
a few:
(a) The seemingly identical hardware is not really identical.
(b) Certain aspect of your code or hardware is outside specified
range. (For example, the clock frequency is too high for the Vcc used.)
(c) Your code depends on initial conditions that varies from chip to
chip. (For example, the content of SP.)

--- In m...@yahoogroups.com, "nagarkarajay" wrote:
>
> Hello,
> I am using an MSP430FE425 processor for a project. I have some
> software written that generates a watchdog timer interrupt every so
> often , a Basic timer interrupt and an ESP Engine interrupt. I am able
> to make this board work on one board but not on the other two. The
> hardware configuration of these three boards is the same.
> Has anybody seen the same code give interrupts properly on one board
> and not on the other. Would anyone be able to suggest any possible
> reasons for the same.
> I am using the FET Real time Dubugger and Programmer
> Thanks
> Ajay
>

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



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

Re: Re: Interrupts - Ajay Nagarkar - Aug 20 21:50:19 2008

Thanks !!
The seemingly identical hardware was not identical. Thanks to the PCB manufacturer there was an unwanted trace between the XIN and Gnd.
Ajay

----- Original Message ----
From: old_cow_yellow
To: m...@yahoogroups.com
Sent: Wednesday, August 20, 2008 10:45:25 AM
Subject: [msp430] Re: Interrupts

There are many possible causes of this kind of inconsistency. To name
a few:
(a) The seemingly identical hardware is not really identical.
(b) Certain aspect of your code or hardware is outside specified
range. (For example, the clock frequency is too high for the Vcc used.)
(c) Your code depends on initial conditions that varies from chip to
chip. (For example, the content of SP.)

--- In m...@yahoogroups.com, "nagarkarajay" wrote:
>
> Hello,
> I am using an MSP430FE425 processor for a project. I have some
> software written that generates a watchdog timer interrupt every so
> often , a Basic timer interrupt and an ESP Engine interrupt. I am able
> to make this board work on one board but not on the other two. The
> hardware configuration of these three boards is the same.
> Has anybody seen the same code give interrupts properly on one board
> and not on the other. Would anyone be able to suggest any possible
> reasons for the same.
> I am using the FET Real time Dubugger and Programmer
> Thanks
> Ajay
>

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



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