I'm using Keil IDE , but I'm not using its library
my problem is the debugger can't read any hardware peripheral register.
what should I do ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm using Keil IDE , but I'm not using its library
my problem is the debugger can't read any hardware peripheral register.
what should I do ?
Sorry, I don't use the Keil debugger so am not of much help. Here is a link to their support page: https://www.keil.com/support/
The peripheral registers are all memory mapped so if you can read memory, you can read the registers. You must enable most peripherals before you can read the register contents.