error: Cannot find bounds of current function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-10-17 7:23 PM
Posted on October 18, 2004 at 04:23
error: Cannot find bounds of current function
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-10-14 6:31 PM
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 ronnieOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-10-14 6:57 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-10-17 7:23 PM
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