cancel
Showing results for 
Search instead for 
Did you mean: 

In HALT mode where is the return?

marcosarti29
Associate II
Posted on January 12, 2006 at 11:15

In HALT mode where is the return?

2 REPLIES 2
marcosarti29
Associate II
Posted on January 12, 2006 at 10:50

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?

}

}

Thanks

delser9
Associate II
Posted on January 12, 2006 at 11:15

Hi Marco

It's after the HALT command, the second of your proposals.

Rgds

Al