When you set a breakpoint on an inline function, the ARM debuggers attempt to set a breakpoint on each inlined instance of that function. If you are debugging an image in ROM, and the number of inline instances is greater than the number of available hardware breakpoints, the debugger may not be able to set the additional breakpoints and will then report an error.
|