I2C1 Problem on PIC24fj64gb106

General discussion on mikroPascal PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
awtoap
Posts: 39
Joined: 10 Oct 2007 10:24

I2C1 Problem on PIC24fj64gb106

#1 Post by awtoap » 25 Apr 2011 19:59

I2C1 function library is not working (no generation on the pins in the transfer)! Soft_I2C assigned to these pins is working fine. In what may be the reason.
Tested as follows:

Code: Select all

I2C1_Init;
while True do
   begin
       I2C1_Start;
       I2C1_Write($AA);
       I2C1_Stop;
   end;
On the other outputs I2C2, I2C3 not been verified.

Post Reply

Return to “mikroPascal PRO for dsPIC30/33 and PIC24 General”