Tagged Questions

0
votes
1answer
123 views

How to retrieve data from an i2c device over usb in linux

Hi All, I have a temperature sensor, which is connected using an USB-I2C adapter (http://www.robot-electronics.co.uk/htm/usb%5Fi2c%5Ftech.htm) I attached this device to my linux …
0
votes
1answer
20 views

i2c on silicon image c8051f32x (using USBXpress)

I have the I2C (SMBus) working properly in this uC and have a VB GUI which can communicate over USB (using USBXpress) and do I2C transactions from the uC to a separate IC. The prob …
0
votes
2answers
62 views

Regarding interrupt based communication

We have a simple architecture : Main chip (arm9 based) PIC controller The PIC communicates to ARM via an interrupt based I2C communication protocol for transfer of data. Inside …
7
votes
2answers
368 views

I2C write acknowledge polling in Linux Kernel

The lackluster response here made me wonder this. I've been saddled with a device (Analog Devices 525x) that (from the data sheet, pg 16): disables the I2C interface durin …
2
votes
5answers
199 views

Making a pointer that points to two bytes

Hello. I'm a complete novice in everything except maybe breathing, so sorry if I'm not being clear, but here goes: I have a function in C which writes bytes to a circuit via an …
-2
votes
1answer
97 views

What is meant by “configuration data”?

I am writing an audio driver for an omap device. For that I want to configure the i2c controller for transmtting configuration data. I don't the exact meaning of that. Can somebod …
4
votes
5answers
1k views

How can you flush a write using a file descriptor?

It turns out this whole misunderstanding of the open() versus fopen() stems from a buggy I2C driver in the Linux 2.6.14 kernel on an ARM. Backporting a working bit bashed drive …
1
vote
2answers
646 views

PIC I2C slave ack on data

Hi! I am looking into the I2C protocol for PIC16F88X. What I would like to do, is to enable an I2C slave to either ACK or NACK depending on the data received on the I2C. The PIC …
0
votes
0answers
41 views

Regarding help for i2c-Dual Uart Driver

Hi As i have completed the xr20M1172 driver.And i am able to access as a uart very well. But one problem i am facing is i am not able to access both uart at a time with i2c commu …
0
votes
2answers
122 views

How do I open an file in AVR Studio?

Hello, there: I have two ATMEGA88 (master and slave) working correctly by sending a test[] via I2C. Working enviroment : AVR Studio using C. What I need is allow master be able …
2
votes
3answers
441 views

I2C ISR and Interrupts

Platform - ARM9 I have a third party device connected via I2C to the ARM9. My problem is the I2C read/write is getting in a twist. It appears the IRQ line is asserted but never de …
2
votes
2answers
724 views

reading / writing fram using I2C on Linux

I'm trying to read/write to a FM24CL64-GTR FRAM chip that is connected over a I2C bus on address 0b 1010 011. When I'm trying to write 3 bytes (data address 2 bytes, + data one by …
1
vote
1answer
323 views

How do I write a new Linux driver for an i2c device?

I have a usb device with some i2c control functions and I would like to add a userspace API for twiddling those bits. How do I add i2c support to my device's existing driver?
0
votes
2answers
345 views

Do you recommend TTL, SPI or I2C with SunSPOT

I am starting to try to interface with some external components (Skyetek M1 Mini or M1 RFID scanner) than supports the following protocols TTL, SPI or I2C. I am wondering which one …