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.

TM4C129XNCZAD: Data Logger

Part Number: TM4C129XNCZAD

Hi all,

I am looking for a data logger example similar to qs-logger project of dk-tm4c123g. But, I will need something to work with TM4C129XNCZAD microprocessor.

Thanks.

Giorgos

  • Giorgos,
    There ain't many differences between the two families.
    Did you try to port the example to run in a TM4C129?
    I don't know what peripherals and functions are used in the example, but a few differences into 129x are related to system clock reading, and the lack of wide timers, but generally all should work with little effort. Also you can't throw 5v into 129x pins - but either way you couldn't read 5V at the ADC of the 123x's.
    Bruno
  • Bruno Saraiva said:
    you couldn't read 5V at the ADC of the 123x's.

    As "precious" has been admitted - poster "could" read 5V - but the read would be in substantial error.       (ADC's full scale "ends" @ 3V3 - higher voltages (assuming the MCU survives) cannot "budge" that full scale.)

  • Hi,

     Beside the suggestions by  Bruno and cb1, you may find this app note that documents the differences between TM4C123 and TM4C129.