We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
In uVision 5.10.0.2 I'm trying to set an access breakpoint on a gpio port/pin using the following but get an error.
BA ReadWrite 0x400FF100, 4, "_break_ = (_RWORD(0x400FF100) & 0x00000010)"
*** error 71: invalid expression type
I can use
BA ReadWrite 0x400FF100, 4
but don't want to break unless a specific pin has activity.