• 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...
  • Share external bus interfaces
    Hello, I want to share the external bus interfaces of a ST10F269 and a ST10F276 via the HLDEN-functionality. The pins are connected as follows: ST10F269 <=> ST10F276 D0..D15 <=> D0..D15 A0..A19...
  • 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...
  • two indentifiers in the same line, no operators
    What is this line and what does it do. The first part is a previous enumeration, the second part is the first occurrence in the module. static enum DEFROST_STATE PreviousState;
  • spawn a method as a task (C++)
    Hello, I'm using RTX and I'm porting my C code tot C++. Now I have a problem with os_tsk_create_user . I want to use a class method as the function for os_tsk_create_user : Example::Example...