• debugger's ASSIGN and MODE commands
    Hi, I want to assign the program's stdin in the IDE to COM1 on my PC, so I do >ASSIGN COM1 < SIN and get *** error 127, line 2: Com channel not opened, use MODE command first When I do >MODE COM1,...
  • 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 problem
    I'm working with the Silab C8051F930. this is the code i can see in the debugger 83: SPI1DAT = biDataIn ; // write data register C:0x3848 8F86 MOV B_Enrgy_TH (0x86),R7 84: while (!TXBMT1); //...
  • 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...