how to debug exception condition

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
BaGo_4138971
Level 3
Level 3

Hi All,

I trying to send some data over UART but wiced send generating exception condition.

How to check and debug exception .

pastedImage_0.png

Thanks,

Basavanagouda.

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

If we understood correctly, your WICED device UART is sending data bytes. The IFSR is set when there is a debug exception generated due to breakpoint. The IFSR=2 indicates debug event fault. Do you observe this issue in debug or run mode? Can you disable flow control and reduce the number of bytes transmitted?

View solution in original post

1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

If we understood correctly, your WICED device UART is sending data bytes. The IFSR is set when there is a debug exception generated due to breakpoint. The IFSR=2 indicates debug event fault. Do you observe this issue in debug or run mode? Can you disable flow control and reduce the number of bytes transmitted?