2006-01-12 02:15 AM
In HALT mode where is the return?
2006-01-12 01:50 AM
Hi,
I use ST7LITE19F. In my function use HALT mode with ''no reset in HALT''. When I wake up my micro with external interrupt where is the return? In start (main) or in next istruction of HALT? Reply: main() { //first line <--- return HERE.. .... function() { HALT; ..... <-- or HERE? } } Thanks2006-01-12 02:15 AM
Hi Marco
It's after the HALT command, the second of your proposals. Rgds Al