Browse By Tags

  • Variable Locations

    How can I get a location of a variable ? In watch windows , there is only value . Can I get location of a variable directly in Keil uVision ? For example global integer a. 

  • Plot and export variables during debug

    I've just started using DS-5 to develop for Vybrid.

    During the debug I have some variables added to Expressions view. Some of them are C arrays.

    I need to show these arrays as plots (charts) and to export them in text files (for example csv) to load…

  • First compile, verilog files missing

    Hi,

    I am just performing the first steps with the DesignStart Eval Edition (Cortex-M0), trying to compile the verilog sources to get a simulation running.

    So I changed /systems/fpga_testbench/trl_sim/makefile to use gcc and modelsim and now I want to …

  • Can a student simulate the free Cortex-M from DesignStart?

    I saw, and tried in the past already, to simulate the Cortex-M0. It does not really matter efficiency, customization and so on, but only the learning process behind a steup for a correct very basic simulation.

    I was trying to setup a Linux machine, when…

  • Using the static keyword in C

    There are many topics in the C language that often confuse developers but the use of the static keyword seems to be one of the more common. One of the points of confusion is how static affects variables that are local and variables that are global. In…