Description
Keywords: selftest, real, mode
Why does the EDK interrupt self test example not work with GDB?
Solution
In the "xintc.h" file, change the value of XIN_REAl_MODE from "1" to "0", as shown below:
/** Real mode, no simulation allowed, hardware interrupts recognized */
#define XIN_REAL_MODE 0