
TVG
Members-
Content Count
13 -
Joined
-
Last visited
About TVG
-
Rank
Member
Profile Information
-
Gender
Not Telling
-
In the above code, the LEDs blink perfectly, however when I use Serial.println("xyz"); in void loop() , the LEDs blink abruptly in between. @@energia
- 9 replies
-
- energia
- interrupts
-
(and 3 more)
Tagged with:
-
Hi, I want to build a code for two TIVA lauchpads so as to form a redundant pair. If Launchpad 1 fails, then the logic should shift to Launchpad 2 where both launchpads have the same logic. How do I go about it? Any insights would be helpful.
-
Can you please provide a simple example? Thanks @L.R.A
- 9 replies
-
- energia
- interrupts
-
(and 3 more)
Tagged with:
-
Also, have you used a Timer ISR in Energia? @@yosh
-
Checked the link you posted above, that works. Thanks
-
@@yosh Ok, It worked with 2553, I get the following error with TIVA: sketch_jan07b.cpp: In function 'void loop()': sketch_jan07b.cpp:14:12: error: 'WDTCTL' was not declared in this scope
-
@@yosh I tried compiling the above code with g2553 still it gives me an error: sketch_jan07b.cpp:0:1: error: 'WDTCTL' does not name a type
-
Did you include any files for the above code? @@yosh
-
Can someone provide a code for implementing a watchdog timer to autoreset in TIVA TM4C1294ncpdt using energia?
-
I have experience with the traditional C programming in Code Composer and have implemented a timer interrupt routine in CCS for TIVA TM4C1294, now I want to create a timer ISR in Energia, how do I proceed ?
- 9 replies
-
- energia
- interrupts
-
(and 3 more)
Tagged with:
-
@@Rei Vilo I plan to connnect using ethernet. So I don't need a booster pack since the ethernet port is already available on TIVA TM4C1294 launchpad.
-
I plan to connnect using ethernet. So I don't need a booster pack since the ethernet port is already available on TIVA TM4C1294 launchpad.
-
Hi, Is there a library available for Exosite and TIVA launchpad in Energia, similar to the qs_iot sample used in CCS IDE? Thanks, TVG