• uVision Debugger problem with MX2?
    I'm developing for the Philip 8xC51MB2 using the latest Keil tools but when I use the uVision debugger (simulator) I get the following problem:- In "Extended Call Return Mode" ECRM = 1, the simulator...
  • uVision Debugger
    I have a STM32 device that I am trying to reverse engineer. I was able to grab the binary (firmware) using a cheap ST-Link v2 from eBay and the open source version of STLINK Tools, but I had a hard time...
  • uVision Debugger command help
    I am debugging some uart code on a Silicon Labs f060 Dev Kit. The Dev board gives me RS232 access to uart0, which is nice for sending stuff to the serial port of my PC for viewing variables, etc. in a...
  • uVision 2 Debugger
    In the debugger of uVision I would like to simulate the incomming of one data on the serial port. The problem is: when I change the value of SBUF, the debugger thinks that I want to send a data because...
  • uVision Debugger DLL implementation
    Hello there, I was wondering if any one could point me to some sample code for implementing the debugger DLL. I've read app-Note-145 and I'll be filling in their AGDI.cpp file. If anyone has done this...