Why do unexpected bus errors occur when code is doing nothing?

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

cross mob
User18151
Level 3
Level 3
First like received First solution authored
Hi all,

I wonder why do unexpected bus errors occur when the code is doing nothing?


Thanks for your help and best regards
Christine


#8042000 19678
0 Likes
1 Reply
User18237
Level 5
Level 5
First solution authored First like received
Hi Christine,


One possible reason is that the debugger is accessing reserved areas. Make sure to prevent debugger interference by closing windows where invalid addresses are open.


Best regards
Mr. AURIX™
0 Likes