Avnet Electronics Marketing - Community Forum
    |   
 
Home Design Services My Account About Avnet
Reply
Avnet Employee
bhfletcher
Posts: 316
Registered: ‎04-20-2009
0

bug in IIC Temp Sensor reference design

The following design has a minor bug:

 

App Notes/Ref Designs

     ISE Design Suite 10.1
      > MicroBlaze IIC Temperature Sensor

 

On line 312 in file xiic_tmp100_example.c, function call XIic_Start is used where XIic_Stop should be.  Line 312 should say:

 

    Status = XIic_Stop(&IicInstance);

 

Thanks to DeWayne for pointing this out.

Bryan