2004-03-08 05:59 PM
ST7FLite09 can't exit from Halt Mode
2004-03-04 01:35 AM
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 ???
2004-03-05 12:50 AM
Do you also face the same problem when your Interrupt is configured as ''falling edge only''?
2004-03-08 04:45 PM
Could you provide the configured values in the registers?
2004-03-08 05:59 PM
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