• Using the Ulink2 debugger
    We have designed a custom board using the STM32F103R8 processor. It uses the SWD pins for connecting to the debugger. We have a Ulink2 debugger. We are able to connect the Ulink2 to the USB port but the...
  • displaying variables in the debugger
    Hello, I must check one variable in the debugger. Te variable's type is unsigned char[20] . I wonder if it's possible to display the variable's values all followed (I mean: the values all followed...
  • Keil Real View Debugger -ulink2
    1)Unit can be configured with Target Board (ADUCM360) and shows the Target Serial No and we can set the clock frequency. Set to 1MHZ to test Normal 10Mhz 2)Upon load 1st time we are getting Error...
  • printf with float displays "???"
    I have exactly the same problem as this forum thread: http://www.keil.com/forum/15254/ Using Keil (uVision V3.72, PK51 V8.17) for an 8051 variant (SiLabs, 8051F120). I'm trying to use printf to display...
  • printf with float displays "???"
    Using Keil (uVision V3.72, PK51 V8.17) for an 8051 variant (SiLabs, 8051F120). I'm trying to use printf to display a float: printf("float test: %f\n", 3.75); What I get is float test: ...