Hi Dave,
It is up and running being very stable, what it turned out to be was the pull up resistor value. I originally used 10k Resistors for pull ups , but I switched to 1.8k (in LTC exapmle). Once I change the resistor out it was stable as a rock. Thanks for the support.
Regards
Bob Turner
Search found 6 matches
- Thu Aug 05, 2010 2:44 pm
- Forum: NetBurner Software
- Topic: New question on I2C communicationhttp:
- Replies: 12
- Views: 7891
- Tue Aug 03, 2010 1:27 pm
- Forum: NetBurner Software
- Topic: New question on I2C communicationhttp:
- Replies: 12
- Views: 7891
Re: New question on I2C communicationhttp:
Hi Dave, No problem, The reason I asked about the 0xA vs 10 was it tried to use the 0xa when the program compiled it complained about the "A" not being defined at that time. I always thought C did not care if it was hex or decemial. For the pull ups on SDA and SCL I have used both 10k and ...
- Mon Aug 02, 2010 5:05 pm
- Forum: NetBurner Software
- Topic: New question on I2C communicationhttp:
- Replies: 12
- Views: 7891
Re: New question on I2C communicationhttp:
Hi Dave,
I will give that a try. The reason I added the extra bytes was to make sure I was reading the correct data. My results showed that I had received the correct data the first time I read it.
Thanks
Bob
I will give that a try. The reason I added the extra bytes was to make sure I was reading the correct data. My results showed that I had received the correct data the first time I read it.
Thanks
Bob
- Thu Jul 08, 2010 9:14 am
- Forum: NetBurner Software
- Topic: I2C 5720
- Replies: 16
- Views: 9974
Re: I2C 5720
So you need to inable the buss with I2CInit( );
Bob
Bob
- Thu Jul 08, 2010 8:42 am
- Forum: NetBurner Software
- Topic: I2C 5720
- Replies: 16
- Views: 9974
Re: I2C 5720
That is my code except where I do my includes. Larry, I just spoke with a friend and I was not using the correct pins on the 5270 module. when I saw data. When I am conecetd to J2 pins 39 and 42 I do not see any data on the buss. All I have connected is my lm75 on a bread board where A0 A1 A2 are ti...
- Mon Jan 04, 2010 1:41 pm
- Forum: NetBurner Software
- Topic: Basic Debugger Issue I can not get debugger to launch.
- Replies: 1
- Views: 2393
Basic Debugger Issue I can not get debugger to launch.
Basic Debugger Issue I can not get debugger to launch. I follow the NetBurner Eclipse IDE Getting Started Guide and when I get to Step 8.5 launch the debugger I get the following error. Error creating session: Target is not responding (timed out) Target is not responding (timed out) Target is not re...