• Unexpected debugger breaks in uVision
    I'm debugging a STM32F4 (custom board) with ST-LINK2 white dongle. Everything looks good, but after some time running, the debugger unexpectedly stops as if it hits a breakpoint. It does not look like...
  • 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 Crashes
    Cortex M3 Cpu. I'm having a number of problems with the uVision debugger; we have two setups one with V3.40 and one with 3.50 installed, building the same project. On version 3.40 we must keep...
  • 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...