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.

TM4C1292NCPDT: How to dump/upload Energia Code on a custom board.

Part Number: TM4C1292NCPDT
Other Parts Discussed in Thread: ENERGIA

I have custom board of TM4C1292NCPDT. I want to upload/dump Energia sketch on it. Could anyone explain detail procedure in steps to do that ?

Thanks.

  • Somehow (low-energia) & "Tech Inspired" seem ... NOT a match!        Might "Tech-ergia" better serve?
    There is a forum better equipped to handle (low-energia) issues - 430oh (or similar) iirc...

  • Hi,
    Energia supports primarily those available in the LaunchPad (i.e. ICDI emulator) development ecosystem, not custom boards. What you can do is to import your Energia sketch into CCS and use CCS to flash the code to your custom board. If possible, I will also suggest you create your application in CCS with the provided TivaWare library to explore the full capabilities of the MCU. The CCS or other IDE of your choice will give you a better environment of project development and debugging.
  • Hello Charles,

    Thanks for your reply!

    Charles Tsai said:
    . If possible, I will also suggest you create your application in CCS with the provided TivaWare library to explore the full capabilities of the MCU.

    The application I've built is based on publishing data on MQTT and subscribing to topics. But for TM4C1292NCPDT, I've learnt that TivaWare does not support for MQTT on the TM4C129x family of devices currently. So I chose the option to use Energia.

    Regards,

    Techinspired