Jump to content
43oh

TVG

Members
  • Content Count

    13
  • Joined

  • Last visited

About TVG

  • Rank
    Member

Profile Information

  • Gender
    Not Telling
  1. 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
  2. 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.
  3. Can you please provide a simple example? Thanks @L.R.A
  4. Also, have you used a Timer ISR in Energia? @@yosh
  5. Checked the link you posted above, that works. Thanks
  6. @@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
  7. @@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
  8. Did you include any files for the above code? @@yosh
  9. Can someone provide a code for implementing a watchdog timer to autoreset in TIVA TM4C1294ncpdt using energia?
  10. 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 ?
  11. @@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.
  12. 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.
  13. 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
×
×
  • Create New...