• UART LPC2129 Unpredictable result on hardware
    Hi, The following run perfctly on the Keil...But if downloaded on board it dosen't work...I connected the board with PC and Send Values on UART through Hyperterminal...Is their anything I need to Change...
  • Unpredicted behiver of code
    Hi All, I'm experiencing a strange behiver in the following flow: code compiles ok and run ok: C:000000H C:000000H C:00FFFFH 000935H CODE I:000000H I:000000H I:0000FFH 000018H IDATA I:000000H...
  • Debug session ending unexpectedly
    I am programming a TM4C123GH6PM EVB for the Cortex-M4 using mVision5 and the Stellaris ICIDI debugger. The project builds without error and I can flash the project to the board but when I start a debug...
  • Floating license checkin at end of automated debug session
    Is there a way to check in a floating license at the end of an automated debug session? We invoke UV3 from the command line and run an automated debug session with a debug initialization file. UV3 exits...
  • printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.