• Breaking instructions into two lines
    Hi everyone, How can I break a long instruction line into two or three lines to improve readability of the program written in " C language ? Best regards, Deepak
  • same variable for two different
    Hi All, I have a IIC routine file i2c.asm,which has routines to read and write into a IIC device. Now I am using the i2c.asm for two devices RTC and serial memory which are connected on different...
  • Two files with the same name -> compile error
    Project has two files with the same name "timers.c". One is from LwIP and another from FreeRTOS. Compilier returns warning and errors. Warning: L6304W: Duplicate input file .\debug\timers.o ignored...
  • Debugging two targets at the same time
    I am trying to debug two Cygnal F040 targets at the same time. These targets communicate with I2C/SMBUS, this I want to debug. I start uVison2 for both targets on the same PC. The first uV2 is connected...
  • Need explination of these two decloration software lines
    What do the following lines do? Generaly not specificaly. What do the terms mean/and or do? 1) xdata * xdata mean? 2) s_pSIN = (MASTER_2_AFPU*)&s_SIN; static xdata uchar s_SIN[sizeof(MASTER_2_AFPU...