| ARM Technical Support Knowledge Articles | |
Applies to: BL51 Code-banking Linker/Locator
Information in this article applies to:
I receive one of the following error messages when I link my C51 program:
FATAL ERROR L232: APPLICATION CONTAINS MORE THAN 10 RECURSIONS
or
FATAL ERROR L232: APPLICATION CONTAINS TOO MANY RECURSIONS.
This message indicates that the linker has detected more than 10 program recursions during the data overlaying process. This usually indicates a problem with your program that will cause unexpected results.
If you want the linker to allow more recursions, use the RECURSIONS directive.
Article last edited on: 2005-07-19 15:25:14
Did you find this article helpful? Yes No
How can we improve this article?