I am using MCU Cortex-M4 and running keil on simulation. while running keil in debug mode, code is stopping at BKPT 0xAB instruction and we have to re initialize run to continue like break point. I am not using break points. I need code to run with out stopping at BKPT instruction. How is it possible? How to avoid BKPT instruction? please help any one.
Don't use printf(), putchar(), etc unless you have added retargeting code to direct them to a UART or SWD channel.