• Power cycling the target board while debugging

    Hi,

    I'm very new to DS-5 and debbgers in general, I was wondering, If it possible to use DS-5 with RealView ICE debugger to debug a test scenario, which includes multiple power-cycle of the entire target board. In the debugger session's "Debug Control…

  • 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 selecting the C++ compiler for .CPP files, but…