cancel
Showing results for 
Search instead for 
Did you mean: 

ST7FLite09 can't exit from Halt Mode

nicolas_walczak
Associate II
Posted on March 09, 2004 at 02:59

ST7FLite09 can't exit from Halt Mode

4 REPLIES 4
nicolas_walczak
Associate II
Posted on March 04, 2004 at 10:35

I have a problem with my mcu. I enter in the Halt Mode and I have an input (PB3) that have a rising edge when the mcu must exits the Halt Mode. But it never exit the Halt Mode. I have set my input in interrupt mode and on rising edge interrupt but when the mcu is in the Halt mode there is no interrupt and when it isn't in the Halt mode It have interrupt. If someone have any idea ???

anshul
Associate II
Posted on March 05, 2004 at 09:50

Do you also face the same problem when your Interrupt is configured as ''falling edge only''?

jatin
Associate II
Posted on March 09, 2004 at 01:45

Could you provide the configured values in the registers?

nicolas_walczak
Associate II
Posted on March 09, 2004 at 02:59

Now it's Ok, I don't now why but the mcu had is pin (PB3) on pull-down. Now it is a pull-up and it's work but I don't know why the status of this pin have change because I have change nothing .

PBDDR3=0

PBOR3=1