• XC167 I2C problem
    Hellow! I have a problem, whet i try to send a message to i2c like this example: IIC_RTBL = (EEPROM_ADR << 1) | 0; // Write Slave Address and WR while ((IIC_ST & 0x0020) == 0); // Wait for end of...
  • Multiplatform code dilemma! Advise appreciated.
    Hi all, I wanted to consult with you regarding a decision I need to make related to my hobby project ( sourceforge.net/.../ ). I am planning to write a port for the ARM architecture (I will probably...
  • Problem with pin port
    Hello I have a problem with my code. I have configured P2_P8 how fast interruption. When I create a button in keil debugger I don't have any problem define button "ppoAvisoAI", "PORT2 |=0x0100...
  • Java implementation of CAN on Linux
    Does anyone here know of a CAN controller that will implement the protocol on-chip. I'm trying to find a controller that can be controlled from Java on Linux.
  • Serial to USB conversion
    Hi I need to know that how can I have serial to USB conversion. I am working on C-165 which has serial port. But i want to develop a USB communication with that. If any one know please let me know...