This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil Debugger Problem.

Hi, I am using MDK-ARM Standard version. When Debugging STM32F105 using STLink V2, i Only Get to see Only the Core Peripherals (NVIC etc) but other Peripherals such as USART, GPIO, etc are not available in the debugger. All the Peripherals are available when device is changed to STM32F103, is STM32F105 not fully supported by Keil Debugger?

  • The STM32F105 is fully supported by the MDK debugger.

    Use the System Viewer window (in the Debugger, View -> System Viewer) to display peripheral registers. The old peripheral dialogs are not being created anymore as new devices are added to the device database. The information in the System Viewer will be more up to date since the device manufacturer participates in creating the input used by the System Viewer.

  • Thanks For the information, but the System viewer is not as informative as the old peripheral dialogs.