cancel
Showing results for 
Search instead for 
Did you mean: 

error: Cannot find bounds of current function

raunaque
Associate II
Posted on October 18, 2004 at 04:23

error: Cannot find bounds of current function

3 REPLIES 3
raunaque
Associate II
Posted on October 15, 2004 at 03:31

hi

i am debugging the firmware .while exiting out of a function i get the error ''error: Cannot find bounds of current function ''.

can anybody help me out

thanks in advance

ronnie
chander
Associate II
Posted on October 15, 2004 at 03:57

This error may come, when the functions terminates abruptly. There should always be never-ending loop in the software, and if it is not there, the micro can go to unknown state.

parveen
Associate II
Posted on October 18, 2004 at 04:23

Check stack pointer overflow condition, it should not run into data area.

hope this helps

Thanks and Regards,

Parveen