• Regsiter values while target debugging
    Hi, I'm using a 8xC251TB microcontroller board. I am running an application that gets a character from the external UART and echoes it back. The program runs fine when I download it on the target and...
  • mcb2300 - power cycle and reset
    I've noticed that mcb2300 doesn't start after power cycling (http_demo), but starts ok after reset. Is there any way to fix it?
  • Exit debug mode while target is running
    Hello, With Keil uvision4 it is possible to exit debug mode / exit Keil, while the target is still running. With uvision5 I can't find a way to do this. Why so? It is a problem for me because in one...
  • Cycles calculation in beagle board
    Note: This was originally posted on 22nd November 2010 at http://forums.arm.com Hello All, I am trying to use the cycle counter registers of cortexA8 for calculating cycles. Following is the code i am...
  • Combining C and C++ source files in a DS-5 project using the Altera Baremetal GNU toolchain
    I'm using DS-5 Intel Soc FPGA Edition Version 5.28.1 I want to create a DS-5 project that will automatically compile .C files with GCC and .CPP files with G++. I can get the project to work by manually...