This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Stopped by a vector catch when using printf with softdevice

Hello,

As mentioned title, when using printf with softdevice, "Stopped by a vector catch" occurred.

I am using my custom board(nRF51822 and s110). And I am using IAR workbanch and I-jet debugger.

To see the log on Terminal I/O, I block the source in retarget.c .

In this environment, when using printf with no init softdevice, printf is showing on Terminal I/O. It is no problem.

But when using printf with init softdevice, "Stopped by a vector catch" is occurred.

Do you have any idea to resolve this issue?

Thanks.

Related