This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PuTTy is not connecting with TM4C123G kit

Hello,


I am trying to run project0 of Tiva TM4C123G, to do that, I need to install PuTTy and test couple of commands on my kit but unfortunately neither kit is hibernating nor it is accepting any command from PuTTy shell. I do not know what to do and how to proceed.


Any help?

Thank you.

  • Hi,

    Have you tried making a simple "Hello world" to see if putty (the computer) receives any data? You just described problems with receiving commands.
    If it's able to receive data then the problem is most likely with your code and without it it's a bit (very) hard to help.
  • Luis,

    There is no any code problem. PuTTy is not processing any command actually. For example: if I want to increase intensity of built-in LED on launchpad, PuTTy doesn't respond.

    Thank you for your reply.

  • I have resolved the problem by myself. Thank you for help Luis, actually, PuTTy was not processing any command because Hibernation Mode was disabled and I didn't notice it. I restored the hibernation mode and now launchpad is working smoothly.