Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I am unable to use data breakpoints on GPIO registers (on the addresses of the GPIO set / reset registers) to find out if its value is changed or not. The problem ist that the debugger doesn't stop when the data in that register changes. Data registers on regular addresses of objects work fine, which means the debugger stops when the data change occurrs. Background: I would like to find out which part of a codebase changes a GPIO bit to a specific value. I tried to use the GPIO set /reset and GP…