
brelliott18
-
Content Count
18 -
Joined
-
Last visited
-
Days Won
2
Reputation Activity
-
brelliott18 got a reaction from bluehash in I2C - MSP430 to MSP430 problems
SUCCESS !
using Mods as above plus twi.c and twi.sw.c from this link :-
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/529036/1924562#1924562
plus adding :-
Wire.setModule (0) before Wire.begin() in Void Setup() in both Master and Slave :-
I have managed to send two characters from the Master to turn off the Red Led in a loop on the Slave.
BIG Thanks again to B@TTO.
Wouldn't it be perhaps a good idea if these files were updated and placed in the Energia GitHub Repository ? How is this process carried out ?
-
brelliott18 got a reaction from B@tto in I2C - MSP430 to MSP430 problems
SUCCESS !
using Mods as above plus twi.c and twi.sw.c from this link :-
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/529036/1924562#1924562
plus adding :-
Wire.setModule (0) before Wire.begin() in Void Setup() in both Master and Slave :-
I have managed to send two characters from the Master to turn off the Red Led in a loop on the Slave.
BIG Thanks again to B@TTO.
Wouldn't it be perhaps a good idea if these files were updated and placed in the Energia GitHub Repository ? How is this process carried out ?
-
brelliott18 reacted to LiviuM in I2C - MSP430 to MSP430 problems
Hi @@brelliott18,
There are some known problems with i2c on 2553 Launchpads, mentioned in various posts over this forum.
One of them is mentioned in http://forum.43oh.com/topic/2641-i2c-lcd/page-2#entry75927; in this post is also a link to a solution http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/529036/1924562#1924562
Have you already seen this posts? Have you tried the solutions presented in them?
Regards,
Liviu