• Can i use i2c communication between two micro controllers(Not having internal I2C hardware)
    Hi, I want to establish communication between two micro controllers,which are not having internal I2C arrangement.How to set device adders for micro controllers? I want to transfer data from one controller...
  • Can i use i2c communication between two micro controllers(Not having internal I2C hardware)
    Hi, I want to establish communication between two micro controllers,which are not having internal I2C arrangement.How to set device adders for micro controllers? I want to transfer data from one controller...
  • some troubles with SiLabs c8051f041
    Hi! I have some troubles with SiLabs c8051f041. I try to start very simple program - flashing one led on gpio. I use Keil CA51 Compiler Kit. Program succesfully compilates without errors. Then I program...
  • some troubles with SiLabs c8051f041
    Hi! I have some troubles with SiLabs c8051f041. I try to start very simple program - flashing one led on gpio. I use Keil CA51 Compiler Kit. Program succesfully compilates without errors. Then I program...
  • I still have trouble with FLOATFUZZY
    My test routine is as follows. #pragma OPTIMIZE(0) #pragma FLOATFUZZY(3) #include <intrins.h> void main() { float f1; float f2; unsigned long l1; unsigned long l2; f1 = 0.9; f2 = f1 - 0.1;...