• include file
    hello everyone, i am writing a program for c8051f020,in which i have 4 ".c" files: main c file,keyroutine file, general routines files,confguration file i separated bit addressable, data addressable...
  • uVision 5.24.2.86 drops out when trying to debug.
    It seems to go through the motions, downloading etc and when it is due to reconfigure itself, it disappears. This is a new installation on a new laptop (previous computer worked ok). Tried un...
  • Simulator fails when trying to enter a debug command
    Trying to enter for example sendCANmessage (0) into the command line of the Simulator (µV2, Target C515C) the µV2-IDE says "Good-Bye" to me. The same happens at every not-default (user-defined) command...
  • Include file for 8xC51Rx series ??
    Using Philips 87C51RA+ chip. Only include file I can find that is close is REG51RX2.H for Atmel part. Is there an include file anywhere that is specific to my part, or do I need to go thru the data...
  • including source files
    Hello, I've a quick question. I have a number of source files which I want to use in my main file. How do I do this using uVision and assembly language? I've tried include "myfile.asm" and then...