Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
bug in IIC Temp Sensor reference design
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-19-2010 09:27 AM
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



