step1: enabled i2c port in driver enable · web viewwhen i checked the clock pin i dint find...

3
Procedure followed for I2C interface STEP1: enabled I2C port in Driver enable Step2: Enabled I2C in Pin mux

Upload: vothu

Post on 22-Mar-2018

220 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: STEP1: enabled I2C port in Driver enable · Web viewWhen I checked the clock pin I dint find and clock out in oscilloscope window. Author Manjunathan.K Created Date 12/30/2015 23:06:00

Procedure followed for I2C interface

STEP1: enabled I2C port in Driver enable

Step2: Enabled I2C in Pin mux

Page 2: STEP1: enabled I2C port in Driver enable · Web viewWhen I checked the clock pin I dint find and clock out in oscilloscope window. Author Manjunathan.K Created Date 12/30/2015 23:06:00

Step 3: In i2c config (selected 10bit mode, receiver, bit count 8_bit, data count 8)

Step 4:in I2c clock configured baud rate as 100

Step 5: in I2C port enabled i2c port and pull up resistor for both the SDA and SCL pin

Page 3: STEP1: enabled I2C port in Driver enable · Web viewWhen I checked the clock pin I dint find and clock out in oscilloscope window. Author Manjunathan.K Created Date 12/30/2015 23:06:00

Step 6: CCS procedure

1. Copied example_i2cCommunication.c from halcogen examples RM48X

2. Included the path in properties and the I got .out file also.

3. When I checked the clock pin I dint find and clock out in oscilloscope window.