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.

Compiler/TM4C129XNCZAD: creating library file for TivaC

Part Number: TM4C129XNCZAD


Tool/software: TI C/C++ Compiler

I want to create a static library file for part of my codes to reduce the compilation time, and i was wondering if the generating static library file .lib can work for any Tiva micro-controller or not?

Thanks,

Mohammed Fawzy

  • Hello Mohammed,

    Yes a properly made .lib would work across all TM4C MCU's. That is exactly how our DriverLib project is setup where the .lib file generated from it can work across all TM4C MCU's. You should reference the CCS Project Properties for that project within TivaWare to see the ideal configuration to make your library output functional across our device family.