• 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 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...
  • Silab C2 debugger to uVision
    Hi, Just want to ask if I can use my Silab USB debug adapter with uVision IDE to debug and program my Silabs C8051f320DK? Is this possible? thanks gilmar
  • 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); //...