2004-10-17 07:23 PM
error: Cannot find bounds of current function
2004-10-14 06:31 PM
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 ronnie2004-10-14 06:57 PM
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.
2004-10-17 07:23 PM
Check stack pointer overflow condition, it should not run into data area.
hope this helps Thanks and Regards, Parveen