hai guys,
have a gud day. i am facing a reset of microcontroller at 10.74 to 10.8 volt supply
range.i checked the LVI(VDD pin its fine as 5v),watchdog timer reset (i disabled it and
runned still the problem exists,i can't find the reason how to identify the cause.can
anyone of the experts guide me in this?
regards,
boobal
------------------------------------

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
you wrote:
> hai guys,
> have a gud day. i am facing a reset of microcontroller at 10.74 to 10.8
> volt supply range.i checked the LVI(VDD pin its fine as 5v),watchdog timer
> reset (i disabled it and runned still the problem exists,i can't find the
> reason how to identify the cause.can anyone of the experts guide me in
> this?
>
First of all what part are you using? You have LVI, so is it S12C, S12XD? I
have no chances to guess what's causing reset in your case. LVR is engaged
well lower than 5V. However you should note that LVRF flag (did you check
this flag?) is packed with PORF and RTIF into single register, so you should
make sure you are not clearing LVRF before you read it. I mean that for
example doing this in CW:
CRGFLG_RTIF=1;
does also clear LVRF and all other CRGFLG register flags.
Regards,
Edward
> regards,
> boobal
>
------------------------------------

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