2

I am using Keil uVision5 for programming TI launchpad TM4C123GXL.

Keil work perfectly fine for building and flashing the programs (examples projects of Tiva Ware,) but when I start the debug session, at first debugging mode seems to open perfectly but a second afterward it automatically shuts down.

I have the same software working fine on another PC but it is not working on my laptop.

How can I fix this bug so that I can do debugging?

It used to work fine a few months ago, but now it's not working. Have I changed some setting?

I have reinstalled Keil, but the problem persists.

JRE
  • 67,678
  • 8
  • 104
  • 179
Masood Salik
  • 120
  • 1
  • 19

1 Answers1

5

This is a known bug in Keil. It is related to Keil's registry entries. The bug-fix is described here: RegistryFix for Keil Debugger

manishrravula
  • 51
  • 1
  • 2
  • It's created again after I deleted it. So I deleted the value of that registry and now everything is OK. – NAND Mar 14 '21 at 15:17