The Keil IDE throws the below error at line 866. How to resolve it?
You need to provide a breakpoint number, for example:
__asm__("bkpt #0");
Thanks Ronan! This resolved my problem.