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 ???
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 .