• program thinking 019c and 009c are equal
    the code is as follows: the declaration of two global variables: unsigned short int xdata x; unsigned char xdata META_TEDS[MAXINBUFF]; /*MAXINBUFF = 128*/ later in a function I have: for( x...
  • ARM:debugging already runing target
    is there a possibilty to use a debugger on a target that started runing without one, without causing the target to reset, in order the check the target's state
  • Why is simulator not equal to real life hardware?
    I'm new to embeded C. I've got a Phytec Philips C552 chip and connected a LCD to it. I've made a simple prg to display char or string. Char works perfectly string brings only garbage. When I run the prg...
  • uVISION: CAN NOT ADD FILES WITH EQUAL NAMES TO DIFFERENT TARGET
    I have one uVision Project for different HW targets. Some HW specific files have the same name, but of course reside in different HW specific folders. I am able to control/exclude some files from...
  • error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL
    Build target 'Target 1' assembling STARTUP.ASM... 89C51RE2.H(17): error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL This is line 17 in the header file /* BYTE Register */ Sfr (P0 , 0x80...